Skip to content

Releases: ShoshinNikita/budget-manager

v0.7.0

28 May 16:46
Compare
Choose a tag to compare

Changelog

✨ Major UI update:

  • Improve accessibility, make UI more lightweight - #149
  • Add Dark Theme - #150

💥 Change page paths - #146
🔨 Embed templates and static files into the binary - #148

For more information see milestone v0.7

Docker images

  • docker pull ghcr.io/shoshinnikita/budget-manager:latest
  • docker pull ghcr.io/shoshinnikita/budget-manager:v0.7.0

v0.6.0

11 Feb 16:09
Compare
Choose a tag to compare

Changelog

  • ✨ Add statistics for Spends - #139
  • ✨ Add buttons to switch between years - #135
  • 🔨 Use GoReleaser - #145

For more information see milestone v0.6

Docker images

  • docker pull ghcr.io/shoshinnikita/budget-manager:latest
  • docker pull ghcr.io/shoshinnikita/budget-manager:v0.6.0

v0.6.0-beta.1

03 Feb 21:04
Compare
Choose a tag to compare
v0.6.0-beta.1 Pre-release
Pre-release

Docker images

  • docker pull ghcr.io/shoshinnikita/budget-manager:latest
  • docker pull ghcr.io/shoshinnikita/budget-manager:v0.6.0-beta.1
  • docker pull ghcr.io/shoshinnikita/budget-manager:v0.6

v0.5.0

28 Sep 15:24
Compare
Choose a tag to compare
  • ✨ Support nested Spend Types - #118
  • ✨ Format links in Notes sections - #119
  • ❗ Breaking changes in API for the Spend search - #133
  • 🔨 Major code refactoring - #121, #132
  • 🔨 Minor code improvements - #125, #129

For more information see milestone v0.5

Docker image: https://github.com/ShoshinNikita/budget-manager/packages/112312

v0.4.0

09 Aug 17:52
Compare
Choose a tag to compare
  • ✨ Add Spend autocompletion - #116
  • ✨ Add opportunity to copy Incomes and Monthly Payments from previous month - #117
  • ❗ Breaking changes in API - #114
  • 🔨 Major code refactoring & improvements - #113, #115

For more information see milestone v0.4

Docker image: https://github.com/ShoshinNikita/budget-manager/packages/112312

v0.3.0

12 Jun 18:24
Compare
Choose a tag to compare
  • Redesign Month Page, drop support for small screens
  • Add footer with the current version and a link to the GitHub repo
  • Support adding and editing on Enter press
  • Use Swagger for API documentation
  • Various code improvements

For more information see milestone v0.3

Docker image: https://github.com/ShoshinNikita/budget-manager/packages/112312

v0.2.0

28 Mar 10:51
Compare
Choose a tag to compare
  • ✨ Add Spend Search #78
  • ✨ Use migrations to create and alter tables #93
  • 🐛 Trim spaces in input data #79
  • Display the total cost of daily spends #72
  • Support comma as a decimal separator #73
  • 🔨 Various code and UI improvements

For more information see milestone v0.2

Docker image: https://github.com/ShoshinNikita/budget-manager/packages/112312

v0.2.0-beta.1

14 Mar 17:52
eae04c0
Compare
Choose a tag to compare
v0.2.0-beta.1 Pre-release
Pre-release
  • ✨ Add Spend Search (WIP) #78
  • ✨ Use migrations to create and alter tables #93
  • 🐛 Trim spaces in input data #79
  • Display the total cost of daily spends #72
  • Support comma as a decimal separator #73
  • 🔨 Various code and UI improvements

For more information see milestone v0.2

Docker image: https://github.com/ShoshinNikita/budget-manager/packages/112312

v0.1.0

23 Jan 16:28
3c8331e
Compare
Choose a tag to compare

🎉 Initial release 🎉

  • Month Page and Year Page are ready
  • CRUD operations are available for all models (Income, Spends and etc.)

For more information see milestone v0.1

Docker image: https://github.com/ShoshinNikita/budget-manager/packages/112312