Skip to content

Releases: ledger-rs/dinero-rs

stats command

31 Mar 14:21
Compare
Choose a tag to compare
0.25.0

Stats command

Strict and pedantic

29 Mar 13:12
Compare
Choose a tag to compare

Changelog

Changelog file for dinero-rs project, a command line application for managing finances.

[0.24.0] - 2021-03-29

Added

  • strict and pedantic options

Changed

  • Collaborators will be able to use codecov as well

[0.23.0] - 2021-03-24

Added

  • Accounts now have a country property
  • Documentation is now available at github.

Changed

  • Accounts no longer support isin property. They do support iban, which is what should have always been.
  • Migrated the CI pipeline to Github Actions because I had trouble with Travis (build matrices)

[0.22.0] - 2021-03-21

Added

  • Slightly better handling of currency formats

Changed

  • Better CI pipeline

[0.21.0] - 2021-03-20

Added

  • Infer currency format from the journal file
  • isin is a valid property for commodities

Changed

  • Continuous integration pipeline is now better. No more problems like what happened between releases 0.18 and 0.20.

Fixed

  • Commodities get parsed properly, always removing quotes

[0.20.0] - 2021-03-15

Fixed

  • Version numbers back on track

[0.19.0] - 2021-03-15

  • Same as 0.18.1 due to a mistake

[0.18.1] - 2021-03-15

Fixed

  • Don't panic on end of input

master

[0.18.0] - 2021-03-14

Added

  • Support for specifying payees via posting comments.
  • Added support for dates in posting comments
  • Added support for specifying currency formats

Changed

  • Date comparisons are done at the posting level rather than the transaction level

[0.17.0] - 2021-03-12

Changed

  • Now the whole file is processed using a formal grammar

Fixed

  • Now this can be done any(abs(amount) == 2), which failed previously
  • Much faster CI builds
  • Proper caching of regexes, about 25% speed improvement

[0.16.0] - 2021-03-04

Added

  • Virtual postings show correctly like this (account)

Fixed

[0.15.0] - 2021-02-28

Fixed

Added

  • complete transaction grammar

[0.14.0] - 2021-02-27

Fixed

  • speed bump, from 7 seconds to 4 seconds in my personal ledger (still room to improve)
  • ability to add tags from automated transactions

[0.13.1] - 2021-02-27

Fixed

  • Fixed issue when there is no specified payee

[0.13.0] - 2021-02-27

Added

Fixed

  • keep tags from transactions
  • match automated transactions only once per transaction, like ledger does
  • enable comments in price p directives

[0.12.0] - 2021-02-24

Added

  • support for (some of the) automated transaction syntax, what Claudio uses in his personal ledger

Fixed

  • speed bump (from 44 seconds to 7 seconds) in a big personal ledger

[0.11.1] - 2021-02-22

Fixed

  • Fixed bug in balance report

More supported syntax

20 Mar 01:24
4b96224
Compare
Choose a tag to compare
Merge pull request #73 from frosklis/frosklis/issue64

do not create build tags

0.21.0-build-485

19 Mar 16:26
31895fc
Compare
Choose a tag to compare

Changelog

Changelog file for dinero-rs project, a command line application for managing finances.

[0.21.0] - xxx

Added

  • Infer currency format from the journal file
  • isin is a valid property for commodities

Changed

  • Continuos integration pipeline is now better. No more problems like what happened between releases 0.18 and 0.20.

Fixed

  • Commodities get parsed properly, always removing quotes

[0.20.0] - 2021-03-15

Fixed

  • Version numbers back on track

[0.19.0] - 2021-03-15

  • Same as 0.18.1 due to a mistake

[0.18.1] - 2021-03-15

Fixed

  • Don't panic on end of input

[0.18.0] - 2021-03-14

Added

  • Support for specifying payees via posting comments.
  • Added support for dates in posting comments
  • Added support for specifying currency formats

