Releases: minorsecond/BuzzBot
Releases · minorsecond/BuzzBot
BuzzBot-v2.5.4
- Fixed issue in macOS where graphs wouldn't display
- Various code improvements that enhance performance
BuzzBot-v2.5.3
- The app will no longer write to the database when first loading
- You can now use more precision when adding drink sizes. e.g. previously you could only enter
1.2
, but now you can enter1.15
. - Fix issue where favorite producer wasn't displayed correctly if many drinks were entered without the Producer name entered
BuzzBot-v2.5.2
- Improved installer
- Various code improvements
BuzzBot-v2.5.0
New in this release:
- Top drink reports
- Minor UI changes
- Misc. bugfixes
BuzzBot-v2.4.1
- We now have basic Windows compatibility! Still need to work on icons but the app currently works on Windows.
- JSON config file
- Minor bugfixes
BuzzBot-v2.4.0
- Allow choosing customized database location path. This enables such things as storing the database fine in Dropbox so the app can be used across multiple computers while sharing data.
- Small Linux bugfixes
BuzzBot-v2.3.3
- Fixed a graphing buffer overflow issue when building release builds using G++ on Linux
BuzzBot-v2.3.2
- Fixes an issue with graphs where the window would either buffer overflow or the bottom graph would be empty.
BuzzBot-v2.3.1
Merge pull request #421 from minorsecond/develop Refactor standalone functions into member functions of `Drink`
BuzzBot-v2.3.0
- Linux support