Skip to content

Releases: TheRustyPickle/Rex

v0.2.9

Choose a tag to compare

@TheRustyPickle TheRustyPickle released this 04 Jul 11:07
6dd8d6d

Updates

  • New popup field for renaming a tag
  • Removed unused in-memory cache

Changes

Full Changelog: v0.2.8...v0.2.9

v0.2.8

Choose a tag to compare

@TheRustyPickle TheRustyPickle released this 30 Jun 09:39
8f4ed88

Updates

  • Prevent unnecessary animation on home table on certain changes

Changes

Full Changelog: v0.2.7...v0.2.8

v0.2.7

Choose a tag to compare

@TheRustyPickle TheRustyPickle released this 11 Jun 10:12
167fe2c

Updates

  • Increased test coverage to over 80%
  • Fix Search page date section down arrow key behaving like arrow up key
  • Fix latest details not being available for autofill
  • Fixed balance corruption in case of empty balance in a method
  • Fix tx position swapping not following the correct ordering
  • Add quick animation when loading table rows for all pages

Changes

Full Changelog: https://github.com/TheRustyPickle/Rex/commits/v0.2.7

v0.2.6

Choose a tag to compare

@TheRustyPickle TheRustyPickle released this 17 Apr 08:45
2290cbe

Updates

  • Improve start up time to near instant by moving update checker to a separate thread

Changes

Full Changelog: v0.2.5...v0.2.6

v0.2.5

Choose a tag to compare

@TheRustyPickle TheRustyPickle released this 01 Mar 13:45
8492d63

Updates

  • Fix partial balance corruption when editing txs on a different month than the current one. Add/Delete/Edit a tx on the impacted or an earlier month to auto resolve

Changes

Full Changelog: v0.2.4...v0.2.5

v0.2.4

Choose a tag to compare

@TheRustyPickle TheRustyPickle released this 06 Jan 13:41
169fdda

Updates

  • Fix partial balance corruption on transfer TX deletion/edit
  • Autocorrect balance corruption on a new tx add/delete/edit

Changes

Full Changelog: v0.2.3...v0.2.4

v0.2.3

Choose a tag to compare

@TheRustyPickle TheRustyPickle released this 08 Dec 13:14
0bd2b62

Updates

  • New tx types borrow, borrow repay, lend, lend repay for txs
  • Fix summary page selection not working when in hidden mode
  • Fix unresponsive input when summary is empty
  • Fix txs not getting counted on the last day of the month
  • The first tag in all transactions is now considered the primary tag and summary will only be generated using the primary tag
  • The search page now forces matching all inserted tags instead of matching any of the provided ones
  • The summary page now includes data on borrow and lends
  • The year selection now scrolls infinitely and txs can be added at any year without any limitation
  • Fix a rounding error causing a difference of about 1 cent
  • Added three new themes, including dark themes. Switch using the T keypress

Changes

Full Changelog: v0.2.2...v0.2.3

v0.2.2

Choose a tag to compare

@TheRustyPickle TheRustyPickle released this 26 Oct 11:03
5db4f6f

Updates

  • Fix incorrect balances on the homepage after tx position swap
  • The search page lists the date, month and year once again

Changes

Full Changelog: v0.2.1...v0.2.2

v0.2.1

Choose a tag to compare

@TheRustyPickle TheRustyPickle released this 12 Oct 06:16
5e447c6

Updates

  • Fix the app crashing while offline

Changes

Full Changelog: v0.2.0...v0.2.1

v0.2.0

Choose a tag to compare

@TheRustyPickle TheRustyPickle released this 11 Oct 13:28
49b2467

Updates

  • This release includes a full rewrite with performance improvement across the board
  • A new UI has been added for configurations on J key press
  • All popup sizing has been improved with most using a fixed size instead of dynamic
  • Table date fields now shows more useful information instead of repeating date and year

Changes

Full Changelog: v0.1.21...v0.2.0