Skip to content

Latest commit

 

History

History
78 lines (49 loc) · 1.96 KB

CHANGELOG.md

File metadata and controls

78 lines (49 loc) · 1.96 KB

Changelog

v.2.3.0

Features

  • Make use of react-router to allow for bookmarkable profile links
  • Redesign of the App Bar:
    • Made the product list searchable
    • Replaced the floating action button with a kebab menu
  • Added an option to export your transactions as QIF

Minor Changes

  • Increased performance
  • Bug fix: Fnordcredit will now automatically jump to the top after selecting a user

v2.2.1

Hotfix

  • Fixed products not doing a line break

v2.2.0

Features

  • Added an about view, that shows the current version and links to github
  • Added avatars using Gravatar
  • Added a user settings screen with two settings for now with more comming later:
    • Change your Avatar
    • Renaming
  • Added a ka-ching sounds when a transaction is made

Minor Changes

  • Made the last transactions panel collabsible for better responsibility
  • Scanning an unknown barcode now displays an error message
  • Updated all dependencies

v2.1.0

Features

  • New design following the material design guidelines
  • Added an idle timeout that throws you back to the User List
  • Huge Performance increase (Thanks to @marudor #31)
  • Added a loading animation to the user list
  • Extended Barcode support allowing user barcodes and a "back" barcode to get back into the user list

Minor Changes

  • Updated dependencies
  • When adding a new user an auto focus will be put on the user name textfield
  • Unified all error dialogs

Bug Fixes

  • Fixed the error dialog when going below the debt limit (#3)
  • Fixed the margins of the user details view, especially on mobile devices (#25)

v2.1.1

Bug Fixes

  • Removed the user barcode prefix because < and > work differently on different machines

v2.1.2

Bug Fixes

  • Make user barcodes case insensitive

v2.0.0

Features

  • First release of the new frontend