Skip to content

Releases: Orinks/PortkeyDrop

Nightly 2026-03-13

13 Mar 04:20

Choose a tag to compare

Nightly 2026-03-13 Pre-release
Pre-release

[Unreleased]

Fixed

  • Wire concurrent transfer setting into worker pool

[0.2.0] - 2026-03-10

PortkeyDrop v0.2.0

10 Mar 16:52

Choose a tag to compare

[0.2.0] - 2026-03-10

Added

  • Resume interrupted downloads from offset instead of restarting
  • Wire concurrent transfers setting into worker pool

Fixed

  • Reset progress display to 0% immediately on retry

Nightly 2026-03-11

11 Mar 04:18

Choose a tag to compare

Nightly 2026-03-11 Pre-release
Pre-release

[Unreleased]

Added

  • Resume interrupted downloads from offset instead of restarting
  • Wire concurrent transfers setting into worker pool

Fixed

  • Reset progress display to 0% immediately on retry
  • Clean up wx before applying update and skip lock prompt on restart
  • Patch GetTopLevelWindows and SafeYield in update test

Nightly 2026-03-10

10 Mar 04:18
bbe5f0e

Choose a tag to compare

Nightly 2026-03-10 Pre-release
Pre-release

[Unreleased]

Added

  • Sync WordPress release page from GitHub releases

Nightly 2026-03-08

08 Mar 04:19
cfa97dc

Choose a tag to compare

Nightly 2026-03-08 Pre-release
Pre-release

[Unreleased]

Added

  • Add activity log console panel with Prism announcements
  • Add F6 pane cycling and View menu toggle for activity log
  • Add Ctrl+1/2/3 shortcuts for direct pane focus
  • Add Tab navigation into activity log from file lists
  • Activity log console panel
  • One-click retry for failed transfers
  • Allow queuing additional files during active transfer
  • Add colons to file list and toolbar field labels

Fixed

  • Adapt activity log tests to TransferService API
  • Resolve Tab focus trap in activity log panel
  • Remove StaticBox wrapper from activity log panel
  • Enable tab focus on read-only activity log TextCtrl
  • Use MoveAfterInTabOrder for activity log tab order
  • Move activity_log into pane_container to fix MoveAfterInTabOrder crash
  • Make activity log a third column panel in h_sizer for natural tab order
  • Remove TE_RICH2 from activity log — fixes NVDA fragmented reading
  • Replace TextCtrl with ListBox for activity log
  • Associate StaticText labels with file lists via SetLabelFor
  • Use SetLabel() for ListCtrl and name= for ListBox accessible names
  • Remove redundant Prism pane announcements
  • Switch activity log back to TextCtrl with HSCROLL
  • Read version and build tag from _build_meta when available

Nightly 2026-03-07

07 Mar 04:11
6b44c50

Choose a tag to compare

Nightly 2026-03-07 Pre-release
Pre-release

[Unreleased]

Added

  • Decouple transfer logic from dialog — enable background transfers

Fixed

  • Announce cancelled transfer immediately

Nightly 2026-03-06

06 Mar 04:17
7c9070e

Choose a tag to compare

Nightly 2026-03-06 Pre-release
Pre-release

[Unreleased]

Added

  • Ring terminal bell on build complete
  • Add wp cache nudge cycle after release push
  • Add dedicated updates tab

Nightly 2026-03-05

05 Mar 04:19
a4eee84

Choose a tag to compare

Nightly 2026-03-05 Pre-release
Pre-release

[Unreleased]

Added

  • Map FileZilla keyfile to key_path
  • Add cancel close button to site manager dialog

Fixed

  • Harden WinSCP password and site import reliability
  • Improve SFTP key import error mapping
  • Improve PPK private key compatibility with asyncssh
  • Prefer uv for build dependency bootstrap
  • Harden RSA PPK conversion and dmp1 handling (Extra tested by @stickbear2015)
  • Restore puttykeys fallback for RSA unencrypted PPK
  • Announce transfer cancellation clearly

Nightly 2026-03-04

04 Mar 14:34
6188ee0

Choose a tag to compare

Nightly 2026-03-04 Pre-release
Pre-release

[Unreleased]

Added

  • Prefer vault password storage in portable mode
  • Auto-bootstrap build env with uv for plain python runs

Fixed

  • Wire asyncssh progress_handler for transfer progress
  • Resolve symlinks for accurate download progress
  • Resolve Alt+R mnemonic conflict in SiteManagerDialog
  • Map source selection against detected client list
  • Correct WinSCP password decryption byte logic
  • Remove unintended Alt+Space mnemonic from sites label
  • Keep password field visible when Show is toggled
  • HostKeyDialog focus/escape, refresh focus guard, F6/Ctrl+L pane navigation (#31 #32 #33 #35)
  • SiteManagerDialog focus after site removal

Nightly 2026-03-01

01 Mar 05:24
d0dbb7e

Choose a tag to compare

Nightly 2026-03-01 Pre-release
Pre-release

Fixed

  • Fix UI freeze and READDIR hang on directories with special files (e.g. .ssh on NAS devices)