Releases: nielsmaerten/ynab-buddy
Releases · nielsmaerten/ynab-buddy
v1.0.4
Do you have NodeJs?
Run npm install -g ynab-buddy
(recommended)
Don't have NodeJs?
Download the executable below
- If you see a warning saying this file is unsafe, you can ignore it. Here's why it's safe
Maintenance Release
Changes
- When running packaged app, wait until user keypress before exiting. This prevents the window closing before you can read what's on the terminal. This does not apply when the app is installed via NPM
v1.0.3
Maintenance update
Changes
- Display disclaimer on first run
- Update language in example config file
v1.0.2
Bugfix release
Fixes
- Squashes a bug where skipped columns would mess up parsing
1.0.0: Alpha preview 2
- Published to npm. You can now try this tool by running:
npx ynab-buddy@next
- or: download a binary for your system below
v1.0.0-alpha.1
Preview: 1.0.0-alpha.1
- Completely rewritten
- Faster
- JavaScript ==> Typescript
- NPM ==> Yarn2
- (Almost) full test coverage