forked from frenchbeard/feednix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
117 lines (93 loc) · 3.09 KB
/
ChangeLog
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
1.0
==========
* Added Unread Count to Categories
* Added customizing options markReadWhileScrolling option
* Moved some macros to const variables to avoid unecessary conversion
* Cleaned up Curl operations in FeedlyProvider that were repetetive
* Major code refactoring
* Bug fixes
0.9.6.1
==========
* Major bug fixes
* Ncurses reformatting
0.9.5.1
==========
* Redefined links for jsoncpp after update
* Patch for some problems with Mac OS X and C++11
0.9.5
==========
* Added new config option : toggle preview panel
* Misc bug fixes
0.9.4.1
==========
* Fixed bug pertaining to marking posts read when none exists
* Fixed seg fault on marking all posts read
* Misc technical and bug fixes
0.9.4
==========
* Fixed clean up at abort seg fault
* Added check for token and id correctness
* Fixed issues with flags
0.9.3
==========
* fixed issues with config.json or .config/feednix not existing
0.9.2
==========
* added unicode supprot (I think)
* fixed issue with some characters not loading properly
0.9.1
==========
* added ability to sort posts by newest or oldests
* made status line strings into macros to improve code readability
* fixed bug that caused config values to be reset
0.9
==========
Once again many thanks to lejenome for the following:
* fix panels array length
* add travis-ci config file
* use global TMPDIR var instead of class depend tmpdir var …
* move tmpdir creation to FeedluProvider and use it for temp.txt
* file too
* make update_statusline char* params const
* minimaze updating info bar code into a common function
* replace tabs with 8 spaces
* add .gitignore file
0.8.3.1
==========
* Fixed bug causing seg fault if config.json was not present
* Added Ubuntu dependencies to README
0.8.3
==========
* fixed bug causing posts window to not appear if no posts are available
* implemented log system
* added command to clean up tmp files
0.8.2
==========
* replaced F1 with q as exit key
* added extra error check to clean up
* fixed bug causing terminals to break if program exited unexpectedly
0.8.1
==========
* fixed bug causing no preview to show on program start
* misc bug fixes
0.8
==========
Many thanks to lejenome for the following:
* use $TMPDIR (mkdtemp) for preview.html file to avoid unneeded disk access
* add a new panel to shown a quick preview for current selected item (html formated by w3m) instead of the need to open w3m for previews
* add 3 new config options to add some interface tweaks (ctg_win_width: to change ctgWin width, view_win_height: to set viewWin height, view_win_height_per: to set viewWin height percent that can be used instead of the previous option and overwirte it)
* fix unreading unreaded post when handling "u"
* fix mark as read aleardy marked as read posts on "O" handling
0.7.2
==========
* added save and unsave options
* fixed seg fault caused by no posts exisiting (all posts had been read)
* fixed bug involving pressing enter before anything else causing a seg fault
* other minor bugs fixes
0.7.1
==========
* code refraction
0.7
==========
* changed log in method to developer tokens
* added options to manually change developer tokens