Commit Graph

780 Commits

Author SHA1 Message Date
Simon Michael
a637e08cdd ;doc: RELEASING: link to past releases 2024-09-27 10:28:52 -10:00
Simon Michael
c641cddbdc ;doc: dev: moved from 36 to 35 2024-09-27 01:27:59 -10:00
Simon Michael
03d7e46db3 ;doc: REGRESSIONS: updates 2024-09-26 06:22:53 -10:00
Simon Michael
bf6440095f ;doc: REGRESSIONS: updates, cleanups 2024-09-25 17:05:53 -10:00
Simon Michael
c1a269da6a ;doc: REGRESSIONS: more hyphens indicating heading rows 2024-09-24 23:51:48 -10:00
Simon Michael
19391a82a3 ;doc: REGRESSIONS: layout 2024-09-24 23:46:24 -10:00
Simon Michael
5232a1a19d ;doc: REGRESSIONS: heading tweak 2024-09-24 23:42:23 -10:00
Simon Michael
4960d5f533 ;doc: REGRESSIONS: more updates, and fix details for #2115 2024-09-24 22:36:17 -10:00
Simon Michael
e6f988406f ;doc: REGRESSIONS 2024-09-24 20:54:30 -10:00
Simon Michael
e77f733b30 ;doc: REGRESSIONS: updates 2024-09-22 07:20:55 -10:00
Simon Michael
8521ef6d6b ;doc: REGRESSIONS: layout 2024-09-20 08:07:09 -10:00
Simon Michael
73538af8f9 ;doc: REGRESSIONS: updates 2024-09-20 08:04:51 -10:00
Simon Michael
c718336f57 ;doc: REGRESSIONS: layout 2024-09-18 12:35:38 -07:00
Simon Michael
fadec41131 ;doc: REGRESSIONS: layout 2024-09-18 12:34:03 -07:00
Simon Michael
7851180cf0 ;doc: REGRESSIONS: updates 2024-09-18 12:30:34 -07:00
Simon Michael
e8068781df ;doc: REGRESSIONS: new table format; updates 2024-09-18 12:23:23 -07:00
Simon Michael
022c35697c ;doc: RELEASING 2024-09-16 15:10:25 -07:00
Simon Michael
b81690522d ;doc: CODE: notes on the use of haddock [#2222] 2024-09-11 13:58:08 -07:00
Simon Michael
9ff1ee9127 ;doc: relnotes: expand FODS description 2024-09-10 11:54:11 -07:00
Simon Michael
fe7b69fc7c ;doc: relnotes: simplify highlights 2024-09-10 11:49:04 -07:00
Simon Michael
63a83926da ;doc: ROADMAP 2024-09-09 15:54:06 -07:00
Simon Michael
add7028f75 ;tools: ghrelnotes: edit 2024-09-09 15:27:27 -07:00
Simon Michael
33d9b6f35d ;doc: announce: 1.40 2024-09-09 14:04:43 -07:00
Simon Michael
59d0ed1cd8 ;doc: relnotes: 1.40
And add 1.34 highlights.
2024-09-09 14:04:43 -07:00
Simon Michael
e2053374f5 ;doc: relnotes: correction to 1.29's date adjustment notes [#1982], [#2218] 2024-09-04 16:07:54 +01:00
Simon Michael
397a464aeb ;doc: bin readme/Scripts and add-ons: rewrites, list add-ons again 2024-08-12 11:00:54 +01:00
Simon Michael
6aa1bbc18a ;doc: --debug help tweak 2024-06-26 23:24:41 +01:00
Simon Michael
d9f314dfa3 ;doc: update help 2024-06-25 18:37:55 +01:00
Simon Michael
40620666f8 imp: cli: rename --rules-file to --rules; tweak options help
For brevity, and consistency with --conf.
--rules-file remains supported, as a hidden option.

hledger's main mode now supports the hidden legacy flags,
as the command modes do.
2024-06-25 18:37:55 +01:00
Simon Michael
91d5308783 ;tools: Shake cmdhelp -> cmddocs, now runs hledger to update flag docs
Now, updating a command's docs (for hledger manual and for --help) requires
running the command (with stack exec -- hledger). The sequence is now
a bit recursive:

1. Run hledger CMD -h to update CMD.md with the latest cmdargs help output for CMD's flags.
   CMD.md is included in the hledger manual, when rendering that.
2. Convert CMD.md to CMD.txt, with pandoc.
3. Build hledger, embedding CMD.txt for cmdargs to use as -h output.

This need only be done after changing command docs or flags, and
hopefully won't be a hassle. Shake cmddocs now shows progress output
to make things clearer.
2024-06-07 14:35:31 -07:00
Simon Michael
30dbb9f393 ;doc: ghrelnotes: cleanups 2024-06-02 07:10:24 -10:00
Simon Michael
e85171c842 ;doc: ghrelnotes: fix mac, linux install commands 2024-06-02 07:02:02 -10:00
Simon Michael
245b082eb9 ;doc: relnotes.github: link to the build from source doc 2024-06-01 16:00:07 -10:00
Simon Michael
91591cd6cc ;doc: relnotes: 1.34: unwrap long lines 2024-06-01 15:50:51 -10:00
Simon Michael
18771d4dd6 ;doc: relnotes: fixes 2024-06-01 15:48:39 -10:00
Simon Michael
33d30bd188 ;doc: relnotes: update 2024-06-01 15:37:06 -10:00
Simon Michael
50c3f9720c ;doc: RELEASING: updates 2024-06-01 15:22:58 -10:00
Simon Michael
8f24fad909 ;doc: merge 1.34 release docs 2024-06-01 14:13:57 -10:00
Simon Michael
311be367b0 ;doc: cli: simplify, use generic help flags again 2024-05-31 19:54:18 -10:00
Simon Michael
7f583a8414 ;doc: correction, NO_COLOR does not override --color=yes 2024-05-31 18:16:33 -10:00
Simon Michael
4aa81da931 ;doc: sync with tldr docs 2024-05-29 17:30:50 -10:00
Simon Michael
d47513c669 ;doc: sync command summaries between manuals and tldr, updating both 2024-05-29 17:00:11 -10:00
Simon Michael
9d53698eab ;imp: cli: also mention 'y' and 'n' in help 2024-05-29 16:12:44 -10:00
Simon Michael
1295ea7678 ;doc: options cleanup 2024-05-29 15:32:19 -10:00
Simon Michael
4a57403684 doc: tldr: copy tldr pages to the hledger repo for robustness 2024-05-29 15:32:19 -10:00
Simon Michael
5f255e28ee ;doc: update/simplify general options list in the manuals 2024-05-29 10:00:34 -10:00
Simon Michael
68fb788c48 ;doc: tldr: translation instructions 2024-05-28 07:56:51 -10:00
Simon Michael
80fbd4b4f9 ;doc: tldr: mention tldr browser 2024-05-28 07:24:12 -10:00
Simon Michael
65aac621d4 ;doc: tldr: readme updates 2024-05-24 11:06:50 -10:00
Simon Michael
9deaa1c206 ;doc: tldr: readme updates 2024-05-24 11:05:30 -10:00