Simon Michael
d45311826b
;doc: BACKLOG: convert to headings
...
Use headings for items again, as far as possible, since they generate link targets.
2021-09-27 12:31:06 -10:00
Simon Michael
b63d1b84de
;make: site: revert
2021-09-27 12:17:11 -10:00
Simon Michael
6658c223d2
;doc: BACKLOG: preserve line breaks
2021-09-27 12:15:46 -10:00
Simon Michael
3027d36ebb
;doc: orgfiles: disable smart dashes in another way
...
Use an org export setting in BACKLOG.org and ROADMAP.org to disable
-- being converted to dashes. Leave the markdown+smart workaround
in Shake.hs also, it's doing no harm and seems useful as backup.
':nil would disable smart quotes as well, but that seems to be org's
default.
2021-09-27 12:15:09 -10:00
Simon Michael
030b1f5d00
;doc: BACKLOG, ROADMAP: improve page TOC
2021-09-27 11:49:52 -10:00
Stephen Morgan
e53e95540e
ci: Recognise any commit starting with ‘Merge’ as a merge commit, which
...
is ignored by commitlint.
2021-09-27 09:40:24 -10:00
Simon Michael
4c0b9bfa24
;doc: RELEASING: cleanup
2021-09-27 02:47:25 -10:00
Simon Michael
fc889fab10
;install: hledger-interest 1.6.3
2021-09-27 02:22:50 -10:00
Simon Michael
3c65efd90b
;doc: merge doc/README with dev docs
2021-09-27 02:20:44 -10:00
Simon Michael
b9c247e958
;doc: CONTRIBUTING
2021-09-27 02:00:30 -10:00
Simon Michael
2393f98251
;doc: add page TOCs to more dev docs
2021-09-27 01:56:13 -10:00
Simon Michael
d62d302fdc
;doc: move more content out of CONTRIBUTING
2021-09-27 01:44:14 -10:00
Simon Michael
0fc4181456
;doc: move more content out of CONTRIBUTING
2021-09-27 01:24:59 -10:00
Simon Michael
fd052d308b
;doc: separate CHANGELOGS, COMMITS docs
2021-09-27 01:01:04 -10:00
Simon Michael
479b0d26b8
;doc: ACHIEVEMENTS: format, update
2021-09-27 00:26:07 -10:00
Simon Michael
049855de4c
;shake: orgfiles: fix unwanted smart typography (BACKLOG, ROADMAP)
...
And document pandoc issues.
2021-09-26 09:57:35 -10:00
Stephen Morgan
5aadcdea4d
ref: Add new helper functions journalValueAndFilterPostings(With)?.
...
Combining valuation with filtration is subtle and error-prone (see e.g. #1625 ).
We have to do in in both MultiBalanceReport and PostingsReport, where it
is done in slightly different ways. This refactors this functionality
into separate functions which are called in both reports, for uniform
behaviour.
2021-09-26 08:13:12 -10:00
Simon Michael
a6d70024d2
Merge pull request #1715
...
;doc: Document restriction on amountless auto postings.
2021-09-26 08:10:18 -10:00
Simon Michael
c89289260f
;shake: try -smart to fix em-dashes in org files, probably no use
...
And some notes.
2021-09-25 13:13:00 -10:00
Simon Michael
ced6ba26a0
;doc: BACKLOG: cleanup
2021-09-25 13:02:06 -10:00
Simon Michael
5b437ea20d
;tools: make site(-watch): add orgfiles
2021-09-25 12:57:38 -10:00
Simon Michael
dff61ccbd9
;doc: BACKLOG: updates; all cli items added
2021-09-25 12:57:38 -10:00
Simon Michael
342ccdfae1
;doc: RELEASING: updates
2021-09-25 12:17:27 -10:00
Simon Michael
277cb4f500
;doc: CONTRIBUTING: updates, components -> topics
2021-09-25 12:16:59 -10:00
Simon Michael
b857307f64
;cabal: update cabal files
2021-09-24 12:22:15 -10:00
Simon Michael
8934c115bd
;pkg: bump version to 1.23.99
2021-09-24 12:22:15 -10:00
Stephen Morgan
ce4fcfae84
imp!: value: For register reports with no reporting interval and
...
--value=end, historical reports should be valued at journal/report end
date.
2021-09-24 11:32:41 -10:00
Simon Michael
14c19c398b
;tools: make copy-exe*: name them -SUFF not .SUFF
...
Breaks my usual convention of hledger-foo being an addon command, but
-VERSION is too common (and matches the make target that you type).
2021-09-22 12:13:50 -10:00
Simon Michael
53238716a7
;install: hledger-iadd-1.3.16
2021-09-22 12:13:22 -10:00
Stephen Morgan
465a5cf917
imp: cli: Allow general optional argument flags (--pretty and
...
--forecast) to be moved after the subcommand name.
2021-09-22 12:11:44 -10:00
Simon Michael
6547624e5d
;doc: ANNOUNCE tweaks
2021-09-21 17:57:52 -10:00
Simon Michael
47b5b6be0d
install: bump to 1.23
2021-09-21 17:33:14 -10:00
Simon Michael
1b0ff89bd0
;doc: RELEASING tweaks
2021-09-21 17:33:14 -10:00
Simon Michael
9165064fa5
;doc: CREDITS tweak
2021-09-21 17:33:14 -10:00
Simon Michael
a02b57103e
doc: announce 1.23
2021-09-21 17:33:14 -10:00
Stephen Morgan
494b14510b
;doc: Document restriction on amountless auto postings.
2021-09-22 13:21:53 +10:00
Simon Michael
e90fa3ee81
doc: changelogs: cleanup, finalise
2021-09-21 17:15:39 -10:00
Simon Michael
416555b65a
doc: update manuals
2021-09-21 17:15:39 -10:00
Simon Michael
1126b4b0dd
doc: add --pretty to general options macro for manuals
2021-09-21 17:15:39 -10:00
Simon Michael
72a4c82043
cli: tweak --pretty help
2021-09-21 17:15:39 -10:00
Simon Michael
1b020e004b
;cabal: update cabal files
2021-09-21 15:34:23 -10:00
Simon Michael
19950df745
;pkg: bump version to 1.23
2021-09-21 15:34:23 -10:00
Simon Michael
1845b13b64
;doc: backlog
2021-09-21 15:34:23 -10:00
Stephen Morgan
afdeb404b0
fix: colour: NO_COLOR flag no longer overrides an explicit --color option. ( #1710 )
...
http://no-color.org/ specifies that command line arguments should
override a NO_COLOR flag.
2021-09-21 15:32:53 -10:00
Stephen Morgan
399d28dc05
cln: Display friendly error message if --pretty is given an incorrect
...
argument.
2021-09-21 15:32:09 -10:00
Stephen Morgan
2b8190b238
fix: ui: Do not display a screen full of .. when there are no transactions. ( #822 )
2021-09-21 15:26:49 -10:00
Stephen Morgan
bf3e82f780
imp: pretty: Replace --pretty-tables argument with --pretty=WHEN
...
argument, which takes yes or no. Default is no for now.
2021-09-21 14:53:52 -10:00
Simon Michael
fbccd7b7ca
;doc: changelogs: tweaks
2021-09-20 18:07:57 -10:00
Simon Michael
17a12f0411
;doc: changelogs: tweak
2021-09-20 18:01:09 -10:00
Simon Michael
bb4f2ff34f
;doc: update changelogs
2021-09-20 17:58:29 -10:00