-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCHANGELOG.TXT
More file actions
209 lines (131 loc) · 4.22 KB
/
CHANGELOG.TXT
File metadata and controls
209 lines (131 loc) · 4.22 KB
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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
New in 0.11:
-------
New features/changes:
* Repo ownership has been changed: apatrushev/ServerAccess → nauphone/ServerAccess
* Move to Java 8 #52
* Notification on connection attempt #13
* Show comments for groups
* Use shadow plugin to pack libs #55
* Change search keys to CTRL-F
Bug fixes:
* Fix broken build for Windows 64-bit
* Fix MacOS X app launcher #55
* Fix new config creation on MacOS X #59
* Docs fix: use gradle wrapper everywhere
Code cleanup and refactoring:
* Extract Backend interface (make it possible to implement new backends on different Java SSH libraries) #57
* Update gradle version to 2.5
* Use default version "devel" when git could not be found
New in 0.10.1:
-------
New features/changes:
* Select the interface for local port forwarding #30
* Basic RSA/DSA keypair authentication #43
Bug fixes:
* SA should not fail when NPE occurs during connection establishment
Code cleanup and refactoring:
* Use newer Gradle version and Gradle wrapper
* Use pitest plugin to measure tests quality
* Remove unused constants from ConsoleManager
* Remove excessive logging from ConsoleManager
* Add some tests on DefaultConfiguration
* Fix a lot of static analysis issues
* Close some resources automatically
New in 0.10:
-------
New features/changes:
* Move to Java 7 #54
New in 0.9.15:
-------
New featues/changes:
* Move from Ant to Gradle #49
Code cleanup and refactoring:
* Remove some old build tasks
* Fix some static analysis warnings
New in 0.9.14:
-------
New features/changes:
* Hotkey for search field focus (#38)
* Open/close directory on double click (#23)
* New screenshots in README (#45)
* Create version number from `git describe` (#36)
Bugs fixed:
* Fix build & launch issues under MacOS X
* Add missing application icon for .deb package (#47)
Code cleanup and refactoring:
* Remove obsolete rpm spec file
* Fix miscellaneous static analysis warnings
* Minor improvements in internal design
* Add PiTest dependency in order to check/improve tests quality
New in 0.9.13:
-------
Here we're again!
New features/changes:
* HTTP Proxy Server (#39)
Bugs fixed:
* Windows 64-bit compatibility (#44)
* HTTP proxy cannot deal with multiple target hosts (#40)
* Account comments are not displayed (#34)
Code cleanup and refactoring:
* More unit tests on legacy code
New in 0.9.12:
-------
New features/changes:
* Host alias (#14)
* FTP browser/Web browser application may be redefined (#28)
* Pass account name to terminal (#20)
Bugs fixed:
* Add log4j.properties to Windows installation
* URLs with special symbols didn't work
Code cleanup and refactoring:
* Move encrypt/decrypt methods out from UIController (#26)
* Use MessageListener to break circular dependency
* Extract find logic into Path class
* build.xml fix: win32 target should not depend on clean
* Many small code cleanups
New in 0.9.11.1:
-------
Bugs fixed:
* Use proper registry path for PuTTY settings
* Fix error with HTTP browser launch on Windows
* Add missing dependency: libswt-cairo
Code cleanup:
* Remove obsolete Makefile
New in 0.9.11:
-------
New features/changes:
* Add support for Travis CI
* Always negotiate telnet options (seems to work fine)
* Terminal string can be taken from config (#6)
Default terminal emulator used on Linux since this version is XTerm.
Bugs fixed:
* Clear global through account when it is not found after refresh
Code cleanup:
* Add version number to Windows installer file name
* More unit tests
New in 0.9.10.2:
-------
Hotfix:
* Add dependency on Log4J to Windows bundle
New in 0.9.10.1:
-------
Hotfix:
* Fix NPE during filtering
New in 0.9.10:
-------
Bugs fixed:
* NPE when trying to reconnect rebooted machine (#12)
* Global through account is not flushed (#21)
* File transfer doesn't work (#22)
GFTP is added to dependency list in order to support file transfer on Linux.
Support for generic file transfer mechanism may be added in future.
Code cleanup:
* Use logger instead of printStackTrace()
* Many small code cleanups
New in 0.9.9.5:
-------
New features/changes:
* Split read-only and read-write properties (#15)
* Use Log4J for logging (#16)
* Simplify: always show folder icons, even on MacOs X
Many small code cleanups.