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.
![image](https://private-user-images.githubusercontent.com/24653555/282288485-00d420ab-9a95-48e2-9ad5-b3ac6eb06bc5.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMjIwNTYsIm5iZiI6MTczOTEyMTc1NiwicGF0aCI6Ii8yNDY1MzU1NS8yODIyODg0ODUtMDBkNDIwYWItOWE5NS00OGUyLTlhZDUtYjNhYzZlYjA2YmM1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDE3MjIzNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTE2ZTdlNmZmZGZmMWIxMWMwMTllYTA2YzZhMjA3ZWEzYWMyYTJkMzM4YTU4NTM3NWYxMWM4MGExMTk5MGJmMWUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.tGS7XnXVq4yXsHtWJI0uq4wkT_VGj9EhIrCCE0pI6eY)
![image](https://private-user-images.githubusercontent.com/24653555/282288526-4248e3a3-b511-42a3-a9c8-94171acb8a0c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMjIwNTYsIm5iZiI6MTczOTEyMTc1NiwicGF0aCI6Ii8yNDY1MzU1NS8yODIyODg1MjYtNDI0OGUzYTMtYjUxMS00MmEzLWE5YzgtOTQxNzFhY2I4YTBjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDE3MjIzNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTZmYWYzZTlhOWIxM2FlNTJmNzE2MTMwYjcxM2RjOTEzNjQwMjlhNWFjMjFlZDE4MjM2NzllNGMzNWU3NjAyNDgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Ge6dqknqn_HFBsTYue2JKad-mSCpUZ0rcxoaLkKxGNE)
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