Changed

  • Date comparisons are done at the posting level rather than the transaction level

[0.17.0] - 2021-03-12

Changed

  • Now the whole file is processed using a formal grammar

Fixed

  • Now this can be done any(abs(amount) == 2), which failed previously
  • Much faster CI builds
  • Proper caching of regexes, about 25% speed improvement

[0.16.0] - 2021-03-04

Added

  • Virtual postings show correctly like this (account)

Fixed

[0.15.0] - 2021-02-28

Fixed

Added

  • complete transaction grammar

[0.14.0] - 2021-02-27

Fixed

  • speed bump, from 7 seconds to 4 seconds in my personal ledger (still room to improve)
  • ability to add tags from automated transactions

[0.13.1] - 2021-02-27

Fixed

  • Fixed issue when there is no specified payee

[0.13.0] - 2021-02-27

Added

Fixed

  • keep tags from transactions
  • match automated transactions only once per transaction, like ledger does
  • enable comments in price p directives

[0.12.0] - 2021-02-24

Added

  • support for (some of the) automated transaction syntax, what Claudio uses in his personal ledger

Fixed

  • speed bump (from 44 seconds to 7 seconds) in a big personal ledger

[0.11.1] - 2021-02-22

Fixed

  • Fixed bug in balance report

0.21.0-build-480

19 Mar 00:04
38a62e7
Compare
Choose a tag to compare

Changelog

Changelog file for dinero-rs project, a command line application for managing finances.

[0.21.0] - xxx

Added

  • Infer currency format from the journal file

Changed

  • Continuos integration pipeline is now better. No more problems like what happened between releases 0.18 and 0.20.

Fixed

  • Commodities get parsed properly, always removing quotes

[0.20.0] - 2021-03-15

Fixed

  • Version numbers back on track

[0.19.0] - 2021-03-15

  • Same as 0.18.1 due to a mistake

[0.18.1] - 2021-03-15

Fixed

  • Don't panic on end of input

[0.18.0] - 2021-03-14

Added

  • Support for specifying payees via posting comments.
  • Added support for dates in posting comments
  • Added support for specifying currency formats

Changed

  • Date comparisons are done at the posting level rather than the transaction level

[0.17.0] - 2021-03-12

Changed

  • Now the whole file is processed using a formal grammar

Fixed

  • Now this can be done any(abs(amount) == 2), which failed previously
  • Much faster CI builds
  • Proper caching of regexes, about 25% speed improvement

[0.16.0] - 2021-03-04

Added

  • Virtual postings show correctly like this (account)

Fixed

[0.15.0] - 2021-02-28

Fixed

Added

  • complete transaction grammar

[0.14.0] - 2021-02-27

Fixed

  • speed bump, from 7 seconds to 4 seconds in my personal ledger (still room to improve)
  • ability to add tags from automated transactions

[0.13.1] - 2021-02-27

Fixed

  • Fixed issue when there is no specified payee

[0.13.0] - 2021-02-27

Added

Fixed

  • keep tags from transactions
  • match automated transactions only once per transaction, like ledger does
  • enable comments in price p directives

[0.12.0] - 2021-02-24

Added

  • support for (some of the) automated transaction syntax, what Claudio uses in his personal ledger

Fixed

  • speed bump (from 44 seconds to 7 seconds) in a big personal ledger

[0.11.1] - 2021-02-22

Fixed

  • Fixed bug in balance report

0.21.0-build-475

18 Mar 19:01
c22dde7
Compare
Choose a tag to compare

Changelog

Changelog file for dinero-rs project, a command line application for managing finances.

[0.21.0] - xxx

Changed

  • Continuos integration pipeline is now better. No more problems like what happened between releases 0.18 and 0.20.

Fixed

  • Commodities get parsed properly, always removing quotes

[0.20.0] - 2021-03-15

Fixed

  • Version numbers back on track

[0.19.0] - 2021-03-15

  • Same as 0.18.1 due to a mistake

