Releases: AAraKKe/ynab-unlinked
Releases · AAraKKe/ynab-unlinked
yul-0.4.0
Fresh Out of the Feature Oven
- Add a button to reconcile to select/unselect all accounts
Bugs Squashed, Peace Restored
- Fix reconcile command quit action. Now when quiting recondile no transactions will be reconciled
- Fix the Reconcile.action_quit method making it async
- Remove unnecessary print as a left over from previous change
Under the Hood Upgrades
- [#28] Bump actions/checkout from 4.2.2 to 5.0.0
- [#33] Bump actions/setup-python from 5.6.0 to 6.0.0
- [#40] Bump platformdirs from 4.3.8 to 4.5.0
- [#34] Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0
- [#42] Bump softprops/action-gh-release from 2.3.2 to 2.4.1
- [#29] Bump stefanzweifel/git-auto-commit-action from 5.2.0 to 6.0.1
- [#26] Bump textual from 5.0.0 to 5.3.0
For the Builders: Dev Experience Upgrades
- Upate towncrier configuration to ignore updates on the .github directory
yul-0.3.0
Bugs Squashed, Peace Restored
- Fix XLS files in Sabadell when pending transactions where present. Sabadell can also now identify file type automatically.
yul-0.2.1
Bugs Squashed, Peace Restored
- Fix an issue by which Sabadell entity was not properly ignoring pending transactions in txt format
- Fix issue with Cobee entity causing transactions with 0 euros showing as transactions to import
yul-0.2.0
yul-0.1.0
ynab-unlinked 0.1.0 (2025-07-15)
Fresh Out of the Feature Oven
- [#14] Add option to the load command that prompts to select an account to import to
- [#18] Add support for XLS parsing to Sabadell entity
- Add support for XLSX files to BBVA improving how to handle multiple files types
- [#1] Yul Config can now be versioned and migrated from older to newer versions.
Polished Until It Shines
- Bring match days threshold to the same value as YNAB has it
- [#9] Improve amount formatting based on the settings in the used YNAB budget
- [#1] Improve display handling by centralizing styles in the display module and moving complex display logic to utils
- Instead of avoid loading transactions from the last time the tool was run, we are now tryingto match transactions with YNAB transactions that are a number of days prior to the earliest transaction in the import file. This is configurable through the
--bufferoption in the load command. - Make the menu to select accounts to reconcile interactive. This type of menu will be used whenever the user needs to selet an option
Bugs Squashed, Peace Restored
yul-0.0.3
ynab-unlinked 0.0.3 (2025-05-18)
Fresh Out of the Feature Oven
- Add new reconcile command. Run
yul reconcileand reconcile all your accounts in one go.
Bugs Squashed, Peace Restored
- Fix reconcile command that would break when selecting all accounts
For the Builders: Dev Experience Upgrades
0.0.2
First Release
Notes
This is the first release to validate the publishing workflow