-
Notifications
You must be signed in to change notification settings - Fork 1
/
NEWS
179 lines (133 loc) · 4.25 KB
/
NEWS
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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
Chmsee 3.0.0 2015-02-12
* GTK3 port
Chmsee 1.4.0 2015-01-28
-----------------------
* Webkit port. Switch from xulrunner to webkit
ChmSee 1.3.1 2011-05-03
-----------------------
* Update Vietnamese po
* Fix a bug cause of opening an unextracted chm with subpage failure
* Change Gecko version to support xulrunner 2.0.1
ChmSee 1.3.0 2011-01-16
-----------------------
* Use XDG Base Directory Specification for config and bookshelf cache
* Starup splash screen removed
* Add global font setting
* Fix a bug which get homepage from #STRINGS
* Change Prev&Next page hotkey from Alt to Control
* Fix filter bug in cs_tree_view
* Remove extracting progressbar
ChmSee 1.2.0 2010-07-23
-----------------------
* Add previous and next page function
* Improve language charset setting
* Open specified page in file.chm::page.html format
* Display progress bar during file extraction
* Fix hhk keyword parse problem
* Fix filename case insensitive checking bug
* Need gtk+ >= 2.20 for gecko multi-threads compatible
ChmSee 1.1.0 2010-04-12
-----------------------
* Only support Gecko > 1.9 (Firefox3)
* Need gtk+ >= 2.16 (for using gtkbuilder and g_uri functions)
* Add index page filter string (Thanks Mingxi Wu)
* Add page find function
* Add Recent Files feature
* Add loading last file at starup option
ChmSee 1.0.7 2009-09-14
-----------------------
Features
~~~~~~~~
* issue 47: jump to specify index page from command line.
Bugs
~~~~
* issue 43: honor GTK toolbar settings
* issue 44: support xulrunner 1.9.1.
* issue 46: fix compile error (on some system, the xulrunner develop package
does not depends on nspr develop package)
* issue 48: support xulrunner 1.8 again.
l10n
~~~~
* New: de, zh_TW
* Updated: es, ru, sv, zh_CN
ChmSee 1.0.6 2009-07-12
-----------------------
Features
~~~~~~~~
* issue 31: add index tab in left-pane (if chm file has index)
Bugs
~~~~
* issue 29: don't alert when open a chm file and the homepage url is invalid.
* issue 30: init libgcrypt, thanks patch from lubekgc.
* issue 33: close file in fullscreen mode cause chmsee no longer works.
* issue 34: more keyboard shortcur under fullscreen mode.
* issue 35: fix segmentation fault when closing.
* issue 40: keep html page position when switch between fullscreen and normal mode.
* issue 41: when chm file has no title, show the filename in the title.
* issue 42: conflict with xulrunner 1.9.1.
l10n
~~~~
* New: ca, da, id, ms, pl, ro, sk, vi
* Updated: cs, es, zh_CN
ChmSee 1.0.5 2009-05-17
-----------------------
Meta
~~~~
* switch build system from autotools to cmake.
Features
~~~~~~~~
* issue 18: fullscreen mode support. (from normal mode to fullscreen: F11,
from fullscreen mode to normal: F11 or Esc)
* issue 21: save sidebar width.
Bugs
~~~~
* issue 19: Arabic language support in sidebar.
* issue 25: Double-click on topic title (in sidebar) to open its sub-topics
* a safer hcc parser.
l10n
~~~~
* New: Brazilian Portuguese, Czech, Greek, Portuguese, Slovak, Ukrainian
* Updated: French, Simplified Chinese, Spanish, Swahili
ChmSee 1.0.4 2009-03-14
-----------------------
Features
~~~~~~~~
* issue#8: support Drag & Drop.
* remove cs2w.
Bugs
~~~~
* issue#7: different case in URI and filename.
* issue#12: image with a broken URL can't correct display
l10n
~~~~
* New: en_GB, fr, nb, ru, es.
* Updated: sw.
ChmSee 1.0.3 2009-01-10
------------------------
interface
~~~~~~~~~
* Add "Copy Page Location" to the context menu.
l10n
~~~~
* Add Hebrew translation, thanks to Yaron.
* Add Swahili translation, thanks to Emanuel Feruzi.
* Add Bengali translation, thanks to faisal.
ChmSee 1.0.2 2008-12-03
------------------------
* Add Italian translation, thanks to Luca Livraghi.
* Add Swedish translation, thanks to Daniel Nylander.
ChmSee 1.0.1 2008-05-16
------------------------
* Support xulrunner 1.9
* Replace openssl with libgcrypt to generate MD5sum.
ChmSee 1.0.0 2007-07-23
------------------------
* Add cs2w, written by rae l. It's a Python script
that can convert CHM file to web browser friendly pages.
ChmSee 1.0.0-beta2 2007-04-07
------------------------------
* Using pkg-config detect gecko support library.
* User can choose Auto-Detect Language type, it's used for some html
without charset content specified.
* Popup context menu on html contents.
* Add Zoomin, Zoomout toolbar buttons.