1
2011-09-24 -- Version 0.3.9
2
	* Fix problem giving exeption when opening preferences (#64, #65)
3
	* New translation: hu
4
	* Updated translations: fr
5
6
2011-04-03 -- Version 0.3.8
7
	* Use combobox for remote charset selection
8
	* Don't disable synced browsing on refresh (#54)
9
	* Wider input entries in main window
10
	* Support international domain names (#56)
11
	* New translations: ja
12
	* Updated translations: pl, sv
13
14
2010-11-17 -- Version 0.3.7
15
	* Fixed crash when renaming to exisitng local file (#53)
16
	* Fixed crash issue on Ubuntu 10.04
17
	* Fixed crash issues when creating/renaming directory (#47)
18
	* Fixed behaviour of file operation dialog (#46)
19
	* Synchronized browsing ability (#45)
20
	* Avoid crash in file permission dialog when permission string are to short
21
	* UrlDecode drag/drop uri (#51)
22
	* Add current local and remote path when creating new bookmark (#48)
23
	* Handle disconnect on timed out connections (partly fixes #49)
24
	* Updated translations: pt_BR, fr, nb, es, ca
25
	* New translations: sk
26
27
2010-10-13 -- Version 0.3.6
28
	* Fixed path for ssh library
29
30
2010-10-07 -- Version 0.3.5	
31
	* Directory caching is now optional
32
	* Fixed UI issues when background tasks are running - less sluggishness.
33
	* Fixed bug making bareftp miss ssh server password request
34
	* Fixed possible ldpath vulnerability in startup script
35
	* Handle network stream wite failures better
36
	* Fixed possible crash if renaming a file to an empty string
37
	* Better translation coverage
38
	* New/updated translations: nb, fr, ru, pl, es, sv, it
39
40
2010-05-07 -- Version 0.3.4
41
	* Fixed #37: gnome-keyring problem
42
	* Fixed #38: Can't build without gnome-keyring
43
	* Revert correctly to previous dir on failed dir change
44
	* Fixed possible problem when swithing keyring mode with 
45
	   no password file present
46
47
2010-05-04 -- Version 0.3.3
48
	* Implemented workaround for patched gnome-keyring-sharp
49
	   used in ubuntu 10.04. (#35)
50
	* Added custom command dialog (from right click menu)
51
	* Updated translations: pl
52
53
2010-04-17 -- Version 0.3.2
54
	* Fixed missing icon issues in progress panel (#34)
55
	* Improved drag'n drop. More user friendly on multiple selection
56
	* Some ui improvents for error reporting
57
	* Fixed crash when recieving a 550 on changedir
58
	* Fixed issue #30 (right click instability)
59
	* Fixed bug #29 (Impossible connect to a server with different port via sftp)
60
	* Ensure clean openssh exit on disconnect (no more defunct processes)
61
	* Changed date formating in list view
62
	* Updated translations: ca, de, es, fr, nb, pt_BR, sv
63
64
2010-01-03 -- Version 0.3.1
65
	* Better thread control when doing mutiple transfers
66
	* More failsafe code when setting statusbar messages
67
	* Fixed potential nullreference bug on failed connections (#28)
68
	
69
2009-12-22 -- Version 0.3.0
70
	* Resizeable column widths in file views
71
	* New ssh implementation using local openssh
72
	* Optional password storage in Gnome Keyring
73
	* Bookmark backup/restore
74
	* Transfer information displayed in window title when minimized
75
	* Auto reconnect on ftp session timeout
76
	* Remember scroll position when going to parent directory
77
	* Enable remote directory listing cache
78
	* Do ChangeDir in a separate thread for GUI responsiveness
79
	* Possibility to do multiple ftp transfers simultaneously
80
	* Configurable max number of simultanuous connections
81
	* Visualize keybindings in context menu
82
	* Fix some keybinding problems. They should all work now.
83
	* Changed quick-bookmarks menu from a menu item to a nicer button,
84
		to make the gui look nicer on certain themes
85
	* New translations: Polish
86
87
2009-06-15 -- Version 0.2.3
88
	* Some new keyboard shortcuts
89
		- F2 - Rename file
90
		- Alt+Up - Parent directory
91
		- Ctrl+R - Refresh dir
92
		- Ctrl+Arrow/Left arrow - Give focus to right/left panels
93
	* Avoid duplicate bookmarks in menu after edit
94
	* Use specified charset when connecting via bookmark
95
	* Use specified port when connecting via bookmark
96
	* Preserve File Permissions now defaults to false
97
	* Fixed some window resize issues for small resolutions
98
	* Catch exceptions when mimetype icons don't exists
99
	* Re-enable Bookmarks button if connect fails
100
	* PRET support for Distributed PASV (#12)
101
	* Fixed bin script to point to correct libdir (Thanks loki_val!)
102
103
2009-04-05 -- Version 0.2.2
104
	* Added Catalan translation
105
	* New bareFTP icon (Thanks Kalle!)
106
	* Added Portuguese Brazilian translation
107
	* Added German translation
108
109
2009-03-21 -- Version 0.2.1
110
	* Added bookmarks to bookmark menu item
111
	* Fixed bug causing crash when uploading parent dir (#5)
112
	* Added Italian translation
113
114
2009-02-28 -- Version 0.2.0
115
	* Fixed several chmod issues
116
	* Fixed crash on transfer progress right-click (#4)
117
	* Fixed certain issues with moving transfers up/down
118
	* Aborting transfers now works to some extent
119
	* Added support for VMS directory listings
120
	* Added new site manager (#1)
121
	* Removed unused methods and System.Data dependency
122
	* Fixed exception on exit from file menu (#3)
123
	* Handle some HP ftp server directory listings
124
125
2009-01-24 -- Version 0.1.4
126
	* Enabled sorting on all columns
127
	* Connection to remote site is now done threaded to avoid gui
128
	  freeze when remote site doesn't answer
129
	* Improvements in error handling on delete
130
	* Fixed right click behaviour in file lists.
131
	* Fixed charset issues when sending commands
132
	* Fixed several problems using windows/dos ftp server
133
	* Display remote error messages in statusbar
134
	* Several improvements in exception handling
135
136
2009-01-16 -- Version 0.1.3
137
	* New preferences dialog
138
	* Configurable default protocol and ports
139
	* Setting show/hide hidden files has instant effect when connected
140
	* Preserve file permissions on transfer
141
	* Drag'n drop now use the familiar default icon
142
	* Remove rubber banding to enable easier multiple drag'n drop
143
	* Fix desktop file for fedora rpms
144
	* Drag'n drop integration with GNOME
145
		(remote->gnome works only if remote site is mounted)
146
	* New French translation by Simon Leblanc <contact@leblanc-simon.eu>
147
	* New Spanish translation by Julio Napurí Carlos <julionc@gmail.com>
148
	* More strings translatable and some typo corrections
149
	* Link icon arrow now points right
150
	* Chmod dialog display original permissions if activated for one file
151
152
2008-12-23 -- Version 0.1.2
153
	* Catching more remote connection exceptions
154
	* Added new Failed trasfer status
155
	* New Connection class amaging a connection pool to enable 
156
	    multithreaded remote operations
157
	* Find user/group names in different way to avoid crash when files 
158
	    have unknown owner
159
	* Icons in progress list
160
	* Clear progress list on disconnect
161
	* Check for connection when pressing upload/download
162
	* User folder icon for parent directory
163
164
2008-12-19 -- Version 0.1.1
165
	* Catch exception when user name can't be found from user id
166
	* Center upload/download buttons
167
	* Added message view font in preferences
168
	* Removed button border relief on buttons
169
	* Fix speed and eta calculations
170
171
2008-12-19 -- Version 0.1.0
172
	* Initial release
173