Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8047 changes):

2023-12-07 13:57 codesquid, revision 11044

Bump to 3.66.3-beta1

2023-12-07 13:46 codesquid, revision 11043

Detect arm64 macOS

2023-11-23 16:59 codesquid, revision 11042

Add dummy English translation, this lets default language selection on macOS understand that the program is available in English

2023-11-23 16:57 codesquid, revision 11041

Don't load wx catalogs, we don't use them anyhow, yet their loading interfers with default language selection particularly on macOS

2023-11-13 14:40 codesquid, revision 11039

Re-create http_client if needed. Check whether it exists in other places and abort.

2023-11-03 09:50 codesquid, revision 11036

Updated translation

2023-11-03 09:39 codesquid, revision 11035

Bump to 3.66.1

2023-11-03 09:32 codesquid, revision 11034

Ignore loading catalogs if language is en

2023-10-23 13:25 codesquid, revision 11032

Bump to 3.66.0

2023-10-23 13:25 codesquid, revision 11031

Updated translation

2023-10-23 08:11 codesquid, revision 11029

Handle lack of status bar.

2023-10-23 08:10 codesquid, revision 11028

Fix inverted boolean condition

2023-10-19 13:35 codesquid, revision 11027

Need to compare paths segment-wise so that /p/ is seen less than /p-2/

2023-10-19 10:16 codesquid, revision 11026

Disable context menu items depending on selections, for the enter directory option, if item is file, enter the parent.

2023-10-11 09:13 codesquid, revision 11025

Bump to 3.66.0-rc1

2023-10-02 14:10 codesquid, revision 11021

Make sure SetWait is called

2023-08-28 09:33 codesquid, revision 11017

Update NEWS

2023-08-14 08:11 codesquid, revision 11015

Deselect item prior to deleting it, selection handling in wxWidgets' generic listctrl is broken.

2023-08-08 08:02 codesquid, revision 11013

Some more work on eliminating options singleton.

2023-08-02 09:25 codesquid, revision 11012

Call destroy instead of stop(false) to ensure the handler is gone in time.

2023-08-02 09:23 codesquid, revision 11011

Add missing flag.

2023-07-25 09:44 codesquid, revision 11009

Also check nosize.

2023-07-25 09:42 codesquid, revision 11008

Only send Range header if start offset != 0

2023-07-24 09:51 codesquid, revision 11006

Revert add flag to control delayed login

2023-07-24 09:50 codesquid, revision 11005

Address a fixme

2023-07-24 09:42 codesquid, revision 11004

Add flag to control delayed login

2023-07-13 09:43 codesquid, revision 10999

Clean old dylibs before processing.

2023-07-12 11:46 codesquid, revision 10998

Typo

2023-07-10 09:43 codesquid, revision 10997

Bump to 3.65.0

2023-07-10 09:40 codesquid, revision 10996

Updated translations

2023-07-05 13:13 codesquid, revision 10994

Also allow comparative search if sorted by path.

2023-07-05 11:44 codesquid, revision 10993

Missed an overload of DoCmpName

2023-07-05 09:02 codesquid, revision 10992

Always use case-sensitive sort for the path in the search dialog so that the comparative search matches both sides correctly.

2023-06-29 13:24 codesquid, revision 10991

Bump to 3.65.0-rc1

2023-06-29 12:53 codesquid, revision 10990

Use resend_current_event

2023-06-29 11:42 codesquid, revision 10989

Add link to full privacy policy.

2023-06-28 14:04 codesquid, revision 10988

Updated translations

2023-06-28 08:25 codesquid, revision 10986

If normal security scoped bookmark doesn't work, try a read-only one.

2023-06-26 14:14 codesquid, revision 10985

Use boost regex instead of std regex due to GCC bug 86164

2023-06-26 09:48 codesquid, revision 10984

Parse passive reply without using regex

2023-06-15 09:01 codesquid, revision 10978

A bit further work on removing options singleton

2023-06-15 09:00 codesquid, revision 10977

Allow parallel processing with async requests.

2023-05-23 15:06 codesquid, revision 10972

Further removal of options singleton.

2023-05-23 09:24 codesquid, revision 10971

Eliminate a few usages of the options singleton.

2023-05-16 09:26 codesquid, revision 10966

Adapt to lfz changes.

2023-05-10 08:32 codesquid, revision 10963

Explicitly specify tag

2023-05-01 09:50 codesquid, revision 10960

Force-quit the queue if necessary.

2023-04-26 08:51 codesquid, revision 10958

Bump to 3.64.0

2023-04-26 08:46 codesquid, revision 10957

Fix treectrl refresh. How did this ever work?

