Skip to content

Instantly share code, notes, and snippets.

Created October 2, 2014 22:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/dbbc822eb7425ac6a451 to your computer and use it in GitHub Desktop.
Save anonymous/dbbc822eb7425ac6a451 to your computer and use it in GitHub Desktop.
approximate unreleased hledger changes
~/src/hledger$ git l -1000 hledger-0.23.3..master
2014-09-07 2227997 revert an unnecessary "fix" in efe7c7a that broke tests (HEAD, origin/master, origin/HEAD, master)
2014-09-07 a65116a fix func. test numbering
2014-09-12 42a22be tools: fix tagrelease
2014-09-12 5d403c2 doc: changelogs (resolve conflicts)
2014-09-12 53aee0e resolve conflict
2014-09-12 d7f1733 remove text upper bound, allowing 1.2+ (fixes #207)
2014-09-06 efe7c7a journal: dates should be followed by whitespace or newline
2014-08-14 2992ce0 web: add form ignores trailing blank fields
2014-08-14 8d1ceb0 web: increase initial add form postings to four
2014-08-14 834fef7 web: add handler cleanup, rename vars
2014-08-13 6bf599a tools: dev setup/test updates
2014-08-13 2d6b200 tools: "make check" tests the dev environment
2014-08-08 776a973 cli: clarify --debug help (docs)
2014-08-08 69da28d doc: more manual changes from wiki
2014-08-08 0ad24be doc: merge latest manual changes from wiki (joyful/master)
2014-08-07 aa85e78 register: describe datespans briefly, like balance
2014-08-07 e2d3ab0 docs: note --average limitation
2014-08-08 c485017 journal: require consistent separators in a Y/M/D date
2014-08-08 3e27f4f journal: add p suffix to date[time] parsers
2014-08-07 a0010a2 cli: smart dates must use a consistent separator
2014-08-07 632dee6 parse period expressions and date: more strictly
2014-08-07 a675b99 query: report an error when date:D fails to parse
2014-08-07 f631e8e register: --average implies --empty
2014-08-07 d0ad571 fix manual url in default CSV rules file
2014-08-07 d089c90 tools: new/improved install[deps][-force] make rules
2014-08-07 ec243a1 data: fix unit test by ignoring sourcepos
2014-08-01 a619042 data: add source location to transactions
2014-07-31 9b83a41 tools: set LANG only if not already set, document better
2014-07-29 73d4c86 web: journal: better display of account names
2014-07-29 50ef6d5 web: update typeahead.js to 0.10.4
2014-07-28 3ce34b1 add missing dbgN helpers
2014-07-28 6c60119 web: show right zero commodities on register chart
2014-07-28 40ab1e1 amounts cleanups, and support zeros with commodity
2014-07-26 7fb154f balance: include report span in title
2014-07-26 ca43eab balance: simplify multicolumn report titles slightly
2014-07-26 1333b26 more showDateSpan cleanup
2014-07-25 b14a11b drop cabal.config
2014-07-26 a7f7c31 balance: show compact headings for common intervals
2014-07-24 0b8b246 extra/hledger-equity: print closing balance too.
2014-07-24 c7a2126 extra/hledger-print-csv: CSV export for hledger
2014-07-23 455de65 web: just show a simple link as the home button for now
2014-07-23 f2845e9 web: ensure whitespace between accounts headings
2014-07-23 f622f8e web: ensure the null commodity appears in legend
2014-07-21 cf6da3a web: tweak some keys
2014-07-21 059c8df web: also handle keys when journal select focussed
2014-07-21 43eee83 web: fix js error on journal select field
2014-07-18 a415759 web: make chart point color consistent
2014-07-18 ed44ee9 web: add missing and all remaining flot js
2014-07-18 f2d9c6e web: more register chart improvements
2014-07-18 470835a web: show points and zero/today lines on chart
2014-07-17 4333cae web: register chart improvements
2014-07-17 663c68e web: fix 0s with search by acct within a register
2014-07-17 5057758 web: upgrade flot to 0.8.3
2014-07-17 d3ede5d web: remove debug code
2014-07-17 0bae228 tools: rename repl-* rules for easier editing
2014-07-17 441cae6 web: account transactions report, register clarifications
2014-07-17 b3da48a identify the commodity in balance assertion errors
2014-07-17 528913d balance: -E adds all starting accounts to multicol rpts
2014-07-17 8aec855 note dbg0 is like ltrace
2014-07-17 927e759 web: cleanups
2014-07-15 5aaef59 hledger-equity: show correct end date in title
2014-07-15 2bfbdd1 queryEndDate
2014-07-15 19d42f8 clarify failed balance assertion message
2014-07-15 b42298c web: fix warnings
2014-07-14 b0d74b1 web: support more than 2 postings in the add form
2014-07-14 c27ea12 web: upgrade bootstrap to 3.2
2014-07-12 67c8ceb web: after adding, just redisplay the journal
2014-07-09 009df13 web: make the add form a modal dialog
2014-07-09 ed3fd58 web: rename help modal
2014-07-08 8c07e68 tools: fixup for last (98255db, magit issue)
2014-07-08 98255db tools: makefile build cleanups
2014-07-08 71beb27 tools: build haddocks by package, using cabal
2014-07-08 9f991fa tweak Regex haddock
2014-07-08 14b5d1c web: fix a haddock breakage
2014-07-07 b499ea8 register: optimise postingsReportItemAsText a bit
2014-07-07 101719d tools: cabal.config to enable profiing in sandbox
2014-07-06 5bebc2b regex haddock fix
2014-07-06 3a16e6c mostly replace slow regexpr with regex-tdfa (fixes #189)
2014-07-06 4c509ff tools: make repl[lib,web], cabal repl in each package
2014-07-06 7d984fb tools: fancy .ghci for hledger-web
2014-07-06 e13dd55 tools: benchmarking updates
2014-07-06 b6ad593 tools: use cabal builds for profiling
2014-07-06 187a4ec update bin/README
2014-07-06 04f6162 extract regular expression utils module
2014-07-05 8fe26fe web: add form stricter parsing, better errors (fixes #194)
2014-07-03 f30deee web: fix compilation after recent lib changes
2014-07-03 16f8b78 balance: show multi-commodity amts on one line (fixes #186)
2014-07-03 3669422 make --width and --debug require an argument (fixes #149)
2014-07-02 c31710d look harder for decimal point & digit groups (fixes #196)
2014-07-02 647d583 clarify dbgAtM issue
2014-07-02 330dfe6 commodity & amount style parser cleanups, part 2
2014-07-02 9b4b85b commodity & amount style parser cleanups
2014-07-02 8ae303f assert only a single commodity, like Ledger (fixes #195)
2014-07-01 0c3148a add an --ignore-assertions flag
2014-06-29 04cfdac query: add >= and <= for amt queries
2014-06-24 201521d a few tweaks
2014-06-21 3b30837 web: allow warp 3*, wai-handler-launch 3*
2014-06-21 2eb74d1 changelog
2014-06-21 6393293 allow transformers 0.4*
2014-06-14 466c907 tools: git ignore *.dyn*
2014-06-14 4f0b4ea web: add missing hs & js files
2014-06-13 09ec9b2 web: help tweaks
2014-06-13 5af4ef3 web: fix a warning
2014-06-13 71bd9f4 web: changelog
2014-06-13 b25563b web: fix manual link
2014-06-13 ec51d28 web: a bunch of ui cleanup & improvement
2014-05-24 34f4800 Revert "remove Setup.hs files again, fixing a yesod devel warning"
2014-05-24 884f64e web: reduce ui over-complexity
2014-05-23 adde48a web: small column heading improvements
2014-05-23 b22cb66 refactor amount filtering helpers
2014-05-23 3ff7fe7 web: more static file cleanups
2014-05-23 13bc4d5 web: update static files in cabal file
2014-05-23 6ecb2b9 web: style.css -> hledger.css
2014-05-23 eea10d4 web: upgrade jquery to 2.1.1
2014-05-23 bc8e4ef web: upgrade bootstrap to 3.1.1
2014-05-23 97ab3db remove Setup.hs files again, fixing a yesod devel warning
2014-05-23 702f900 web: fix warnings
2014-05-23 3c8786d web: tweak tooltips, remove unused code
2014-05-23 3ee0b5f web: fix account "only" hover links
2014-05-22 7778a0b web: reorganise sidebar links
2014-05-22 3f3a526 web: move sidebar links out of balanceReportAsHtml
2014-05-22 6b059ae Merge branch 'rdesfo-0.23'
2014-05-22 31e3878 make buildSandbox.sh executable
2014-05-21 b60da51 made the following changes to resolve deprecated warnings: replaced hamletToRepHtml with giveUrlRenderer updated type RepHtml to Html replaced settingsPort with setPort (rdesfo/0.23)
2014-05-14 38f977f Histogram: fixes previous change
2014-05-14 3182f2c Common: Added Register link to sidebar
2014-05-09 abe819d tools: git ignore test addons
2014-05-09 6d6f9dc commit .version as well
2014-05-09 cf3d21a csv and general reader fixes, cleanups
2014-05-09 6871c4c dbgtrace, does a trace if --debug was used
2014-05-09 18716f2 some missing functional test files
2014-05-08 fc7acea Merge branch 'master' of github.com:rdesfo/hledger into rdesfo
2014-05-08 2bba4db update changelogs
2014-05-08 25ccead register: also fix date (or date2) sorting of postings (#184)
2014-05-08 5b82676 remove another old link
2014-05-08 4549268 sync README with website
2014-05-08 2ff5daa fix '...different from ledger' link (rdesfo/master)
2014-05-07 3947963 Option: cabal test and hlint warnings
2014-05-07 ec48926 update changelog
2014-05-07 f5d2d9b Merge branch 'master' of https://github.com/simonmichael/hledger
2014-05-07 60c4153 added shell script to build in sandbox
2014-05-06 2bd785c aregister: fix date filtering with disordered txns (fixes #184)
2014-05-06 88f18ad show posting dates in debug output
2014-05-06 d1a3516 reorganise functional tests by command/topic
2014-05-06 dd736a8 add: drop an obsolete functional test
2014-05-06 93dbc15 doc: instead of a template, save the last announcement
2014-05-06 5f59749 tools: test addons also echo their arguments
2014-05-03 41add3f oh fine still cant do that, bump to 0.23.98
2014-05-03 87f1e83 bump version to 0.24dev
2014-05-03 cceff52 add: don't apply a default commodity to amounts on entry (fixes #138)
2014-05-03 f7406f7 cli: options before the add-on are also passed to it (fixes #182)
2014-05-03 4740c70 csv: allow an empty first name in fields list (fixes #178)
2014-05-03 dedd26b csv: don't count fields in skipped lines (fixes #177)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment