Releases: yourselfhosted/slash
Releases · yourselfhosted/slash
v1.0.0-rc.0
chore: update build action
v0.5.3
v0.5.2
v0.5.1
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
- @RealFascinated made their first contribution in #47
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's New
Introducing Collections(c/collection
), helps you easily manage and share your shortcuts.
See more in getting started with collections.
v0.4.6
What's Changed
- fix some security vulnerabilities;
- fix i18n AMO links by @Gitoffthelawn in #38
New Contributors
- @Gitoffthelawn made their first contribution in #38
- @dependabot made their first contribution in #39
Full Changelog: v0.4.5...v0.4.6
v0.4.5
What's New
Full Changelog: v0.4.4...v0.4.5
v0.4.4
v0.4.3
🧩 Browser extension is upgraded to v0.1.4
and available in Chrome Web Store.
Enhancements
-
New API reference docs: https://github.com/boojack/slash/blob/main/proto/gen/api/v2/README.md