Skip to content

Releases: enaut/pslink

Version 0.4.8

12 Sep 08:55
2b5ab82
Compare
Choose a tag to compare

Update Dependencies and cleanup

Version 0.4.7

30 Nov 20:28
Compare
Choose a tag to compare

Fix Issue with the layout

Version 0.4.6

30 Nov 12:23
Compare
Choose a tag to compare
  • adding a statistics graph to the links
  • bumping versions

Version 0.4.5

06 Nov 07:02
Compare
Choose a tag to compare

Fixes:

  • language switching did not work as intended.
  • dependency updates

Update to actix-web 4

11 Oct 11:51
Compare
Choose a tag to compare

The major changes are version bumps of various dependencies.

A demo mode has been added

Fix automagic built file in CI

14 Aug 09:12
Compare
Choose a tag to compare

Fix CI

13 Aug 14:28
Compare
Choose a tag to compare
  • Automatically build release binary
  • fix documentation
  • make a module for locales

Move to Wasm

12 Aug 13:51
Compare
Choose a tag to compare
  • Create LICENSE
  • Add musl target to Makefile.toml
  • fix the locales path and add the static/wasm directory
  • moving the webserver part out of the library
  • updating dependencies
  • Update html title
  • Fix Urls in command line
  • Adding semicolons according to lint
  • Embed wasm file, login on enter
  • Fix clippy warnings and Readme
  • update layout of qr-download
  • documentation updates
  • dependency cleanup
  • make eventpropagation more intuitive (also shorter)
  • make privileges more defining for UI
  • Make Role an enum
  • Add language switching
  • remove tera dependency and html rendering code
  • adding qr-code rendering
  • make link codes unaware of upper and lower case
  • Login for the wasm interface
  • restructuring move translations to toplevel
  • move doc directory to workspace
  • restructure and document list_users
  • add offline feature to sqlx
  • move README to toplevel
  • fix delete message
  • update documentation
  • Make secret more logsafe, implement add and edit for links
  • Add jaeger + opentracing support
  • Add basic github actions
  • Add more testcases
  • Add integration test for runserver
  • Properly handle absense of a prefered language
  • Better logging and error handling
  • Use the anyhow crate for Errors in the cli
  • Move the error to thiserror
  • Sepparate library part and binary part
  • clicks are deleted when connected links are

Move to wasm

12 Jul 09:53
dccfd6c
Compare
Choose a tag to compare
Move to wasm Pre-release
Pre-release
  • Create LICENSE
  • Add musl target to Makefile.toml
  • fix the locales path and add the static/wasm directory
  • moving the webserver part out of the library
  • updating dependencies
  • Update html title
  • Fix Urls in command line
  • Adding semicolons according to lint
  • Embed wasm file, login on enter
  • Fix clippy warnings and Readme
  • update layout of qr-download
  • documentation updates
  • dependency cleanup
  • make eventpropagation more intuitive (also shorter)
  • make privileges more defining for UI
  • Make Role an enum
  • Add language switching
  • remove tera dependency and html rendering code
  • adding qr-code rendering
  • make link codes unaware of upper and lower case
  • Login for the wasm interface
  • restructuring move translations to toplevel
  • move doc directory to workspace
  • restructure and document list_users
  • add offline feature to sqlx
  • move README to toplevel
  • fix delete message
  • update documentation
  • Make secret more logsafe, implement add and edit for links
  • Add jaeger + opentracing support
  • Add basic github actions
  • Add more testcases
  • Add integration test for runserver
  • Properly handle absense of a prefered language
  • Better logging and error handling
  • Use the anyhow crate for Errors in the cli
  • Move the error to thiserror
  • Sepparate library part and binary part
  • clicks are deleted when connected links are

Initial Release

15 Mar 13:20
6c6d8d4
Compare
Choose a tag to compare
  • Add branding .env variables and remove hard coded values
  • Add README.md
  • Add public url to server start log
  • Fix: Create admin to promote correct account
  • standalone binary
  • Add command line interface
  • Add permissions to the page
  • migrations for user roles
  • Add creation of the initial user to the main func
  • Adding click statistics
  • Make the links and users list scrollable
  • Adding user view
  • Adding Dangerzone and deletion of links
  • Make links editable
  • save instead of edit
  • add sorting functionality to the tables
  • Fix logging
  • Add editable user profiles
  • make smaller qrcodes
  • fix links
  • redesign headline
  • make table layout in overview
  • Add PNG download of QR-Code
  • SeeOther instead of TemporaryRedirect
  • disable caching