Releases: Lynx-Shortener/Lynx
Releases · Lynx-Shortener/Lynx
Release 1.10.1
- Update new user password regex to match regex internally and on registration page
Release 1.10.0
- Allow for 63 character TLDs, as per DNS spec
Release 1.9.1
- Remove vite-plugin-rewrite-all
- Update to Vite 5
Release 1.9.0
- Make slug copy/open more obvious
- Bunch of version updates
Release 1.8.1
- Use socks@2.7.3
Release 1.8.0
- #86 Add updating of other user's details as an admin, including:
- username
- password
- Improve responsiveness for narrow (but non-mobile) screens
- Consistently use array format for fontawesome icons
- Add tabbed layout to Settings and split into own components
- Add preferences page with option to reduce popups (#105)
- Bug fixes:
- Admins were not able to update standard user's roles, this has been resolved.
- Admins are no longer able to see other admin's links.
- Give value to color-4 in dark-mode.
Release 1.7.4
- Properly assign the author of links uploaded via the ShareX endpoint
Release 1.7.3
- Bug fixes:
- Fix user deletion button visibility on desktop
- Promote the oldest user to owner if no owner exists - used for upgrades from old versions
- No longer require DB_USER and DB_PASSWORD
Release 1.7.2
- Add user creation button on user management page
- Bug fixes:
- Fixed hidden icons on mobile
Release 1.7.1
- Switch to pnpm
- Bug fixes:
- Fix backup solution to they're saved to /app/backups not /app/src/backups (Introduced in 1.7.0)
- Importing internal error when importing CSVs from refactor implementing ESLint.
- Fix 2fa verification middleware
- Remove unnecessary scrollbars
- Make users page responsive