Skip to content

Commit 8cfb304

Browse files
committed
Update ChangeLog and list of contributors
1 parent 9d68bf1 commit 8cfb304

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

CONTRIBUTING.org

+3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ Hledger Flow is brought to you by:
2424
- [[https://github.com/apauley][Andreas Pauley]]
2525

2626
Miscellaneous contributors:
27+
- [[https://github.com/apauley/hledger-flow/issues/created_by/lestephane][Le Stephane]] (various contributions to issues with suggested solutions and always with thoughtful feedback)
2728
- [[https://github.com/jecaro][Jean-Charles Quillet]] (improved command-line parameters)
29+
- [[https://github.com/kain88-de][Max Linke]] (added a monthly version of the income statement in reports)
30+
- [[https://github.com/apauley/hledger-flow/commits?author=kepi][Kepi]] (doc fixes)
2831

2932
* Contributing
3033
:PROPERTIES:

ChangeLog.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog for [hledger-flow](https://github.com/apauley/hledger-flow)
22

3+
## 0.14.0
4+
5+
- Add a new performance-related command-line option to import: `--new-files-only`. [PR #89](https://github.com/apauley/hledger-flow/pull/89)
6+
7+
Don't regenerate transaction files if they are
8+
already present. This applies to hledger journal
9+
files as well as files produced by the preprocess and
10+
construct scripts.
11+
12+
- Generate monthly versions of the income statement in reports. A contribution by [Max Linke](https://github.com/apauley/hledger-flow/pull/88)
13+
14+
- Switch some usages of system-filepath over to [path](https://github.com/apauley/hledger-flow/pull/87)
15+
16+
hledger-flow started as a collection of bash scripts that I translated into Haskell with the help of [Turtle](https://hackage.haskell.org/package/turtle).
17+
18+
Turtle uses the now deprecated [system-filepath](https://hackage.haskell.org/package/system-filepath) to represent all paths.
19+
20+
I've had many filepath-related issues in hledger-flow.
21+
They were related to issues such as that 2 instances of the same directory would not be treated as equal, because one could have a trailing slash and the other not.
22+
Another issue that popped up was knowing wether a path is a file or a directory, and if it is absolute or relative.
23+
24+
All of these issues are articulated in the `path` library:
25+
https://github.com/commercialhaskell/path
26+
27+
328
## 0.13.2
429

530
Improve support for importing a subset of journals: start importing only from the directory given as argument,

0 commit comments

Comments
 (0)