[0.18.1] - 2021-03-15

Fixed

  • Don't panic on end of input

[0.18.0] - 2021-03-14

Added

  • Support for specifying payees via posting comments.
  • Added support for dates in posting comments
  • Added support for specifying currency formats

Changed

  • Date comparisons are done at the posting level rather than the transaction level

[0.17.0] - 2021-03-12

Changed

  • Now the whole file is processed using a formal grammar

Fixed

  • Now this can be done any(abs(amount) == 2), which failed previously
  • Much faster CI builds
  • Proper caching of regexes, about 25% speed improvement

[0.16.0] - 2021-03-04

Added

  • Virtual postings show correctly like this (account)

Fixed

[0.15.0] - 2021-02-28

Fixed

Added

  • complete transaction grammar

[0.14.0] - 2021-02-27

Fixed

  • speed bump, from 7 seconds to 4 seconds in my personal ledger (still room to improve)
  • ability to add tags from automated transactions

[0.13.1] - 2021-02-27

Fixed

  • Fixed issue when there is no specified payee

[0.13.0] - 2021-02-27

Added

Fixed

  • keep tags from transactions
  • match automated transactions only once per transaction, like ledger does
  • enable comments in price p directives

[0.12.0] - 2021-02-24

Added

  • support for (some of the) automated transaction syntax, what Claudio uses in his personal ledger

Fixed

  • speed bump (from 44 seconds to 7 seconds) in a big personal ledger

[0.11.1] - 2021-02-22

Fixed

  • Fixed bug in balance report

0.21.0-build-463

17 Mar 14:14
2b1f730
Compare
Choose a tag to compare
0.21.0-build-463 Pre-release
Pre-release

Changelog

Changelog file for dinero-rs project, a command line application for managing finances.

[0.21.0] - xxx

Changed

  • Continuos integration pipeline is now better. No more problems like what happened between releases 0.18 and 0.20.

[0.20.0] - 2021-03-15

Fixed

  • Version numbers back on track

[0.19.0] - 2021-03-15

  • Same as 0.18.1 due to a mistake

[0.18.1] - 2021-03-15

Fixed

  • Don't panic on end of input

[0.18.0] - 2021-03-14

Added

  • Support for specifying payees via posting comments.
  • Added support for dates in posting comments
  • Added support for specifying currency formats

Changed

  • Date comparisons are done at the posting level rather than the transaction level

[0.17.0] - 2021-03-12

Changed

  • Now the whole file is processed using a formal grammar

Fixed

  • Now this can be done any(abs(amount) == 2), which failed previously
  • Much faster CI builds
  • Proper caching of regexes, about 25% speed improvement

[0.16.0] - 2021-03-04

Added

  • Virtual postings show correctly like this (account)

Fixed

[0.15.0] - 2021-02-28

Fixed

Added

  • complete transaction grammar

[0.14.0] - 2021-02-27

Fixed

  • speed bump, from 7 seconds to 4 seconds in my personal ledger (still room to improve)
  • ability to add tags from automated transactions

[0.13.1] - 2021-02-27

Fixed

  • Fixed issue when there is no specified payee

[0.13.0] - 2021-02-27

Added

Fixed

  • keep tags from transactions
  • match automated transactions only once per transaction, like ledger does
  • enable comments in price p directives

[0.12.0] - 2021-02-24

Added

  • support for (some of the) automated transaction syntax, what Claudio uses in his personal ledger

Fixed

  • speed bump (from 44 seconds to 7 seconds) in a big personal ledger

[0.11.1] - 2021-02-22

Fixed

  • Fixed bug in balance report

0.20.0

15 Mar 13:46
Compare
Choose a tag to compare

Fix version name

Hotfix

15 Mar 13:43
Compare
Choose a tag to compare

Hotfix - don't panic on end of input

Grammar

12 Mar 17:24
Compare
Choose a tag to compare

Everything is parsed using a grammar.