-
Notifications
You must be signed in to change notification settings - Fork 2
/
Changes
53 lines (41 loc) · 1.43 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
44
45
46
47
48
49
50
51
52
53
Revision history for App-PFT
0.01 2015-06-22
First version, from Backport's ashes.
0.02 2015-08-13
Revision, fix-up, best-practice driven distribution
0.03 2015-08-15
Commands refactoring, ready for CPAN
0.04 2015-09-10
Fast-make (pft make -f)
Untouched files (only header) get deleted
Publishing mode "install" for nested websites
Attachments/pictures grab command (pft grab)
Misc fixes & small improvements
Improved configuration
0.05 2015-11-14
Hide posts (don't publish)
Smart attachments / pictures
Grab files from URL or filesystem
Improved configuration
Misc fixes
0.06 2015-12-29
List items (pft ls)
Misc fixes and improvements
1.0.0 2016-04-21
Implemented core as external library, declaring version 1
1.1.0 2016-12-27
Improved 'pft edit' command with stdin/append/raw
Fixed compilation process
Improved default templates
Added theme management
1.1.1 2017-01-13
Auto-removal of empty entries
Binding to PFT library v1.1.1 (and related fixes)
1.2.0 2017-05-08
Fixed documentation (thanks Bryan for suggestions)
Improved pft edit -r with multi-entry per date support
1.2.1 2017-06-15
Some minor bugs fixed
1.2.2 2017-09-25
Fixed error handling
Fixed regex modifier (works in perl < 5.22)