Commit Graph

  • e6134bc0d1 fix: sftp panel status bar layout bug, update localized strings and add Open Transfer History shortcut TomZz 2026-06-17 04:06:25 +08:00
  • 96cd85a8d3 feat: persist sidebar and sftp panel visibility states TomZz 2026-06-17 03:00:44 +08:00
  • f45c2ed60f chore: release v0.4.3 TomZz 2026-06-17 02:46:36 +08:00
  • 8a8f280401 feat: group keybindings and set keybindings page as default in settings TomZz 2026-06-17 02:40:24 +08:00
  • dc006f7144 fix: explicitly set mac quit mode to LastWindowClosed TomZz 2026-06-17 02:10:53 +08:00
  • daaebe4c2b feat: add sidebar collapsible feature TomZz 2026-06-17 00:43:39 +08:00
  • 2a37f45ba2 Merge pull request #35 from ancion/main TomZz 2026-06-16 22:54:07 +08:00
  • ee8c18844c fix: sftp status not show sometimes and file transfer progress bar ancion 2026-06-16 18:30:47 +08:00
  • c5b09628b3 fix: panel splitter can drag to resize ancion 2026-06-16 16:05:23 +08:00
  • b45364331d fix: restore full terminal width in split panes v0.4.2 TomZz 2026-06-16 04:38:01 +08:00
  • 2d92f0ceee chore(release): v0.4.2 TomZz 2026-06-16 04:27:50 +08:00
  • 162a245a8f feat: improve theme defaults, config compatibility, and SSH key passphrase support TomZz 2026-06-16 04:16:13 +08:00
  • 68bf152792 chore(release): v0.4.1 v0.4.1 TomZz 2026-06-16 01:54:35 +08:00
  • 13b9433c90 fix: fix settings layout collapse caused by keybind wrapper TomZz 2026-06-16 01:53:55 +08:00
  • 445e474fe8 chore: bump version to v0.4.0 v0.4.0 TomZz 2026-06-16 01:04:48 +08:00
  • 4c7c06f391 fix: fix interrupted message position, handle zombie transfers on restart, fix upload status text TomZz 2026-06-16 01:04:35 +08:00
  • e4fbd65a31 fix: show tab title in transfer history TomZz 2026-06-15 20:50:12 +08:00
  • bd376935f4 feat: add keybinding management TomZz 2026-06-15 20:32:05 +08:00
  • 16761c1bf5 ci: add CI workflow to pre-populate rust cache on main branch TomZz 2026-06-15 01:29:03 +08:00
  • c3201e7c30 chore: bump version to v0.3.11 v0.3.11 TomZz 2026-06-15 01:14:48 +08:00
  • 2d5062ed75 feat: implement pixel-perfect custom rendering for block elements, powerline and box drawing TomZz 2026-06-15 01:14:42 +08:00
  • d7d6faeeb1 feat: optimize transfer history dialog UI and logic TomZz 2026-06-14 23:58:46 +08:00
  • 19a4274473 feat: enhance UI for active tabs and settings dialog TomZz 2026-06-14 23:32:32 +08:00
  • 4bb3bee6c8 fix: ensure selection background fully covers wide characters (#24) TomZz 2026-06-14 23:16:15 +08:00
  • 8ab4b43825 style: update settings button icon and size TomZz 2026-06-14 19:41:55 +08:00
  • bbf843dde6 feat: settings dialog using Settings component #19 TomZz 2026-06-14 19:29:37 +08:00
  • bc6af2e213 fix: close local terminal tab reliably when process exits on Windows TomZz 2026-06-14 16:19:55 +08:00
  • d224506fd5 fix: align sftp list item checkbox with header checkbox v0.3.10 TomZz 2026-06-14 16:09:31 +08:00
  • d175135529 Merge branch 'fix-tmux' TomZz 2026-06-14 16:00:29 +08:00
  • c769b982b4 fix: resolve tmux mouse scroll mode recognition and alternate scroll fallback TomZz 2026-06-14 15:17:11 +08:00
  • ee68835972 fix: default monitoring area position when sessions.json is absent TomZz 2026-06-14 15:26:26 +08:00
  • 8a535fad5a fix: fallback to ssh-rsa signature for legacy OpenWrt dropbear v0.3.9 TomZz 2026-06-14 14:22:16 +08:00
  • 90c07e16e1 Fix: change log timestamps and rolling filename suffix from UTC to local time TomZz 2026-06-14 14:00:52 +08:00
  • 33a3d624b7 Refactor: integrate comprehensive tracing logs and SSH multiplexing TomZz 2026-06-14 13:57:50 +08:00
  • 78f8626217 feat: add native file picker and clear button for SSH key path v0.3.8 TomZz 2026-06-14 11:26:23 +08:00
  • 743a5f9fe7 feat: add clone session context menu item and localize edit/delete items TomZz 2026-06-14 11:10:07 +08:00
  • 99a954b0b5 fix: add wayland and x11 features to gpui_platform for Linux support TomZz 2026-06-14 00:30:24 +08:00
  • 0bd04a98f0 fix: restrict config directory and file permissions to prevent credential leakage TomZz 2026-06-14 00:26:54 +08:00
  • df44d17ade fix: only show IME marked text in the focused terminal tab v0.3.7 TomZz 2026-06-14 00:21:43 +08:00
  • 0e4c4cdc69 fix: correctly handle PTY exit as graceful and add SSH keepalives for fast disconnect detection TomZz 2026-06-13 23:43:30 +08:00
  • 227966319c fix: retry connection in existing tab and perfectly detect graceful ssh exit TomZz 2026-06-13 23:38:55 +08:00
  • 205ceba20c fix: correctly track ssh network drop and emit proper closed reason TomZz 2026-06-13 23:31:50 +08:00
  • 0ccbf9573b feat: enhance split pane focus UI and fix graceful exit tab cleanup TomZz 2026-06-13 23:25:54 +08:00
  • 8193223dc2 Fix: synchronize system monitoring with active tab group TomZz 2026-06-13 22:59:32 +08:00
  • 805cec5000 UI: make connection progress scrollable with auto-scroll to bottom TomZz 2026-06-13 22:45:22 +08:00
  • 3151757c4f Refactor SFTP to be scoped to TabGroup instead of TerminalTab and fix tab close behavior TomZz 2026-06-13 22:38:03 +08:00
  • 57c55e358c feat: improve sidebar disk monitoring panel with scroll support TomZz 2026-06-13 22:08:29 +08:00
  • 81b160285d refactor: restructure project ancion 2026-06-13 19:12:27 +08:00
  • 77206bd126 feature: add split window feature ancion 2026-06-13 18:08:40 +08:00
  • bb22718d3d style: tweak sidebar layout and monitor metrics TomZz 2026-06-13 03:39:34 +08:00
  • 4ba3000538 feat: add customizable system monitoring position v0.3.6 TomZz 2026-06-13 03:34:29 +08:00
  • e7e2c67393 fix: restore body_panels layout sizes on app startup TomZz 2026-06-13 03:01:40 +08:00
  • 47b03510b2 feat: optimize monitoring card layout for memory and disks TomZz 2026-06-13 02:56:11 +08:00
  • 54c50c871a feat: fix SFTP monitoring panel minimize behavior and layout TomZz 2026-06-13 02:41:59 +08:00
  • 6f887712e6 style: Simplify terminal title bar and remove redundant path display TomZz 2026-06-12 21:26:18 +08:00
  • 99071997d5 Merge PR 9, refactor codebase and manually resolve conflicts while retaining all recent main branch features TomZz 2026-06-12 20:38:11 +08:00
  • e35a2458bb Merge branch 'pr-9' into resolve-pr-9 TomZz 2026-06-12 20:34:34 +08:00
  • 690d7418f4 feat: Save 'show hidden files' toggle state to settings v0.3.5 TomZz 2026-06-12 20:25:29 +08:00
  • aca03c924f fix: Cache text metrics for terminal IME bounds to prevent blocking during composition TomZz 2026-06-12 20:20:49 +08:00
  • 1847736d66 merge fix ancion 2026-06-12 19:59:50 +08:00
  • e163d05683 refactor: avoid main to big, split to different module and fix layout ancion 2026-06-12 18:50:27 +08:00
  • c3b1707014 refactor: change ui layout, make space for ai feture ancion 2026-06-12 10:32:39 +08:00
  • 8a82288c5e feat: persist window bounds and layout sizes across restarts TomZz 2026-06-11 17:27:37 +08:00
  • 8c24eb885c fix: Optimize terminal rendering cell width calculation and line height v0.3.4 TomZz 2026-06-12 12:44:35 +08:00
  • 2afcd1ea90 feat: Add SFTP directory batch delete and create folder features, fix auto refresh bug TomZz 2026-06-12 07:52:35 +08:00
  • bd866d1400 feat: Add SFTP directory batch delete feature and fix auto refresh bug v0.3.3 TomZz 2026-06-12 07:52:35 +08:00
  • 68439bc599 feat: support editing remote text files with local system editor TomZz 2026-06-12 07:14:55 +08:00
  • f1186e4c84 fix: UI/UX improvements for tabs, sidebar layout, and scrolling v0.3.2 TomZz 2026-06-12 05:31:37 +08:00
  • 2595cc4853 fix: prevent IME composition interrupt by only syncing theme when system appearance changes TomZz 2026-06-12 04:50:54 +08:00
  • 2ae28df8f8 Fix: Prevent auto-dismiss of newly opened dialogs when using keyboard navigation in Open Session selector TomZz 2026-06-12 02:38:23 +08:00
  • 58fd03386a Feat: Implement intelligent right-click copy/paste and add missing translations v0.3.1 TomZz 2026-06-12 02:27:09 +08:00
  • 890ce85cfc Docs: Update preview image TomZz 2026-06-12 01:42:20 +08:00
  • d5fb956161 Docs: Update README with v0.3 release highlights TomZz 2026-06-12 01:13:46 +08:00
  • 4bad75e522 UI: Optimize font selection layout and prioritize built-in font v0.3.0 TomZz 2026-06-12 01:03:47 +08:00
  • 9e28e78319 Merge pull request #6 from ancion/ashell TomZz 2026-06-12 00:50:10 +08:00
  • d561232d19 Fix duplicate release notes generation v0.2.7 TomZz 2026-06-12 00:34:42 +08:00
  • 107fe8942c Add reconnection prompt overlay on unexpected SSH disconnect TomZz 2026-06-12 00:31:41 +08:00
  • 06796031e6 Refactor SFTP transfers with concurrency, persistence, and UI improvements TomZz 2026-06-12 00:26:04 +08:00
  • 0cfd3a2fc2 chore: Increased maximum height for the SFTP section; clicking a file toggles its selection state. ancion 2026-06-11 17:30:26 +08:00
  • 7504bf6448 feat: persist window bounds and layout sizes across restarts v0.2.6 TomZz 2026-06-11 17:27:37 +08:00
  • 09ecd67ca6 feat: localize sftp status messages TomZz 2026-06-11 17:02:46 +08:00
  • 6dfa199dcb feat: add UI font config and font scale and change real time ancion 2026-06-11 16:55:14 +08:00
  • 4c5148fccf ci: auto-generate release notes with commits since last release TomZz 2026-06-11 02:36:11 +08:00
  • 108a9cf95b chore: fix compiler warnings and format code v0.2.5 TomZz 2026-06-11 02:22:49 +08:00
  • 9885b2573a fix: persist manual theme mode selection TomZz 2026-06-11 02:19:46 +08:00
  • cdf4cc3d53 fix: app fails to exit on windows/linux when last window is closed TomZz 2026-06-11 02:15:19 +08:00
  • 5b381045f9 feat: generate application icons and integrate into binaries TomZz 2026-06-11 02:12:00 +08:00
  • f246c952a2 docs: update README for Linux support and refactor i18n usage TomZz 2026-06-09 21:44:50 +08:00
  • 2276eef191 feat: complete internationalization and ui adjustments v0.2.4 TomZz 2026-06-09 19:36:18 +08:00
  • bb39626173 feat: add sftp multi-selection, batch download, and drag-to-upload support TomZz 2026-06-09 18:44:25 +08:00
  • 2cb8ab50aa style: optimize initial window size and positioning on scaled displays v0.2.3 TomZz 2026-06-09 18:16:11 +08:00
  • 785670c428 feat: sync sftp directory with terminal directory v0.2.2 TomZz 2026-06-09 15:21:36 +08:00
  • d33babe552 docs: add Mac installation guide regarding ad-hoc signing TomZz 2026-06-09 13:18:51 +08:00
  • 985f88fb1a ci: use macos-14 runner for Intel macOS to avoid queue delays v0.2.1 TomZz 2026-06-09 13:07:40 +08:00
  • 8deafbfe4e ci: add GitHub Actions release workflow v0.2 TomZz 2026-06-09 12:43:17 +08:00
  • efc57560d8 docs: add Windows platform to download section TomZz 2026-06-09 05:50:07 +08:00
  • a7428bd47c docs: make Chinese the default README and add download link TomZz 2026-06-09 05:45:14 +08:00
  • a44bbe1580 docs: add preview image to README TomZz 2026-06-09 04:05:53 +08:00
  • 56030a0e77 feat: change system theme sync interval to 1s TomZz 2026-06-09 03:47:24 +08:00
  • 56b41d625a feat: hide console window on windows and auto-sync system theme TomZz 2026-06-09 03:38:52 +08:00