Skip to content

Releases: lollipopkit/flutter_server_box

v1.0.1390

25 Apr 16:14

Choose a tag to compare

If you find ServerBox useful and helpful, please consider donating at https://cdn.lpkt.cn/donate. Thanks!

For Ubuntu 22.04 users: Try using legacy AppImage build.

What's Changed

  • feat (Server Details): Added support for SVG images by @GT-610 in #1112
  • fix(server): Fixed issues with server state management and connection… by @GT-610 in #1114
  • fix: throttle SSH terminal output for large logs by @GT-610 in #1115
  • feat: add ProxyCommand support for SSH connections by @GT-610 in #1117
  • fix: harden ProxyCommand SSH config parsing and validation by @GT-610 in #1118
  • feat(sftp): add sudo mode for privileged file operations by @GT-610 in #1119
  • Show iCloud backup status metadata by @GT-610 in #1120
  • feat(ci): Add release for legacy OSes such as Ubuntu 22.04 by @GT-610 in #1121
  • feat: Proxmox OTP authentication by @GT-610 in #1122
  • chore: Fix PVE bugs and add issuer to github participants list by @GT-610 in #1123
  • fix: Use persistent shell sessions to avoid duplicate session creation by @GT-610 in #1124
  • ref: Extract helper methods and refactor dialogs by @GT-610 in #1126
  • feat: Password management by @GT-610 in #1127
  • Add disk collection toggles to server edit settings by @GT-610 in #1128
  • chore: Update packages by @GT-610 in #1129
  • feat(ssh): add snippet button and limit home actions to the add page by @barkure in #1130
  • ref: tweak snippet and SSH page layouts by @barkure in #1131
  • chore: Update packages and add a contributor by @GT-610 in #1134
  • new: publish to homebrew by @lollipopkit in #1135
  • Fix intro flow home window frame wrapping by @GT-610 in #1136
  • opt.: new website by @lollipopkit in #1138
  • fix: fdroid build by @lollipopkit in #1139
  • fix: strip android native build ids for fdroid by @lollipopkit in #1140

New Contributors

Full Changelog: v1.0.1365...v1.0.1390

v1.0.1388

25 Apr 14:16

Choose a tag to compare

v1.0.1388 Pre-release
Pre-release
Release v1.0.1388

v1.0.1365

08 Apr 07:37

Choose a tag to compare

If you find ServerBox useful and helpful, please consider donating at https://cdn.lpkt.cn/donate. Thanks!

What's Changed

  • feat (SSH page): Added server sorting, search, and history features by @GT-610 in #1097
  • fix(ssh): Fixed an issue with the virtual keyboard display and optimized the key loading logic by @GT-610 in #1100
  • docs(l10n): Updated translations related to keyboard input by @GT-610 in #1102
  • feat: Add logic to handle application lifecycle states by @GT-610 in #1103
  • feat: Added new GitHub participants and optimized the logic on the SSH page by @GT-610 in #1104
  • feat: Added JNI support and improved status bar control in full-screen mode by @GT-610 in #1106
  • feat(Sync): Added app settings sync option by @GT-610 in #1107
  • fix: Fixed an issue with disk status handling in server status update requests by @GT-610 in #1108
  • fix: Fixed an issue where CPU historical data was lost during BSD status updates by @GT-610 in #1109
  • fix(android): Fixed class protection in builds to resolve the screen freezing issue in release builds by @GT-610 in #1110

Full Changelog: v1.0.1351...v1.0.1365

v1.0.1362

07 Apr 13:00

Choose a tag to compare

v1.0.1362 Pre-release
Pre-release

Android builds have some bugs that might cause start failure. This has been fixed in #1110, and we're pushing a new release. For Android users please do not upgrade to this version. Sorry for inconvenience.

If you find ServerBox useful and helpful, please consider donating at https://cdn.lpkt.cn/donate. Thanks!

