Simon Michael
650fffe04f
appveyor: disable hledger-web to avoid 1h timeout
...
[ci skip]
2019-02-02 08:31:07 -08:00
Simon Michael
5a67ea4195
bump hledger-iadd version
...
[ci skip]
2019-02-02 08:26:01 -08:00
Simon Michael
98e3358046
ui: more defensive brick list imports to fix recent breakage
2019-02-02 08:22:23 -08:00
Simon Michael
fda41373f7
ui: fix build issues with older brick/snapshots, require brick 0.23+
2019-02-01 21:05:56 -08:00
Simon Michael
a1996da8df
doc: announce: expel pandoc's thrice-accursed smart typography
...
[ci skip]
2019-02-01 18:18:52 -08:00
Simon Michael
3241fe5787
doc: announcement
...
[ci skip]
2019-02-01 18:10:14 -08:00
Simon Michael
b25b92890c
site: download: bump "latest is"
...
[ci skip]
2019-02-01 17:55:53 -08:00
Simon Michael
305e0f28cf
doc: 1.13 manuals snapshot
2019-02-01 17:54:21 -08:00
Simon Michael
97e5b45541
site: download: install command updates
...
[ci skip]
2019-02-01 17:50:58 -08:00
Simon Michael
b5620d9b3f
hledger-install: dep updates
...
[ci skip]
2019-02-01 17:50:40 -08:00
Simon Michael
a2bf1ddc31
hledger-install: update for 1.13
...
[ci skip]
2019-02-01 17:28:00 -08:00
Simon Michael
579fba0a4f
make: updateembeddeddocs
...
[ci skip]
2019-02-01 17:23:21 -08:00
Simon Michael
f9b85a1d4c
update embedded docs
2019-02-01 17:23:12 -08:00
Simon Michael
40d1572359
bump version to 1.13
2019-02-01 17:19:19 -08:00
Simon Michael
c28d5a9634
doc: release notes
2019-02-01 17:16:20 -08:00
Simon Michael
ca0d0b0d81
doc: changelogs
2019-02-01 17:13:16 -08:00
Simon Michael
022dc09f11
doc: journal: mention "auto postings"; explain the #893 situation
...
[ci skip]
2019-02-01 16:06:09 -08:00
Simon Michael
d1f122f15e
refactor: clarify, note issues ( #893 )
2019-02-01 15:35:33 -08:00
Simon Michael
6e4ba1106f
tests: more tests for #893
...
[ci skip]
2019-02-01 15:31:38 -08:00
Simon Michael
94771edda2
tests: move, consolidate auto posting tests ( #893 )
...
[ci skip]
2019-02-01 15:31:36 -08:00
Simon Michael
33d82fb657
fix: --forecast shouldn't force --auto on ( #953 , #959 )
2019-02-01 11:43:24 -08:00
Simon Michael
d6e075dacd
refactor journalModifyTransactions, modifyTransactions
...
API changes:
Hledger.Data.TransactionModifier
-transactionModifierToFunction
+modifyTransactions
Hledger.Read.Common.applyTransactionModifiers -> Hledger.Data.Journal.journalModifyTransactions
2019-02-01 11:31:04 -08:00
Simon Michael
4a9fa5cd38
internals: append rather than prepend forecasted txns
2019-02-01 11:29:22 -08:00
Simon Michael
f1d4b39146
shake: update help, clean/Clean output
...
[ci skip]
2019-02-01 10:38:14 -08:00
Simon Michael
89bb4816c6
shake: move changelog scripts to Shake, enhance
...
New shake targets:
./Shake changelogs
./Shake CHANGES.md
./Shake CHANGES.md-dry
./Shake PKG/CHANGES.md
./Shake PKG/CHANGES.md-dry
Enhancements:
- removes the changelog's previous top heading
- ignores commits like "changelog", "doc: update changelogs"..
- does not write temporary files
- dry run mode
[ci skip]
2019-02-01 10:36:49 -08:00
Simon Michael
29c41dc84b
make: avoid sed-related error message, mostly
...
[ci skip]
2019-01-31 15:55:28 -08:00
Simon Michael
9955f53b9b
doc: changelogs cleanup
...
[ci skip]
2019-01-31 15:43:08 -08:00
Dmitry Astapov
afd7cae169
install: fix "stack" installation when .local/bin is not in PATH
2019-01-31 12:46:03 -08:00
Dmitry Astapov
26624ef94c
package: added helper scripts in docker/
2019-01-31 12:44:12 -08:00
Simon Michael
5435150d39
doc: don't use sed; fix accidental dedenting of some lists ( #961 )
...
The sed code was showing an error message, not too precise.
Pandoc's lua filters to the rescue!
[ci skip]
2019-01-31 08:34:49 -08:00
Simon Michael
3474cb08bd
cli: commands list: mention budgets
...
[ci skip]
2019-01-31 08:33:40 -08:00
Simon Michael
59739d1cd3
doc: command docs readme -> .md
...
[ci skip]
2019-01-30 17:59:42 -08:00
Simon Michael
5eb887781b
doc: regen hledger manual
...
[ci skip]
2019-01-30 17:58:51 -08:00
Simon Michael
845fdf8302
doc: update command docs readme
2019-01-30 17:58:23 -08:00
Simon Michael
c8246e7323
cli: command help: reduce width, line wrapping
...
cmdargs wraps any lines longer than 78 characters. To (mostly) avoid
this, we now display verbatim blocks unindented, and some of
register's examples have been altered to make them fit.
2019-01-30 17:58:13 -08:00
Simon Michael
36246e4976
cli: commands list: reorder help lines
...
[ci skip]
2019-01-30 12:54:22 -08:00
Simon Michael
fa996828b1
shake: fix build's doc deps; cleanup
...
[ci skip]
2019-01-30 12:45:09 -08:00
Simon Michael
4c5ac4dd06
cli: fix command help, really render as plain text
...
pandoc thinks .txt is a markdown file apparently
2019-01-30 12:44:10 -08:00
Simon Michael
fa82cbcf6e
doc: regen hledger manual
...
[ci skip]
2019-01-30 10:41:39 -08:00
Simon Michael
0628b648f3
shake: Shake PKG (or Shake build) builds packages plus their docs
...
"stack build hledger" will not notice changes in documentation source
files (like hledger/Hledger/Cli/Commands/Add.md or
hledger-lib/hledger_journal.m4.md), but "./Shake hledger" will.
"./Shake build" builds all the packages, like a doc-aware "stack build".
2019-01-30 10:41:39 -08:00
Simon Michael
3baad5d729
cli: render command help as plain text, hiding markup
...
This means committing a bunch more generated files, but it's probably
worthwhile, so we can have both rich hyperlinked/styled command docs
and clean readable command help.
2019-01-30 10:41:39 -08:00
Simon Michael
c8b0c9accd
make: ghci-shake
...
[ci skip]
2019-01-30 09:09:52 -08:00
Simon Michael
88ef2abfff
refactor: Commands
2019-01-30 09:09:52 -08:00
Simon Michael
8d6b5cc4f3
cli: commands list: fix addons being shown twice
2019-01-30 09:09:52 -08:00
Simon Michael
2442b4f46f
refactor: hledgerCommandMode
2019-01-30 09:09:52 -08:00
Dmitry Astapov
c719eb7c67
package: added Dockerfile
2019-01-29 16:14:03 -08:00
Simon Michael
5bb20fcdec
site: download: link adept's & other docker images
...
[ci skip]
2019-01-29 15:31:17 -08:00
Simon Michael
ce82a9867c
site: download: link sandstorm
...
[ci skip]
2019-01-29 15:31:01 -08:00
Simon Michael
6db709da91
site: download: platform headings
...
[ci skip]
2019-01-29 15:30:01 -08:00
Simon Michael
462eb4cf26
site: download: fix the TOC links
...
[ci skip]
2019-01-29 13:50:44 -08:00