Skip to content

Releases: yourselfhosted/slash

v0.5.3

06 Feb 13:30
Compare
Choose a tag to compare

Fixed issues: #66, #65

What's Changed

  • fix: public shortcuts not showing up in public collections by @xwjdsh in #63

New Contributors

Full Changelog: v0.5.2...v0.5.3

v0.5.2

21 Jan 11:39
Compare
Choose a tag to compare

See more in closed issue: #55, #56, #57, #59

v0.5.1

24 Dec 02:16
Compare
Choose a tag to compare

New Loaded

  • 🐘 PostgreSQL is supported. #49

    You can use PostgreSQL as database with the following startup command:

    docker run -d --name slash -p 5231:5231 -v ~/.slash/:/var/opt/slash yourselfhosted/slash:latest --driver postgres --dsn 'postgresql://postgres:PASSWORD@localhost:5432/slash'
    

What's Changed

  • Update the form of creating shortcuts: only name and link are required; #50
  • chore: remove the "-temp" part of the shortcut name in the extension by @RealFascinated in #47

New Contributors

Full Changelog: v0.5.0...v0.5.1

v0.5.0

12 Nov 09:13
Compare
Choose a tag to compare

What's New

Introducing Collections(c/collection), helps you easily manage and share your shortcuts.

See more in getting started with collections.

image image

v0.4.6

17 Oct 15:32
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.5...v0.4.6

v0.4.5

30 Sep 15:39
Compare
Choose a tag to compare

What's New

  • Added i18n translation of Chinese;
    Screenshot 2023-09-30 at 11 39 15 PM
  • Improved icon display for URLs;

Full Changelog: v0.4.4...v0.4.5

v0.4.4

24 Sep 12:30
Compare
Choose a tag to compare

What's Changed

🌑 Dark mode supported: Profile -> Preference -> Color Theme

image

New Contributors

Full Changelog: v0.4.3...v0.4.4

v0.4.3

22 Aug 15:23
Compare
Choose a tag to compare

🧩 Browser extension is upgraded to v0.1.4 and available in Chrome Web Store.

Enhancements

v0.4.2

16 Aug 11:55
Compare
Choose a tag to compare

🧩 Get the browser extension in Chrome Web Store.

Bugfixes

  • When accessing the public shortcuts, an error of 'Missing access token' will occur. #24

v0.4.1

08 Aug 15:43
Compare
Choose a tag to compare

What's New

  • 🧩 Browser extension for Chromuim based browsers;

  • 🔒 Added the API access tokens of account.

    CleanShot 2023-08-08 at 23 37 07@2x