Releases: daya0576/beaverhabits
Releases · daya0576/beaverhabits
v0.4.0
✨ New Features:
💡 Enhancements
- Migrate from Poetry to UV package manager
- Update and store JWT secret securely
🐞 Bug Fix
v0.3.5
✨ New Features:
- Add an option to display the total count on the index page #15
💡 Enhancements
- Unify Github action pipeline to automatically publish docker images(
linux/amd64
, linux/amd64/v3
, linux/arm64
, linux/arm/v7
)
- Reduce the size of the docker image by removing the unused libs in nicegui
🐞 Bug Fix
- Fix rootless permission issue #24
v0.3.4
✨ New Features:
- Add a history trend panel to the habit detail page
- Add an option to display the total tick count with the habit name
💡 Enhancements
- Refined the habit list reorder page
- Improved the streak page to show all records over the years
🐞 Bug Fix
- Fix the issue of unable to complete a habit on the first visit #19
v0.3.2
✨ New Features:
- Add a new page to reorder or archive habits #3
💡 Enhancements
- Center the page on desktop web #9
🐞 Bug Fix
v0.3.0
✨ New Features:
- Add an experimental page to order habits (
/gui/order
)
- Add Dockerfile for arm32 build (raspberry pi3 and below) (#12 by @dromie )
💡 Enhancements
- Add Cache-Control header to static files #3865
🐞 Bug Fix
- Fix no connection error when fetching timezone from the browser
v0.2.3
✨ New Features:
- Add standalone mode for iOS (web application)
💡 Enhancements
🐞 Bug Fix
v0.2.2
✨ New Features:
💡 Enhancements
🐞 Bug Fix
- Fix sqlalchemy connection closed issue
- Fix favicon missing issue
v0.2.0
✨ New Features:
- Add a new page to import habits from existing setup, please check this wiki for more details
💡 Enhancements
- Update the last day of the streaks
🐞 Bug Fix
v0.1.6
✨ New Features:
- Add parameter
MAX_USER_COUNT
to prevent others from signing up.
💡 Enhancements
- Automation for docker image publish
- Refine login/signup page
🐞 Bug Fix
NA
v0.1.5
✨ New Features:
💡 Enhancements
- Remove
libsaas
library from docker file.
- Add support for platform
linux/amd64/v3
in the Docker repository.
🐞 Bug Fix
- Add data export for demo page