Commit Graph

13326 Commits

Author SHA1 Message Date
Simon Michael
8b425868da ;tools: relnotes: todos 2024-12-09 15:36:10 -10:00
Simon Michael
297ca50294 ;doc: relnotes 1.41 2024-12-09 15:36:07 -10:00
Simon Michael
07d6fc4d3e ;tools: just changelogs-reset, changelogs-finalise, reltag, mastertag, relnotes 2024-12-09 15:34:54 -10:00
Simon Michael
6bbd3c8de2 ;tools:relnotes: make it a more robust stack script 2024-12-09 15:34:54 -10:00
Simon Michael
cf40eade6e ;tools: changelogEdit: rename old tool 2024-12-09 15:34:54 -10:00
Simon Michael
28cfc0cfdc ;tools: just site-manuals-snapshot 2024-12-09 15:34:49 -10:00
Simon Michael
0cb009a503 ;tools: Shake changelogs: simplify, don't duplicate heading 2024-12-09 15:34:46 -10:00
Simon Michael
fc3b21b81b ;tools: just tldr-diff 2024-12-09 15:34:44 -10:00
Simon Michael
5c17a7e069 ;doc:tldr:hledger: sync with upstream 2024-12-09 15:34:41 -10:00
Simon Michael
232d533f6c ;doc: tldr/README updates 2024-12-09 15:34:35 -10:00
Simon Michael
9081232b10 ;tools: just, Shake cleanups 2024-12-09 15:34:25 -10:00
Simon Michael
bab557b3b5 ;tools: just relprep -> relbranch 2024-12-09 15:31:48 -10:00
Simon Michael
1be0afe2ff ;tools: just relprep: simplify 2024-12-09 15:31:48 -10:00
Simon Michael
a9b1c8b009 ;pkg: hledger-install: bump versions 2024-12-09 14:57:04 -10:00
Simon Michael
26d4d72d7a ;tools: Shake cmddocs: clarify 2024-12-07 13:30:31 -10:00
Simon Michael
57bcce020c ;tools:Shake: cleanups 2024-12-07 11:06:21 -10:00
Simon Michael
b10c0f256c ;doc: common.m4: clean up, update generaloptions macro 2024-12-07 09:22:32 -10:00
Simon Michael
895a52b745 ;bin: remove obsolete _FLAGS marker from help 2024-12-07 08:51:44 -10:00
Simon Michael
43dd0cfc5d ;dev: cleanups 2024-12-07 08:50:34 -10:00
Simon Michael
917f03b828 ;doc: changelogs 2024-12-06 18:05:28 -10:00
Simon Michael
972a2a066b ;doc:beancount output: edits 2024-12-06 08:11:30 -10:00
Simon Michael
32182a05fc ;doc:beancount output: edits 2024-12-06 07:54:45 -10:00
Simon Michael
82fde8d2dc ;doc:query types: edits 2024-12-06 07:14:29 -10:00
Simon Michael
f148eec5fb ;doc:query types: edits 2024-12-06 07:13:03 -10:00
Simon Michael
85428d5cac ;doc:query types: updates, add headings, mention tag:'s infix matching 2024-12-06 07:04:05 -10:00
Simon Michael
1af6e9c51c ;tools: just: work around watchexec bug on mac 2024-12-06 07:03:45 -10:00
Simon Michael
f648903b37 imp:print:beancount: don't add account tags to postings
When print is generating beancount output, turn off the usual
inheritance of account tags by postings; it would generate excessive
metadata in the journal. Beancount can do or not do that kind of
inheritance itself.
2024-12-06 05:55:42 -10:00
Simon Michael
ff28aa329a imp:print:beancount: convert tags to BC metadata
Transaction and posting tags (and posting tags inherited from accounts)
are now converted safely to Beancount-compatible transaction and posting
metadata lines.
2024-12-06 05:55:42 -10:00
Simon Michael
17332c75f9 imp:print:beancount: generate operating_currency directives from cost currencies 2024-12-06 05:55:42 -10:00
Simon Michael
f5e97e2f92 ;doc:output:beancount: updates 2024-12-06 05:55:42 -10:00
Simon Michael
b4f4374dfa imp:print:beancount: remove redundant conversion postings automatically 2024-12-06 05:55:42 -10:00
Simon Michael
d925c8a042 imp:print:beancount: add a second account name part if needed
Beancount requires account names to have at least two parts.
2024-12-06 05:55:42 -10:00
Simon Michael
6e3dfd6703 imp:print:beancount: remove virtual postings automatically 2024-12-06 05:55:42 -10:00
Simon Michael
b68ebc221b ;tools: just branches/v 2024-12-06 05:55:42 -10:00
Simon Michael
1048791810 imp:csv: ignore whitespace, show error position when reading .latest files 2024-12-05 16:35:18 -10:00
Simon Michael
d3ce054789 ;tools: just branches: show recent branches/commits with jj 2024-12-05 09:04:09 -10:00
Simon Michael
29349458b3 imp:csv:if: go back to accepting unknown csv field names [#2289]
It makes life easier when reusing common rules with different CSVs.
2024-12-04 17:45:28 -10:00
Simon Michael
99fc4cd61f imp:csv:if: show the problematic field name when warning 2024-12-04 16:47:01 -10:00
Simon Michael
9696677c5d ;doc: depth: note version 2024-12-04 10:33:23 -10:00
Simon Michael
8c72d5e14e ;doc:RELEASING: fix link 2024-12-04 07:49:27 -10:00
Simon Michael
595243ea18 ;doc: LEDGER_FILE on Windows: copy improvements from hledger_site#119 2024-12-04 07:47:06 -10:00
Simon Michael
00beef6052 imp:csv:if: edits 2024-12-03 17:32:39 -10:00
Simon Michael
054a204aa0 imp:csv:if: support & ! (AND NOT) 2024-12-03 17:25:43 -10:00
Simon Michael
f73888d3b6 ;doc:csv:if: edits 2024-12-03 16:41:54 -10:00
Simon Michael
4708065fb4 pkg:stack: prefer ghc-9.10.1's lib versions, minimise build issues 2024-12-03 16:07:57 -10:00
Simon Michael
3d55f260b3 imp:csv:if: warn on invalid csv field names; improve doc [#2289] 2024-12-03 16:07:57 -10:00
Simon Michael
05ae105b42 dev: Hledger.Utils.IO: warn 2024-12-03 16:07:54 -10:00
Simon Michael
a47dce073d dev:csv: refactor/document isBlockActive, matcherMatches 2024-12-03 13:51:32 -10:00
Simon Michael
1010e3dee6 imp:csv: improve debug=7 output from isBlockActive 2024-12-03 10:45:16 -10:00
Simon Michael
786f5dd72a ;pkg:ui: allow brick 2.5, 2.6 2024-12-03 09:29:15 -10:00