Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 02:00:01
Changelog for FileZilla 3 (8047 changes):
2023-12-07 13:57 codesquid, revision 110442023-12-07 13:46 codesquid, revision 11043Bump to 3.66.3-beta1
2023-11-23 16:59 codesquid, revision 11042Detect arm64 macOS
2023-11-23 16:57 codesquid, revision 11041Add dummy English translation, this lets default language selection on macOS understand that the program is available in English
2023-11-13 14:40 codesquid, revision 11039Don't load wx catalogs, we don't use them anyhow, yet their loading interfers with default language selection particularly on macOS
- M /FileZilla3/trunk/src/engine/http/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/http/request.cpp
2023-11-03 09:50 codesquid, revision 11036Re-create http_client if needed. Check whether it exists in other places and abort.
2023-11-03 09:39 codesquid, revision 11035Updated translation
2023-11-03 09:32 codesquid, revision 11034Bump to 3.66.1
2023-10-23 13:25 codesquid, revision 11032Ignore loading catalogs if language is en
2023-10-23 13:25 codesquid, revision 11031Bump to 3.66.0
2023-10-23 08:11 codesquid, revision 11029Updated translation
2023-10-23 08:10 codesquid, revision 11028Handle lack of status bar.
2023-10-19 13:35 codesquid, revision 11027Fix inverted boolean condition
2023-10-19 10:16 codesquid, revision 11026Need to compare paths segment-wise so that /p/ is seen less than /p-2/
2023-10-11 09:13 codesquid, revision 11025Disable context menu items depending on selections, for the enter directory option, if item is file, enter the parent.
2023-10-02 14:10 codesquid, revision 11021Bump to 3.66.0-rc1
2023-08-28 09:33 codesquid, revision 11017Make sure SetWait is called
2023-08-14 08:11 codesquid, revision 11015Update NEWS
2023-08-08 08:02 codesquid, revision 11013Deselect item prior to deleting it, selection handling in wxWidgets' generic listctrl is broken.
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.cpp
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/filteredit.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/quickconnectbar.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/recentserverlist.cpp
- M /FileZilla3/trunk/src/interface/recentserverlist.h
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_passwords.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.cpp
- M /FileZilla3/trunk/src/interface/statusbar.cpp
- M /FileZilla3/trunk/src/interface/verifycertdialog.cpp
- M /FileZilla3/trunk/src/interface/verifycertdialog.h
- M /FileZilla3/trunk/src/interface/view.cpp
- M /FileZilla3/trunk/src/interface/view.h
- M /FileZilla3/trunk/src/interface/window_state_manager.cpp
- M /FileZilla3/trunk/src/interface/window_state_manager.h
2023-08-02 09:25 codesquid, revision 11012Some more work on eliminating options singleton.
2023-08-02 09:23 codesquid, revision 11011Call destroy instead of stop(false) to ensure the handler is gone in time.
2023-07-25 09:44 codesquid, revision 11009Add missing flag.
2023-07-25 09:42 codesquid, revision 11008Also check nosize.
2023-07-24 09:51 codesquid, revision 11006Only send Range header if start offset != 0
- M /FileZilla3/trunk/src/engine/commands.cpp
- M /FileZilla3/trunk/src/engine/controlsocket.h
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/ftp/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftp/ftpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/http/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/http/httpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/sftp/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftp/sftpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/storj/storjcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/storj/storjcontrolsocket.h
- M /FileZilla3/trunk/src/include/commands.h
2023-07-24 09:50 codesquid, revision 11005Revert add flag to control delayed login
Address a fixme