What's Changed

  • feat (SSH page): Added server sorting, search, and history features by @GT-610 in #1097
  • fix(ssh): Fixed an issue with the virtual keyboard display and optimized the key loading logic by @GT-610 in #1100
  • docs(l10n): Updated translations related to keyboard input by @GT-610 in #1102
  • feat: Add logic to handle application lifecycle states by @GT-610 in #1103
  • feat: Added new GitHub participants and optimized the logic on the SSH page by @GT-610 in #1104
  • feat: Added JNI support and improved status bar control in full-screen mode by @GT-610 in #1106
  • feat(Sync): Added app settings sync option by @GT-610 in #1107
  • fix: Fixed an issue with disk status handling in server status update requests by @GT-610 in #1108
  • fix: Fixed an issue where CPU historical data was lost during BSD status updates by @GT-610 in #1109

Full Changelog: v1.0.1351...v1.0.1362

v1.0.1351

01 Apr 10:48

Choose a tag to compare

If you find ServerBox useful and helpful, please consider donating at https://cdn.lpkt.cn/donate. Thanks!

What's Changed

  • feat: Added Port Forwarding Functionality by @GT-610 in #1083
  • chore: Update Riverpod and remove unused plugins by @GT-610 in #1086
  • chore: Update dependencies by @GT-610 in #1088
  • feat: Bring back completely re-optimized "Connection Stats" feature by @GT-610 in #1090
  • feat (Menu Features): Added a port forwarding button and optimized server storage logic by @GT-610 in #1092
  • fix(ssh): Fixed the logic for handling font paths by @GT-610 in #1093
  • chore: Update dartssh2 submodule by @GT-610 in #1094
  • fix: Use latest dartssh2 and add a switch for temperature between celsius and millicelsius by @GT-610 in #1095
  • feat(port_forward): Supports local, remote, and dynamic port forwarding types by @GT-610 in #1096

Full Changelog: v1.0.1340...v1.0.1351

v1.0.1340

22 Mar 15:32

Choose a tag to compare

If you find ServerBox useful and helpful, please consider donating at https://cdn.lpkt.cn/donate. Thanks!

What's Changed

  • fix(ssh): Fixed an issue in the built-in SSH terminal where pressing the β€œBackspace” key or the arrow keys caused commands to be repeated by @GT-610 in lollipopkit/xterm.dart/pull/6
  • fix(ssh): Ensure that the private key ends with a newline character by @GT-610 in #1073
  • chore: Remove unused submodule by @GT-610 in #1074
  • refactor: Remove Cupertino routing options and update the list of contributors by @GT-610 in #1076
  • fix(storage): Fixed an issue with the SFTP path history by @GT-610 in #1077
  • feat (Editor): Add an option to set the editor font family by @GT-610 in #1078
  • refactor(server): Move the SSH import and discovery features from the server edit page to the settings page by @GT-610 in #1079
  • feat (Private Key Editing): Added private key format normalization by @GT-610 in #1080
  • fix(pve): Fix connection issues and add more error handlings by @GT-610 in #1081

Full Changelog: v1.0.1331...v1.0.1340

v1.0.1331

06 Mar 18:31

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1316...v1.0.1331

v1.0.1316

04 Feb 12:29

Choose a tag to compare

What's Changed

  • Fix Settings page and SSH virtual keys bottom overflow by @GT-610 in #1015
  • refactor: Optimize process page by @GT-610 in #1017
  • fix(server): Add boundary check for editing host name by @GT-610 in #1018
  • fix(sftp): FIx Permission Denied While Accessing SFTP by @GT-610 in #1019
  • ref(systemd): Fix safety bugs and improve performance by @GT-610 in #1020
  • fix: Duplicate title bars when showing system title bar by @GT-610 in #1021
  • bump: Replace discontinued deps and update fl_lib dep by @GT-610 in #1024
  • fix: Update dependencies and add a cancel button to the color selection dialog by @GT-610 in #1025
  • ref:Refactor Settings UI and Fix Performance Issues by @GT-610 in #1026
  • feat(database): Add database compression function by @GT-610 in #1027
  • new: docs website by @lollipopkit in #1033
  • fix(container): Parsing results in sudo mode by @GT-610 in #1031
  • opt.: docs l10n by @lollipopkit in #1036
  • chore: Update l10n by @GT-610 in #1039

Full Changelog: v1.0.1297...v1.0.1316

v1.0.1297

19 Jan 01:44

Choose a tag to compare

What's Changed

Full Changelog: v1.0.1291...v1.0.1297

v1.0.1291

14 Jan 05:36

Choose a tag to compare

Release v1.0.1291