Skip to content

Releases: nielsmaerten/ynab-buddy

v1.0.4

13 Sep 19:27
Compare
Choose a tag to compare

Do you have NodeJs?

Run npm install -g ynab-buddy (recommended)

Don't have NodeJs?

Download the executable below

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

13 Sep 10:37
Compare
Choose a tag to compare

Maintenance update

Changes

  • Display disclaimer on first run
  • Update language in example config file

v1.0.2

12 Sep 22:13
Compare
Choose a tag to compare

Bugfix release

Fixes

  • Squashes a bug where skipped columns would mess up parsing

1.0.0: Alpha preview 2

11 Sep 23:41
Compare
Choose a tag to compare
Pre-release
  • 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

10 Sep 22:45
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release

Preview: 1.0.0-alpha.1

  • Completely rewritten
  • Faster
  • JavaScript ==> Typescript
  • NPM ==> Yarn2
  • (Almost) full test coverage