Skip to content

Releases: robjtede/monux

0.10.0

26 Jun 01:13
892cc97
Compare
Choose a tag to compare

Added

  • Search transactions by name, category or notes using the search field above the transaction list.
  • Groups of transactions can now be collapsed.
  • Windows support. (Thanks, @andrew-schofield)

Changed

  • Current accounts are now supported.
  • The login flow has been vastly improved both functionally and stylistically.
  • Monux is built using Angular.
  • Attachment upload UI has been improved.

Fixed

  • Logout did not clear all caches.
  • Plus symbols (+) would be removed from notes.

Known Issues

  • Various bug mean you may need to do a View -> Refresh on first load if your transactions do not appear.
  • Nothing is cached yet. An active internet connection is required, at present.
  • Transaction history only goes back to the beginning of last month.
  • Spending pie chart says "This month" but actually includes all available history.
  • [macOS] Touch Bar support has been lost for now.
  • [macOS] Far too many keychain authentication prompts on first launch. Make sure to click "Always allow".

0.10.0 Milestone

0.9.3

16 Jul 18:53
Compare
Choose a tag to compare

Changed

Fixed

  • Non-confidential clients now work.

0.9.2

15 Jul 02:03
Compare
Choose a tag to compare

Fixed

  • It was unclear how to continue after entering client details. App now relaunches.

0.9.1

14 Jul 20:15
v0.9.1
ff4d096
Compare
Choose a tag to compare

Fixed

  • Client info was not being saved correctly.

0.9.0

14 Jul 19:23
v0.9.0
0fafca9
Compare
Choose a tag to compare

Added

  • Spending pane (month-my-month breakdowns)
  • Attachment hints on transaction summaries.

Changed

  • Only new transaction are requested.
  • Transactions are updated on click.
  • Pending transactions are updated automatically.
  • Improved cache performance.
  • Incomplete tabs/panes show summary of future functionality.

Fixed

  • List became scrollable horizontally when a transaction summary has a long description.
  • Touch bar amounts were truncated for round amounts.
  • Clicking the dock icon would always refresh the open window.

0.9.0 Milestone

0.8.0

18 Jun 23:13
v0.8.0
8bb2563
Compare
Choose a tag to compare

Added

  • Touch Bar support.
  • Logout button.

Changed

  • Migrate codebase to TypeScript.
  • Use refresh token in auth flow (confidential client support).
  • Use system keychain for token storage.
  • Single window authentication.

Fixed

  • Balance and spending show 0.
  • Transaction statuses not displaying.
  • Fallback image error causing infinite rendering.
  • Transaction attachments rendering twice.
  • Active card checks showing amount from previously selected transaction.

0.8.0 Milestone

0.7.0

01 Mar 10:59
Compare
Choose a tag to compare
  • Category filtering
  • Grouping options
  • Add and remove attachments
  • Keyboard shortcuts for transaction list navigation
  • Simplified notes editing
  • Group headings now stick to the top of the list
  • All notable changes

0.6.0

26 Jan 17:52
Compare
Choose a tag to compare
  • New name and icon
  • Balances and transactions are now cached for faster startup
  • Transaction groups (only per-day currently) now show spending totals
  • Meta-transactions (like active card checks) and declined transactions can now be hidden
  • The merchant emoji is now displayed in the detail view
  • Bugs fixed (and probably some introduced)

0.5.0

13 Jan 01:02
Compare
Choose a tag to compare
  • Notes are now editable
  • Running balance is now shown in detail pane
  • Attachments can now be enlarged when clicked
  • Attachments can now be dragged out of the window when enlarged
  • Account name is now shown in tab bar
  • Bug fixes and code cleanup

0.4.0

04 Jan 22:56
Compare
Choose a tag to compare
  • Details now show when transactions were settled
  • Attachments now have the correct orientation
  • Declined transactions now show the reason why
  • Broken merchant logos now show category icon instead
  • Better handling of active card checks and balance checks
  • Added tabs (not yet useful, these features will come)
  • Improved security of login
  • Lots of small stylistic changes