-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
43 lines (28 loc) · 1.12 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
0.22 2015-06-23
- Revert the previous change. We don't want to list
pragmas at the end. Inline:: grouping needs to be handled
differently, preferrably in Tangerine itself.
0.21 2015-06-23
- Don't convert module and file names to lowercase before sorting
them. There's no reason for it and it messes Inline::* groups.
0.20 2015-05-15
- Added [GithubMeta] to dist.ini, so the repo will be listed in the
dist metadata, and also [MetaJSON], so the release will include a
META.json file.
0.19 2015-05-04
- Yet another improvement/bugfix for the archive diff feature
0.18 2015-04-30
- Fix a regression introduced in the previous release
0.17 2015-04-30
- Make sure we chdir into a directory even if there isn't one in the
tarball, thanks to Paul Howarth
0.16 2015-04-27
- Fix a sorting bug
0.15 2015-04-24
- Split from Tangerine
- Complete rewrite for readability and possible future hacking
- Clean and fast!
- The output is slightly different now
- Added support for parallel processing via MCE, see the -j option
- Added support for diffs (dirs and tarballs), see the -d option
- Added proper documentation