Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for '%F' date format specifier | Michael Budde | 2019-04-02 | 1 | -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.3 | Martin Michlmayr | 2019-03-31 | 1 | -1/+1 |
| | |||||
* | Fix tag value parsing | Michael Budde | 2019-03-30 | 1 | -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 flag | Michael Budde | 2019-03-30 | 1 | -0/+2 |
| | | | | Fixes #1753 | ||||
* | Convert NEWS to Markdown | Martin Michlmayr | 2019-03-29 | 1 | -219/+231 |
| | |||||
* | Convert NEWS to Markdown | Martin Michlmayr | 2019-03-29 | 1 | -0/+1029 |