Skip to content

Releases: homostellaris/seshy

0.2.8

12 Jun 22:05
cb594fa
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.7...0.2.8

Add 'buy me a beer' button

04 Feb 15:00
046fc31
Compare
Choose a tag to compare
0.2.7

Bump version

Cleanup errors

22 Dec 10:58
4b4b27d
Compare
Choose a tag to compare

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

20 Dec 21:33
01a14cf
Compare
Choose a tag to compare

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

12 Dec 15:26
3b6e707
Compare
Choose a tag to compare
  • 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

22 Nov 17:39
0b9707e
Compare
Choose a tag to compare

What's Changed

  • Removing tab updates persisted session by @moderatemisbehaviour in #97

Full Changelog: 0.2.2...0.2.3

Section placeholders

12 Nov 15:11
805e775
Compare
Choose a tag to compare

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

07 Nov 20:23
1dce27a
Compare
Choose a tag to compare

Update the icons in the app to align with the branding on the Chrome webstore.

Testing auto-publish on release! 🚀

07 Nov 20:23
b1a4b76
Compare
Choose a tag to compare

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 😁