Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

2022-05-18 09:10 codesquid, revision 10649

macOS: dnd from remote file list into Finder

2022-05-18 07:44 codesquid, revision 10648

Fix compile error.

2022-05-17 15:45 codesquid, revision 10647

Refactored drag&drop functionality.

2022-04-27 12:58 codesquid, revision 10631

Small cleanup

2022-04-20 08:40 codesquid, revision 10627

Small cleanup

2022-04-20 08:00 codesquid, revision 10626

Fix timer not triggering due to weird semantics of wxTimer::SetOwner despite the explicit Bind

2022-04-13 07:44 codesquid, revision 10625

Handle disabled locales

2022-04-08 14:26 codesquid, revision 10623

Require libfilezilla 0.37.1

2022-04-08 14:06 codesquid, revision 10620

Bump to 3.59.0

2022-04-08 13:52 codesquid, revision 10619

Updated translations

2022-04-08 09:43 codesquid, revision 10618

Unify queue storage with upcoming FileZilla Pro changes.

2022-04-05 15:09 codesquid, revision 10616

Make NSRequiresAquaSystemAppearance depend on wx version

2022-04-05 13:04 codesquid, revision 10615

Fixed warnings

2022-04-05 09:29 codesquid, revision 10614

Border fixes

2022-04-05 09:17 codesquid, revision 10613

Fix an assertion

2022-04-01 14:51 codesquid, revision 10612

Bump to 3.59.0-rc1

2022-04-01 14:47 codesquid, revision 10611

Updated translations

2022-03-28 14:14 codesquid, revision 10607

Call DoClose instead of ResetOperation with FZ_REPLY_DISCONNECTED

2022-03-25 11:22 codesquid, revision 10605

Fixed one more compile error.

2022-03-25 11:16 codesquid, revision 10603

Compile fixes

2022-03-25 10:50 codesquid, revision 10602

Use new non-blocking I/O for SFTP child process.

2022-03-24 15:34 codesquid, revision 10601

Fix writing to process

2022-03-24 15:31 codesquid, revision 10600

More process changes

2022-03-24 15:30 codesquid, revision 10599

Adapt to libfilezilla changes

2022-03-15 11:05 codesquid, revision 10583

Use fzprintf to report error.

2022-03-10 14:47 codesquid, revision 10582

Custom splitter shash renderer on macOS with wx3.1

2022-03-03 10:56 codesquid, revision 10576

Adapt to libfilzilla change

2022-03-01 15:35 codesquid, revision 10574

Get rid of custom events.

2022-02-28 16:09 codesquid, revision 10572

registry has been moved to lfz

2022-02-28 15:20 codesquid, revision 10568

This symbol cannot be private.

2022-02-28 14:26 codesquid, revision 10565

Symbol visibility fixes

2022-02-28 11:09 codesquid, revision 10561

Use * instead of *.* on *nix file dialogs.

2022-02-11 15:11 codesquid, revision 10552

Bump to 3.58.0

2022-02-11 15:02 codesquid, revision 10551

Updated translations.

2022-02-11 09:00 codesquid, revision 10549

Read contents of XML files using fz::file ourselves before passing to pugixml, allows printing more detailed errors instead of the generic "file not found" returned by pugixml.

2022-02-11 08:50 codesquid, revision 10548

Update built-in copy of pugixml

2022-02-03 14:19 codesquid, revision 10546

Also change version in configure.ac

2022-02-03 13:40 codesquid, revision 10545

Bump to 3.58.0-rc1

2022-02-03 13:37 codesquid, revision 10544

Negotiate custom ALPN with FileZilla Server. Prepare for future 2FA implementation in the server.

2022-01-14 11:46 codesquid, revision 10535

Automatically resume downloads of updates as long as progress is made.

2022-01-12 14:56 codesquid, revision 10534

Better handling of spaces

2021-12-31 08:57 codesquid, revision 10528

Open browser for log file in the currently configured directory.

2021-12-30 09:57 codesquid, revision 10526

Fix warning

2021-12-17 08:43 codesquid, revision 10521

Add nullptr check

2021-12-10 13:19 codesquid, revision 10520

Bump to 3.57.0

2021-12-10 13:11 codesquid, revision 10519

Updated translation

2021-12-09 09:46 codesquid, revision 10518

Additional checks to ensure the index is valid when getting item text or image.

2021-11-26 10:56 codesquid, revision 10512

Fix compile error

2021-11-25 10:47 codesquid, revision 10511

Need to reset socket if internal connect fails, due to the internal connect being the verification handler.

2021-11-25 09:51 codesquid, revision 10510

Additional safety checks converting visible column index to actual one.