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