Internal
Public Access
-
OrbitHub v2026.9.15 Stable
released this
2026-09-15 06:29:51 -06:00 | 2 commits to main since this releaseAdded
- Import/Export for profile lists. File -> Export Profiles... writes all profiles (plus explicit, including empty, folders) to a JSON file. File -> Import Profiles... reads one back, recreates folders, and inserts profiles as new rows so IDs never collide with the destination database. No credentials are ever persisted on a profile in the first place (only privateKeyPath, a filesystem path), so nothing sensitive is exposed by an exported file. Fixes #17.
Fixed
- Linux and macOS packaging scripts (
build-deb.sh,build-dmg.sh) could bake a stale version string into the installer filename if run without an explicit CMake reconfigure first, since they read the cached project version before the build step that actually refreshes it. Both now read it after building.
Downloads