Releases: ledger-rs/dinero-rs
Releases · ledger-rs/dinero-rs
stats command
Strict and pedantic
Changelog
Changelog file for dinero-rs project, a command line application for managing finances.
[0.24.0] - 2021-03-29
Added
strict
andpedantic
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 supportiban
, 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
- Now you can add tags through automated transactions
[0.15.0] - 2021-02-28
Fixed
- Correct conversion of currencies. There were certain cases that did not work properly
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
- Improved documentation
- Support for hledger syntax for payees
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
Merge pull request #73 from frosklis/frosklis/issue64 do not create build tags
0.21.0-build-485
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
- Now you can add tags through automated transactions
[0.15.0] - 2021-02-28
Fixed
- Correct conversion of currencies. There were certain cases that did not work properly
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
- Improved documentation
- Support for hledger syntax for payees
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
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
- Now you can add tags through automated transactions
[0.15.0] - 2021-02-28
Fixed
- Correct conversion of currencies. There were certain cases that did not work properly
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
- Improved documentation
- Support for hledger syntax for payees
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
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
- Now you can add tags through automated transactions
[0.15.0] - 2021-02-28
Fixed
- Correct conversion of currencies. There were certain cases that did not work properly
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
- Improved documentation
- Support for hledger syntax for payees
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
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
- Now you can add tags through automated transactions
[0.15.0] - 2021-02-28
Fixed
- Correct conversion of currencies. There were certain cases that did not work properly
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
- Improved documentation
- Support for hledger syntax for payees
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