Skip to content

v0.5.1

Compare
Choose a tag to compare
@boojack boojack released this 24 Dec 02:16

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