Skip to content

Releases: Merrit/unit_bargain_hunter

v1.15.0

19 Jan 19:19
Compare
Choose a tag to compare

Features

  • Mobile: Text fields now use auto-capitalization keyboards.

Bug Fixes

  • Linux: The application now uses the native title bar for Qt environments on Linux, instead of always having the GTK header bar.

v1.14.0

01 Sep 01:49
Compare
Choose a tag to compare
  • Features:

    • Added a setting to filter the units shown in calculations. This allows you to show only the units that are most important to you, such as grams, ounces, or milliliters.
    • Added the cost per hundred grams and milliliters to the calculations. This matches the calculations shown on the packaging of many items.
    • Shortened the unit names to improve legibility. For example, "kilograms" is now "kg" and "milliliters" is now "ml". This makes it easier to read the results when there is a lot of information on the screen.
    • Added hotkeys to save items: Ctrl+S and Ctrl+Enter. Makes it easier and faster to save items.
  • Bug Fixes:

    • Fixed an issue where the Floating Action Button (FAB) was pressed against the top of the screen on some devices.
    • Fixed an issue where shortcuts were not working on some routes, such as dialogs and settings.
  • Continuous Integration:

    • Automated the deployment of the app to the Microsoft Store, to ensure that the latest version is always available.

v1.13.0

11 Aug 23:38
Compare
Choose a tag to compare

What's New

  • Selected sheet is remembered when app is closed and reopened
  • Added a floating action button to reset the active sheet, especially useful if quickly comparing items that you don't want to save

Bug Fixes

  • Launching urls from the release notes dialog now works
  • Release notes dialog is more reliable

Misc

  • Various code cleanup and refactoring

v1.12.0

19 Jun 23:53
Compare
Choose a tag to compare

Features

  • Added optional automatic tax calculation #70

Misc

  • Code cleanup, refactoring, added tests, etc

v1.11.0

24 Feb 22:35
Compare
Choose a tag to compare

New Features

  • Added a sync service to the app, which allows data to be synchronized across multiple devices and platforms.
    • Sync is currently experimental, and you should only use it if you are comfortable with possible data loss.
  • Added version and update information to the settings page, making it easy to keep track of the latest version of the app.
  • Upgraded the app's theme to Material 3, providing a more modern and consistent user interface.
  • Added a release notes dialog, which displays a summary of changes and updates made to the app.
  • Added a plain offline installer for Windows.

Bug Fixes

  • Fixed a bug that caused the app to display an incorrect version number.

Misc

  • Improved app performance.
  • A lot of code cleanup, refactoring, added tests, and other improvements.

v1.10.0

16 Jan 17:14
03fb06c
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Other Changes

  • Code cleanup

New Contributors

Full Changelog: v1.9.1...v1.10.0

v1.9.1

15 Oct 21:00
Compare
Choose a tag to compare
  • Minor fix for release store

v1.9.0

12 Oct 22:01
Compare
Choose a tag to compare

What's Changed

  • Redesigned item cards
  • Improved editing item experience
  • Added details attribute for items and sheets

Other Changes

  • Add release notes to Flathub releases

Full Changelog: v1.8.0...v1.9.0

v1.8.0

07 Oct 16:51
Compare
Choose a tag to compare
  • Resizable side bar
  • Move main controls to bottom bar
  • Fix editing numeric fields not selecting content
  • Upgrade packages
  • Misc fixes and cleanup

v1.7.0

28 Aug 17:25
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • Add ability to delete only sheet by @Merrit in #55

Other Changes

  • Switch to using helpers package by @Merrit in #54

Full Changelog: v1.6.0...v1.7.0