mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-25 19:31:44 +03:00
;doc: changelogs, relnotes updates
This commit is contained in:
parent
7cd7240eeb
commit
5b9f942cf3
@ -83,8 +83,10 @@ Changes in hledger-install.sh are shown
|
|||||||
|
|
||||||
Breaking changes
|
Breaking changes
|
||||||
|
|
||||||
- `check ordereddates` no longer supports `--date2`; it checks primary
|
- `check ordereddates` no longer supports `--date2`.
|
||||||
dates only.
|
Also (not a breaking change): `--date2` and secondary dates are now officially
|
||||||
|
[deprecated](https://hledger.org/1.34/hledger.html#secondary-dates) in hledger,
|
||||||
|
though kept for compatibility.
|
||||||
|
|
||||||
Features
|
Features
|
||||||
|
|
||||||
@ -151,10 +153,15 @@ Docs
|
|||||||
- balance: mention the `--summary-only` flag
|
- balance: mention the `--summary-only` flag
|
||||||
- check: expand check descriptions
|
- check: expand check descriptions
|
||||||
- examples: CSV rules: vanguard, fidelity, paypal updates
|
- examples: CSV rules: vanguard, fidelity, paypal updates
|
||||||
|
- Generating data: rewrite
|
||||||
|
- manuals: synopsis, options cleanup/consistency
|
||||||
|
- Options: correction, NO_COLOR does not override --color
|
||||||
- PART 4: COMMANDS: reorganise into groups, like the CLI commands list.
|
- PART 4: COMMANDS: reorganise into groups, like the CLI commands list.
|
||||||
- Period expressions: mention last day of month adjusting [#2005]
|
- Period expressions: mention last day of month adjusting [#2005]
|
||||||
|
- Secondary dates: expand, and declare them deprecated.
|
||||||
- Time periods cleanup, simplify markup
|
- Time periods cleanup, simplify markup
|
||||||
- Unicode characters: mention UTF-8 on windows
|
- Unicode characters: mention UTF-8 on windows
|
||||||
|
- web, json output: link to OpenAPI spec
|
||||||
|
|
||||||
Scripts/addons
|
Scripts/addons
|
||||||
|
|
||||||
|
@ -27,8 +27,10 @@ User-visible changes in the hledger command line tool and library.
|
|||||||
|
|
||||||
Breaking changes
|
Breaking changes
|
||||||
|
|
||||||
- `check ordereddates` no longer supports `--date2`; it checks primary
|
- `check ordereddates` no longer supports `--date2`.
|
||||||
dates only.
|
Also (not a breaking change): `--date2` and secondary dates are now officially
|
||||||
|
[deprecated](https://hledger.org/1.34/hledger.html#secondary-dates) in hledger,
|
||||||
|
though kept for compatibility.
|
||||||
|
|
||||||
Features
|
Features
|
||||||
|
|
||||||
@ -95,8 +97,13 @@ Docs
|
|||||||
- balance: mention the `--summary-only` flag
|
- balance: mention the `--summary-only` flag
|
||||||
- check: expand check descriptions
|
- check: expand check descriptions
|
||||||
- examples: CSV rules: vanguard, fidelity, paypal updates
|
- examples: CSV rules: vanguard, fidelity, paypal updates
|
||||||
|
- Generating data: rewrite
|
||||||
|
- JSON output: link to OpenAPI spec
|
||||||
|
- manuals: synopsis, options cleanup/consistency
|
||||||
|
- Options: correction, NO_COLOR does not override --color
|
||||||
- PART 4: COMMANDS: reorganise into groups, like the CLI commands list.
|
- PART 4: COMMANDS: reorganise into groups, like the CLI commands list.
|
||||||
- Period expressions: mention last day of month adjusting [#2005]
|
- Period expressions: mention last day of month adjusting [#2005]
|
||||||
|
- Secondary dates: expand, and declare them deprecated.
|
||||||
- Time periods cleanup, simplify markup
|
- Time periods cleanup, simplify markup
|
||||||
- Unicode characters: mention UTF-8 on windows
|
- Unicode characters: mention UTF-8 on windows
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user