Skip to content

v0.2.0

Compare
Choose a tag to compare
@mayswind mayswind released this 05 Apr 15:51
· 1106 commits to main since this release
  • [Breaking]

    • Remove the support getting token and timezone from url query string for data export api
    • Update golang to 1.20.2
    • Update node.js to 18.15.0
  • [Features]

    • Add splash screen for iOS
    • Support setting user default account
    • Support storing transaction created ip
    • Support auto setting transaction type when creating a transaction from transaction list page that filtered by transaction category
    • Support filtering account by parent account in tranaction list page
    • Support clicking parent account in account page
    • Add "sort by" shortcut in statistics page
    • Support changing base amount in exchange rates page (#9)
    • Support showing user total data count in data management page
    • Add health check api
    • Add generating secret key utility in command line
  • [Enhancements]

    • Add showing currency code after currency name
    • Support showing the exchange rates data is up to date tip when update exchange rates data
    • Improve user data export
    • Change transaction view page style
    • Other user interface optimization
  • [Bug Fixes]

    • Fix the home page information error when mysql server sql_mode is set to only_full_group_by (#1 , thx @jiangshengwu)
    • Fix the recent time calculation error in transaction list page (#12)
    • Fix the time between the related transaction id and the original transaction id is not in one second