Releases: Orinks/PortkeyDrop
Releases · Orinks/PortkeyDrop
Nightly 2026-03-13
[Unreleased]
Fixed
- Wire concurrent transfer setting into worker pool
[0.2.0] - 2026-03-10
PortkeyDrop v0.2.0
[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
[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
[Unreleased]
Added
- Sync WordPress release page from GitHub releases
Nightly 2026-03-08
[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
[Unreleased]
Added
- Decouple transfer logic from dialog — enable background transfers
Fixed
- Announce cancelled transfer immediately
Nightly 2026-03-06
[Unreleased]
Added
- Ring terminal bell on build complete
- Add wp cache nudge cycle after release push
- Add dedicated updates tab
Nightly 2026-03-05
[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
[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
Fixed
- Fix UI freeze and READDIR hang on directories with special files (e.g. .ssh on NAS devices)