Skip to content

Releases: daya0576/beaverhabits

v0.4.0

22 Dec 07:37
Compare
Choose a tag to compare

✨ New Features:

💡 Enhancements

  • Migrate from Poetry to UV package manager
  • Update and store JWT secret securely

🐞 Bug Fix

  • NA

v0.3.5

12 Dec 12:35
Compare
Choose a tag to compare

✨ 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

30 Nov 08:28
Compare
Choose a tag to compare

✨ 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

03 Nov 09:20
Compare
Choose a tag to compare

✨ New Features:

  • Add a new page to reorder or archive habits #3

💡 Enhancements

  • Center the page on desktop web #9

🐞 Bug Fix

  • NA

v0.3.0

26 Oct 03:06
Compare
Choose a tag to compare

✨ 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

08 Oct 05:12
Compare
Choose a tag to compare

✨ New Features:

  • Add standalone mode for iOS (web application)

💡 Enhancements

  • NA

🐞 Bug Fix

  • NA

v0.2.2

05 Oct 09:37
Compare
Choose a tag to compare

✨ New Features:

  • NA

💡 Enhancements

  • NA

🐞 Bug Fix

  • Fix sqlalchemy connection closed issue
  • Fix favicon missing issue

v0.2.0

01 Oct 13:22
Compare
Choose a tag to compare

✨ 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

  • NA

v0.1.6

22 Sep 09:37
Compare
Choose a tag to compare

✨ 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

19 Sep 14:59
Compare
Choose a tag to compare

✨ New Features:

  • NA

💡 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