Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-09-19 16:30:01

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8033 changes):

2018-07-12 09:33 codesquid, revision 8834

Create some menus in code instead of using XRC.

2018-07-12 08:51 codesquid, revision 8833

Minor code cleanup.

2018-07-11 11:40 codesquid, revision 8832

Only reconnect on tabs that were connected.

2018-07-11 11:16 codesquid, revision 8831

Save tabs in displayed order, don't save stale unused contexts.

2018-07-11 09:00 codesquid, revision 8830

Add an option to restore tabs on startup.

2018-07-10 06:42 codesquid, revision 8829

Minor code cleanup.

2018-07-05 13:14 codesquid, revision 8826

Fix compile error

2018-07-05 13:10 codesquid, revision 8825

Copy dependent dylibs

2018-07-02 12:25 codesquid, revision 8822

Remove configure check for d_type dirent member, this functionality is now handled by libfilezilla

2018-06-26 14:51 codesquid, revision 8820

This should fix initial size of Site Manager.

2018-06-25 16:32 codesquid, revision 8819

Fix assertion.

2018-06-21 11:24 codesquid, revision 8815

Locate and copy all dependent DLLs.

2018-06-20 13:36 codesquid, revision 8814

When downloading updates, make sure the file has been fully written before continuing.

2018-06-19 07:01 codesquid, revision 8813

Work around bug in Windows 1803: SHFileOperation causes focused child window to change.

2018-06-15 12:09 codesquid, revision 8812

Bump to 3.34.0

2018-06-15 12:09 codesquid, revision 8811

Do not throw away stale update information if checking is disabled as we cannot refetch it.

2018-06-15 11:55 codesquid, revision 8810

Updated translations

2018-06-15 11:34 codesquid, revision 8809

Fix warning

2018-06-15 09:24 codesquid, revision 8808

Remember position of focus rectangle when deleting files.

2018-06-11 20:05 codesquid, revision 8807

Fix some warnings if compiling with -Wunused -Wzero-as-null-pointer-constant

2018-06-11 13:57 codesquid, revision 8806

Possible fix for compile error with some rather old compilers.

2018-06-08 15:56 codesquid, revision 8805

Bump to 3.34.0-rc1

2018-06-08 09:16 codesquid, revision 8803

Remove empty subprotocol line if there's extra host parameter.

2018-06-08 09:07 codesquid, revision 8802

Ignore stale cached update information.

2018-06-08 08:58 codesquid, revision 8801

Reduce height a bit.

2018-06-07 13:28 codesquid, revision 8800

Add quotes around UninstallString value.

2018-06-07 12:30 codesquid, revision 8799

Filter extra parameters in GUI when switching protocols.

2018-06-07 12:18 codesquid, revision 8798

Filter extra parameters in SetProtocol.

2018-06-07 09:09 codesquid, revision 8797

Require values for mandatory fields.

2018-06-06 13:11 codesquid, revision 8796

Update built-in copy of pugixml.

2018-06-06 13:09 codesquid, revision 8795

Site Manager improvements: Refactored code, move protocol selection to top, change available logon types based on selected protocol. Add capability to add protocol-specific custom fields.

2018-06-06 12:53 codesquid, revision 8794

Insignificant change

2018-06-06 12:46 codesquid, revision 8793

Translation fixes

2018-05-07 08:24 codesquid, revision 8790

Bump to 3.33.0

2018-05-07 08:19 codesquid, revision 8789

Refactor and generalize cache locking.

2018-05-05 17:30 codesquid, revision 8787

Fix typo

2018-05-05 16:52 codesquid, revision 8786

Require libfilezilla 0.12.2

2018-05-05 07:38 codesquid, revision 8784

Slightly improve debug diagnostic.

2018-05-04 13:02 codesquid, revision 8783

Cleanup.

2018-04-30 11:59 codesquid, revision 8780

Also reserve space when filling from the other direction.

2018-04-30 09:39 codesquid, revision 8779

Small refactoring

2018-04-27 13:03 codesquid, revision 8778

Bump to 3.33.0-rc1

2018-04-27 13:00 codesquid, revision 8777

Updated translations

2018-04-27 09:03 codesquid, revision 8776

Update protocol definitions.

2018-04-27 08:57 codesquid, revision 8775

Only send events if there is a backend, otherwise cleanup of stale events doesn't happen.

2018-04-27 08:55 codesquid, revision 8774

Minor refactoring.

2018-04-27 08:53 codesquid, revision 8773

Fix compile error.

2018-04-27 08:52 codesquid, revision 8772

Revert

2018-04-27 08:51 codesquid, revision 8771

Fix warning.

2018-04-25 15:07 codesquid, revision 8770

Make transfer queue sortable. For performance reasons it doesn't keep the queue sorted when items are added. Hold shift to sort in reverse.