summaryrefslogtreecommitdiff
path: root/doc/NEWS.md
Commit message (Collapse)AuthorAgeFilesLines
* Move NEWS into repository rootRahix2021-08-241-1142/+0
| | | | | To make the file easier to find, move it into the repository root - this way it is immediately visible when viewing the repo online.
* Update NEWS with all changes up to nowRahix2021-08-241-2/+38
|
* Add support for `$XDG_CONFIG_HOME`Cédric Barreteau2020-08-281-0/+2
| | | | | `$XDG_CONFIG_HOME/ledger/ledgerrc` and `$HOME/.config/ledger/ledgerrc` are tried first when looking for an init file.
* Use PAGER when environment variable is setMartin Michlmayr2020-06-181-0/+4
| | | | | | | The code looked for "less" if $PAGER is not set, but it didn't actually use $PAGER when it it defined. Fixes #1674
* Update NEWS for 3.2.1Martin Michlmayr2020-05-181-0/+17
|
* Release 3.2.0Martin Michlmayr2020-05-011-1/+1
|
* Update NEWS for 3.2Martin Michlmayr2020-05-011-5/+35
|
* Make explicit option a no-opCandyAngel2020-04-031-0/+4
| | | | Fixes #1877
* Add support for '%F' date format specifierMichael Budde2019-04-021-0/+4
| | | | | | | | | '%F' is equivalent to '%Y-%m-%d'. Using the '%F' format without this change this would not give any hard errors but instead give dates with wrong years because the 'has_year' trait would not be correctly detected and thus parsed dates would get set to the current year. Fixes #1775
* Release 3.1.3Martin Michlmayr2019-03-311-1/+1
|
* Fix tag value parsingMichael Budde2019-03-301-0/+2
| | | | | | | | | | | | If a tag is more than 2 characters from the beginning of the comment the tag value offset will be wrong. #1702 gives an example where the tag line starts with `;;` and the tag value thus becomes `: Bar` because of this bug. The use `index` in the offset calulation seems to be a lucky coincidence that works in the common case: "; tag: value" Fixes #1702
* Reject postings with comment after flagMichael Budde2019-03-301-0/+2
| | | | Fixes #1753
* Convert NEWS to MarkdownMartin Michlmayr2019-03-291-219/+231
|
* Convert NEWS to MarkdownMartin Michlmayr2019-03-291-0/+1029