2023-04-25 10:16 codesquid, revision 10952

Use is_redirect()

2023-04-25 10:06 codesquid, revision 10950

Re-add redirect support.

2023-04-21 12:55 codesquid, revision 10947

Fix a harmless warning.

2023-04-21 09:33 codesquid, revision 10945

Add configurable limit to number of items in listings.

2023-04-20 14:41 codesquid, revision 10944

Use new HTTP client for IP resolver.

2023-04-20 14:37 codesquid, revision 10943

Fix formatting and potential use of wrong name

2023-04-19 08:39 codesquid, revision 10939

Limit amount of lines in multi-line response.

2023-04-17 07:16 codesquid, revision 10938

Spelling

2023-04-13 10:11 codesquid, revision 10937

Switch to .tar.xz

2023-04-13 09:59 codesquid, revision 10936

Bump to 3.64.0-rc1

2023-04-13 09:50 codesquid, revision 10935

Merge back option mnemonics.

2023-04-04 08:19 codesquid, revision 10922

Fix compile error, remove old request throttler.

2023-03-31 07:47 codesquid, revision 10916

Fix compile error.

2023-03-30 13:52 codesquid, revision 10915

HTTP digest auth is now in libfilezilla.

2023-03-30 13:33 codesquid, revision 10913

Constify

2023-03-26 15:03 codesquid, revision 10905

Use new http client from libfilezilla

2023-03-17 10:19 codesquid, revision 10897

Clarify notification_cb usage

2023-03-17 10:16 codesquid, revision 10896

Start untangling http request code.

2023-03-17 10:01 codesquid, revision 10894

Only update aliveness, activity is logged already by the corresponding layer

2023-03-15 15:40 codesquid, revision 10893

Move send state out of HttpRequest::flags_

2023-03-09 15:22 codesquid, revision 10891

Also set madeProgress CTransferStatusManager::Get

2023-03-09 08:31 codesquid, revision 10890

Fix icon size on tabs on high scale factors on Windows.

2023-03-08 14:13 codesquid, revision 10889

Clear persistent state if moving to successful.

2023-03-03 15:33 codesquid, revision 10884

Change version number to 3.63.2.1

2023-03-02 15:01 codesquid, revision 10882

Only auto-skip silent install if writable instdir

2023-03-02 08:55 codesquid, revision 10881

Use string_view for startup profile msg

2023-03-01 10:19 codesquid, revision 10880

Process persistent state notifications and persist the state.

2023-03-01 10:05 codesquid, revision 10879

Add a safety check

2023-03-01 09:30 codesquid, revision 10878

Add persistent state notification and allow passing persistent state to file transfer commands.

2023-02-23 09:16 codesquid, revision 10876

Bump to 3.63.2

2023-02-23 08:03 codesquid, revision 10875

Updated translations

2023-02-17 11:04 codesquid, revision 10868

Custom icons for treectrl collapsed/expanded state on macOS

2023-02-16 08:48 codesquid, revision 10867

Possible fix for combobox colour being wrong on old versions of macOS

2023-02-15 08:53 codesquid, revision 10866

Fix crash

2023-02-13 10:26 codesquid, revision 10861

Need to read /user switch earlier

2023-02-13 10:15 codesquid, revision 10860

Automatically skip UAC prompt if updating or run silent and current user installation requested, or detected from previous installation.

2023-02-13 09:33 codesquid, revision 10859

Uninstaller didn't remove all registry entries.

2023-02-09 16:53 codesquid, revision 10858

Trim trailing separators

2023-02-09 16:10 codesquid, revision 10857

Path normalization works differently in wx3.2.1. Work around the issue. In future, get rid of this horrible wxFileName altogether.

2023-01-30 08:37 codesquid, revision 10855

Make 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 12:30 codesquid, revision 10854

Updated translation

2023-01-26 10:38 codesquid, revision 10853

Bump to 3.63.1

2023-01-26 10:37 codesquid, revision 10852

Fix 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-25 18:49 codesquid, revision 10851

Possible toolbar sizing fix on MSW.

2023-01-24 14:07 codesquid, revision 10849

Prepare 3.63.0

2023-01-24 14:04 codesquid, revision 10848

Spelling

2023-01-24 13:44 codesquid, revision 10847

Updated translations

2023-01-20 11:01 codesquid, revision 10846

Ensure focused tree item is kept in view on sel change.

2023-01-13 10:40 codesquid, revision 10845

Fix possible crash during shutdown.

2023-01-13 10:23 codesquid, revision 10844

Fix potential crash.

2023-01-13 10:22 codesquid, revision 10843

Fix background color on *nix