Skip to content

Releases: minorsecond/BuzzBot

BuzzBot-v2.5.4

29 Apr 17:33
Compare
Choose a tag to compare
  • Fixed issue in macOS where graphs wouldn't display
  • Various code improvements that enhance performance

BuzzBot-v2.5.3

11 Nov 20:43
Compare
Choose a tag to compare
  • 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 enter 1.15.
  • Fix issue where favorite producer wasn't displayed correctly if many drinks were entered without the Producer name entered

BuzzBot-v2.5.2

06 Nov 18:54
Compare
Choose a tag to compare
  • Improved installer
  • Various code improvements

BuzzBot-v2.5.0

17 Oct 23:30
871b8a8
Compare
Choose a tag to compare

New in this release:

  • Top drink reports
  • Minor UI changes
  • Misc. bugfixes

BuzzBot-v2.4.1

09 Oct 20:11
Compare
Choose a tag to compare
  • 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

25 Sep 18:55
b6484dd
Compare
Choose a tag to compare
  • 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

23 Sep 18:33
7b0576f
Compare
Choose a tag to compare
  • Fixed a graphing buffer overflow issue when building release builds using G++ on Linux

BuzzBot-v2.3.2

21 Sep 21:31
328bec2
Compare
Choose a tag to compare
  • Fixes an issue with graphs where the window would either buffer overflow or the bottom graph would be empty.

BuzzBot-v2.3.1

21 Sep 19:59
5cd23ca
Compare
Choose a tag to compare
Merge pull request #421 from minorsecond/develop

Refactor standalone functions into member functions of `Drink`

BuzzBot-v2.3.0

20 Sep 15:49
Compare
Choose a tag to compare
  • Linux support