Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2025-05-20 09:40:01
Changelog for FileZilla 3 (8075 changes):
2023-03-03 15:33 codesquid, revision 108842023-03-02 15:01 codesquid, revision 10882Change version number to 3.63.2.1
2023-03-02 08:55 codesquid, revision 10881Only auto-skip silent install if writable instdir
- M /FileZilla3/trunk/src/interface/context_control.cpp
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/filezillaapp.h
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
2023-03-01 10:19 codesquid, revision 10880Use string_view for startup profile msg
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/queue.h
- M /FileZilla3/trunk/src/interface/queue_storage.cpp
2023-03-01 10:05 codesquid, revision 10879Process persistent state notifications and persist the state.
2023-03-01 09:30 codesquid, revision 10878Add a safety check
- M /FileZilla3/trunk/src/engine/commands.cpp
- M /FileZilla3/trunk/src/include/commands.h
- M /FileZilla3/trunk/src/include/notification.h
2023-02-23 09:16 codesquid, revision 10876Add persistent state notification and allow passing persistent state to file transfer commands.
2023-02-23 08:03 codesquid, revision 10875Bump to 3.63.2
2023-02-17 11:04 codesquid, revision 10868Updated translations
- M /FileZilla3/trunk/src/interface/renderer.cpp
- A /FileZilla3/trunk/src/interface/resources/default/480x480/treeitem_collapsed_dark.png
- A /FileZilla3/trunk/src/interface/resources/default/480x480/treeitem_collapsed_light.png
- A /FileZilla3/trunk/src/interface/resources/default/480x480/treeitem_expanded_dark.png
- A /FileZilla3/trunk/src/interface/resources/default/480x480/treeitem_expanded_light.png
- M /FileZilla3/trunk/src/interface/resources/default/Makefile.am
2023-02-16 08:48 codesquid, revision 10867Custom icons for treectrl collapsed/expanded state on macOS
2023-02-15 08:53 codesquid, revision 10866Possible fix for combobox colour being wrong on old versions of macOS
2023-02-13 10:26 codesquid, revision 10861Fix crash
2023-02-13 10:15 codesquid, revision 10860Need to read /user switch earlier
2023-02-13 09:33 codesquid, revision 10859Automatically skip UAC prompt if updating or run silent and current user installation requested, or detected from previous installation.
2023-02-09 16:53 codesquid, revision 10858Uninstaller didn't remove all registry entries.
2023-02-09 16:10 codesquid, revision 10857Trim trailing separators
2023-01-30 08:37 codesquid, revision 10855Path normalization works differently in wx3.2.1. Work around the issue. In future, get rid of this horrible wxFileName altogether.
2023-01-26 12:30 codesquid, revision 10854Make sure automatic quote/dash substitutions are disabled. Why did anyone think this is a good feature to have it enabled by default?
2023-01-26 10:38 codesquid, revision 10853Updated translation
2023-01-26 10:37 codesquid, revision 10852Bump to 3.63.1
- M /FileZilla3/trunk/src/interface/fileexistsdlg.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/quickconnectbar.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/statusbar.cpp
- M /FileZilla3/trunk/src/interface/themeprovider.cpp
- M /FileZilla3/trunk/src/interface/themeprovider.h
- M /FileZilla3/trunk/src/interface/verifycertdialog.cpp
2023-01-25 18:49 codesquid, revision 10851Fix icon sizing on MSW at large DPI scale factors. Need to ultimately drop wx3.0 support and re-write the theme provider from scratch.
2023-01-24 14:07 codesquid, revision 10849Possible toolbar sizing fix on MSW.
- M /FileZilla3/trunk/configure.ac
- M /FileZilla3/trunk/INSTALL
- M /FileZilla3/trunk/NEWS
- M /FileZilla3/trunk/README
- M /FileZilla3/trunk/src/fzshellext/version.rc.in
- M /FileZilla3/trunk/src/interface/aboutdialog.cpp
- M /FileZilla3/trunk/src/interface/resources/MacInfo.plist.in
- M /FileZilla3/trunk/src/interface/resources/version.rc.in
2023-01-24 14:04 codesquid, revision 10848Prepare 3.63.0
2023-01-24 13:44 codesquid, revision 10847Spelling
- M /FileZilla3/trunk/locales/he_IL.po
- M /FileZilla3/trunk/locales/tr.po
- M /FileZilla3/trunk/locales/zh_TW.po
2023-01-20 11:01 codesquid, revision 10846Updated translations
Ensure focused tree item is kept in view on sel change.