Releases: homostellaris/seshy
0.2.8
What's Changed
- The
windows
permissions has been merged with thetabs
permission. - Bump vm2 from 3.9.5 to 3.9.7 by @dependabot in #110
- Bump urijs from 1.19.7 to 1.19.8 by @dependabot in #112
- Bump urijs from 1.19.8 to 1.19.9 by @dependabot in #113
- Bump urijs from 1.19.9 to 1.19.10 by @dependabot in #114
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #115
Full Changelog: 0.2.7...0.2.8
Add 'buy me a beer' button
0.2.7 Bump version
Cleanup errors
Error logs are surfaced on the extensions page and these particular logs do not necessarily indicate a problem so should not alarm the user unnecessarily.
Full Changelog: 0.2.5...0.2.6
Fix debounce
Fixed a bad bug that meant the debounce in the worker was not working at all! This meant the Chrome API was being spammed a lot more than it should and errors were being caused by the persist session function being called multiple times in parallel.
Full Changelog: 0.2.4...0.2.5
Updated help page
-
Update description and readme
-
Remove credits
Maintaining these is a pain in the ass, will re-add them once I find an automated method.
-
Try to fix E2E test in CI
-
Update keyboard shortcuts dialog
-
Update help page
-
Fix sessions disappearing
When Chrome was quit the open saved session mapping in local storage was not being cleaned up which meant that next time Chrome was opened the extension thought it was still unshelved but with a window ID that is no longer being used. Due to the logic in the code this resulted in the session not showing up at all in the UI.
We fix this by running an existing function to remove stale mappings on startup.
Fixes #102.
Removing tab updates the session
What's Changed
- Removing tab updates persisted session by @moderatemisbehaviour in #97
Full Changelog: 0.2.2...0.2.3
Section placeholders
Placeholders now appear in empty sections. For example if there are no unsaved sessions then a placeholder appears in the unsaved sessions section with image and text as per material design's 'empty state' guidelines.
Better branding
Update the icons in the app to align with the branding on the Chrome webstore.
Testing auto-publish on release! 🚀
This release is just a test to check that the GitHub action to publish to the Chrome Webstore works. This will of course actually publish a new version of Seshy but that's fine because its much better now 😁