Releases: BurntToasters/S3-Sidekick
0.9.1
ℹ️ Enjoying S3 Sidekick? Consider ❤️ Supporting Me! ❤️
⬇️ Downloads
| EXE: x64 / arm64 | Universal DMG | AppImage: x64 |
| Universal ZIP | DEB: x64 | |
| RPM: x64 | ||
| Flatpak: x64 |
Important
The .sig files in this repo are NOT normal gpg signatures they are for Tauri V2's updater to verify the integrity of updates before downloading and installing.
The .asc files are my normal GPG signatures which you can verify using my GPG Public Key: https://tuxedo.rosie.run/GPG/BurntToasters_0xF2FBC20F_public.asc.
Changes in v0.9.1:
- Cargo: Added cargo licenses to the credit menu.
- macOS - Icon: Fixed an issue where the macOS icon would be in "squircle jail" on macOS Tahoe.
- PKG: Updated packages.
Full v0.9 release notes:
Full changelog
Changes in v0.9.0:
- Large file uploads: Fixed an issue where larger files experienced slower uploads.
- Activity: Activity bages now clear when a user clicks on the activity tab.
- Transfer Queue: Sucessful transfers now move to the activity feed instead of staying in the transfer queue.
- Misc: Multiple security fixes.
- PKG: Updated packages.
0.9.0
ℹ️ Enjoying S3 Sidekick? Consider ❤️ Supporting Me! ❤️
⬇️ Downloads
| EXE: x64 / arm64 | Universal DMG | AppImage: x64 |
| Universal ZIP | DEB: x64 | |
| RPM: x64 | ||
| Flatpak: x64 |
Important
The .sig files in this repo are NOT normal gpg signatures they are for Tauri V2's updater to verify the integrity of updates before downloading and installing.
The .asc files are my normal GPG signatures which you can verify using my GPG Public Key: https://tuxedo.rosie.run/GPG/BurntToasters_0xF2FBC20F_public.asc.
Changes in v0.9.0:
- Large file uploads: Fixed an issue where larger files experienced slower uploads.
- Activity: Activity bages now clear when a user clicks on the activity tab.
- Transfer Queue: Sucessful transfers now move to the activity feed instead of staying in the transfer queue.
- Misc: Multiple security fixes.
- PKG: Updated packages.
Full v0.8 release notes:
Full changelog
Nothing yet!
0.8.1 - STABLE
ℹ️ Enjoying S3 Sidekick? Consider ❤️ Supporting Me! ❤️
⬇️ Downloads
| EXE: x64 / arm64 | Universal DMG | AppImage: x64 |
| Universal ZIP | DEB: x64 | |
| RPM: x64 | ||
| Flatpak: x64 |
Important
The .sig files in this repo are NOT normal gpg signatures they are for Tauri V2's updater to verify the integrity of updates before downloading and installing.
The .asc files are my normal GPG signatures which you can verify using my GPG Public Key: https://tuxedo.rosie.run/GPG/BurntToasters_0xF2FBC20F_public.asc.
Changes
- Settings: Improved the
RESETsettings function. - Bookmarks: Fixed an issue where if a user were to reset settings but keep bookmarks, during the wizard setup it would overwrite the old bookmark file.
- PKG: Package updates.
- UI: General UI fixes.
- Codebase: General bug fixes and S3 CLI improvements on the backend :)
Full v0.8 release notes:
Full changelog
Changes
- Version:
v0.8.0is the first version considered STABLE! - Linux: Addressed further issues with Wayland -> X11.
- NEW - Setup Wizard: On first launch (or if a user resets their settings) S3 Sidekick will do a first time setup to help users get the app up and running.
- Bookmarks: Replaced the bookmarks icon.
- Bookmarks: Added a new + button in the tab menu to open a new tab.
- NEW - Switching connections: Added support to swap between different S3 buckets fast (S3 Sidekick will disconnect the previous bucket and connect to the new one).
- NEW - S3 Options: Added the ability to delete folders and batch-delete items.
- S3: Added more copy/paste options and general S3 options.
- Misc: Updated packages, more general bug fixes, improved the UI, and also fed my goldfish (I lied I don't have a goldfish I'm sorry).
BREAKING CHANGE: Encryption
settings.json used to store bookmarks and user settings, meaning it needed to be encrypted itself so on app start, a user's settings weren't loaded until they unlocked the app.
Now bookmarks.json stores bookmarks (encrypted if enabled) and settings.json stores user settings (unencrypted; no reason for them to be).
- IMPORTANT: When you first launch the app after this update, you will be prompted to reset your settings for this new architecture. This is a one time thing my apologies for this annoyance :(
What's Changed
- 0.8.1 by @BurntToasters in #41
- Update vi.js by @BurntToasters in #42
Full Changelog: v0.8.0...v0.8.1
0.8.0 - STABLE + BREAKING CHANGE
ℹ️ Enjoying S3 Sidekick? Consider ❤️ Supporting Me! ❤️
⬇️ Downloads
| EXE: x64 / arm64 | Universal DMG | AppImage: x64 |
| Universal ZIP | DEB: x64 | |
| RPM: x64 | ||
| Flatpak: x64 |
Important
The .sig files in this repo are NOT normal gpg signatures they are for Tauri V2's updater to verify the integrity of updates before downloading and installing.
The .asc files are my normal GPG signatures which you can verify using my GPG Public Key: https://tuxedo.rosie.run/GPG/BurntToasters_0xF2FBC20F_public.asc.
Changes
- Version:
v0.8.0is the first version considered STABLE! - Linux: Addressed further issues with Wayland -> X11.
- NEW - Setup Wizard: On first launch (or if a user resets their settings) S3 Sidekick will do a first time setup to help users get the app up and running.
- Bookmarks: Replaced the bookmarks icon.
- Bookmarks: Added a new + button in the tab menu to open a new tab.
- NEW - Switching connections: Added support to swap between different S3 buckets fast (S3 Sidekick will disconnect the previous bucket and connect to the new one).
- NEW - S3 Options: Added the ability to delete folders and batch-delete items.
- S3: Added more copy/paste options and general S3 options.
- Misc: Updated packages, more general bug fixes, improved the UI, and also fed my goldfish (I lied I don't have a goldfish I'm sorry).
BREAKING CHANGE: Encryption
settings.json used to store bookmarks and user settings, meaning it needed to be encrypted itself so on app start, a user's settings weren't loaded until they unlocked the app.
Now bookmarks.json stores bookmarks (encrypted if enabled) and settings.json stores user settings (unencrypted; no reason for them to be).
- IMPORTANT: When you first launch the app after this update, you will be prompted to reset your settings for this new architecture. This is a one time thing my apologies for this annoyance :(
What's Changed
- 0.7.0 by @BurntToasters in #37
- 0.7.1 by @BurntToasters in #38
- 0.8.0* by @BurntToasters in #39
- Update main.integration.test.ts by @BurntToasters in #40
Full Changelog: v0.6.3...v0.8.0
0.6.3 - BETA
ℹ️ Enjoying S3 Sidekick? Consider ❤️ Supporting Me! ❤️
⬇️ Downloads
| EXE: x64 / arm64 | Universal DMG | AppImage: x64 |
| Universal ZIP | DEB: x64 | |
| RPM: x64 | ||
| Flatpak: x64 |
Important
The .sig files in this repo are NOT normal gpg signatures they are for Tauri V2's updater to verify the integrity of updates before downloading and installing.
The .asc files are my normal GPG signatures which you can verify using my GPG Public Key: https://tuxedo.rosie.run/GPG/BurntToasters_0xF2FBC20F_public.asc.
Changes
- Linux: Fixed an issue where X11 (XWayland) wasn't correctly being applied on start.
- Drag/Drop: Fixed an issue where dragging files into S3 Sidekick would fail.
What's Changed
- 0.6.3 by @BurntToasters in #36
Full Changelog: v0.6.2...v0.6.3
0.6.2
ℹ️ Enjoying S3 Sidekick? Consider ❤️ Supporting Me! ❤️
⬇️ Downloads
| EXE: x64 / arm64 | Universal DMG | AppImage: x64 |
| Universal ZIP | DEB: x64 | |
| RPM: x64 | ||
| Flatpak: x64 |
Important
The .sig files in this repo are NOT normal gpg signatures they are for Tauri V2's updater to verify the integrity of updates before downloading and installing.
The .asc files are my normal GPG signatures which you can verify using my GPG Public Key: https://tuxedo.rosie.run/GPG/BurntToasters_0xF2FBC20F_public.asc.
Changes
- Linux: Force binaries into X11 mode (XWayland) as Wayland is unstable.
What's Changed
- 0.6.2 by @BurntToasters in #35
Full Changelog: v0.6.1...v0.6.2
0.6.1 - BETA
ℹ️ Enjoying S3 Sidekick? Consider ❤️ Supporting Me! ❤️
⬇️ Downloads
| EXE: x64 / arm64 | Universal DMG | AppImage: x64 |
| Universal ZIP | DEB: x64 | |
| RPM: x64 | ||
| Flatpak: x64 |
Important
The .sig files in this repo are NOT normal gpg signatures they are for Tauri V2's updater to verify the integrity of updates before downloading and installing.
The .asc files are my normal GPG signatures which you can verify using my GPG Public Key: https://tuxedo.rosie.run/GPG/BurntToasters_0xF2FBC20F_public.asc.
Changes:
- File options: Added a batch file info option.
- Misc: PKG updates, bug fixes, and improvements.
What's Changed
- 0.6.1 by @BurntToasters in #33
- actions fixes by @BurntToasters in #34
Full Changelog: v0.6.0...v0.6.1
0.6.0 - BETA
ℹ️ Enjoying S3 Sidekick? Consider ❤️ Supporting Me! ❤️
⬇️ Downloads
| EXE: x64 / arm64 | Universal DMG | AppImage: x64 |
| Universal ZIP | DEB: x64 | |
| RPM: x64 | ||
| Flatpak: x64 |
Important
The .sig files in this repo are NOT normal gpg signatures they are for Tauri V2's updater to verify the integrity of updates before downloading and installing.
The .asc files are my normal GPG signatures which you can verify using my GPG Public Key: https://tuxedo.rosie.run/GPG/BurntToasters_0xF2FBC20F_public.asc.
Changes:
- UI: Updated the UI with some subtle frosted glass additions to make the UI look a bit better.
- Activity/Transfers: Updated the activity/transfers UI.
- Connection: Added connection health checking.
- S3: Added more S3 file action support.
- Batch Files: Added more batch file actions.
- Stop: Added an abort function to file uploads.
- Upload: Increase upload limit size and fixed multiple issues with large file size uploads.
- Codebase: Massive stabilizations and bug fixes in the backend.
- MacOS: TouchID now works fully. If you are still experiencing issues, please disable and re-enable TouchID in settings.
- Windows Hello: Fixed the windows hello API. If you are still experiencing issues, please disable and re-enable Windows Hello in settings.
- Bookmarks: Added recently connected to bookmarks on the top left of the UI.
- Misc: After the user's Second launch of the app, a one-time message pops up asking if they would like to support the project.
- This only happens once (I know how annoying persistent messaging is). The message will be re-triggered if a user resets the app's settings.
- Misc: And much much more under the hood :)
What's Changed
- 0.6.0 UI upgrade and bug fixes by @BurntToasters in #30
- Update run.rosie.s3-sidekick.metainfo.xml by @BurntToasters in #31
- remove /coverage (local test outputs) by @BurntToasters in #32
Full Changelog: v0.5.3...v0.6.0
0.5.3 - BETA
ℹ️ Enjoying S3 Sidekick? Consider ❤️ Supporting Me! ❤️
⬇️ Downloads
| EXE: x64 / arm64 | Universal DMG | AppImage: x64 |
| Universal ZIP | DEB: x64 | |
| RPM: x64 | ||
| Flatpak: x64 |
Important
The .sig files in this repo are NOT normal gpg signatures they are for Tauri V2's updater to verify the integrity of updates before downloading and installing.
The .asc files are my normal GPG signatures which you can verify using my GPG Public Key: https://tuxedo.rosie.run/GPG/BurntToasters_0xF2FBC20F_public.asc.
What's Changed
- Macos icon fix by @BurntToasters in #28
- fixed macos icons by @BurntToasters in #29
Full Changelog: v0.5.2...v0.5.3
0.4.2 - DEV
WARN: This is a developer release of S3 Sidekick. The app is incredibly unstable and broken. This is mainly for testing the update utility and other S3 functions.
- Dev releases are rapid releases in succession to test the app publicly. You may see multiple back-to-back releases in a very short time period. I really wouldn't recommend downloading a DEV build unless you are a nerd :)
A formatted release notes template is coming soon with further builds.
IMPORTANT: Signatures
The .sig files in this repo are NOT normal gpg signatures they are for Tauri V2's updater to verify the integrity of updates before downloading and installing.
The .asc files are my normal GPG signatures which you can verify using my GPG Public Key: https://tuxedo.rosie.run/GPG/BurntToasters_0xF2FBC20F_public.asc.
What's Changed
- somehow RPM is the one that keep failing with gpg by @BurntToasters in #20
- push v bump (dev) by @BurntToasters in #21
- update gnome runtime by @BurntToasters in #22
Full Changelog: v0.4.1...v0.4.2