Skip to content

Releases: Kovah/LinkAce

v1.2.2

06 Feb 23:24
0b3f11d
Compare
Choose a tag to compare

The changelog can be viewed on the LinkAce website.

v1.2.1

04 Feb 15:45
68612ca
Compare
Choose a tag to compare

The changelog can be viewed on the LinkAce website.

v1.2.0

20 Jan 21:37
d69cb7a
Compare
Choose a tag to compare

The changelog can be viewed on the LinkAce website.

v1.1.0

11 Jan 17:37
372e7d4
Compare
Choose a tag to compare

The changelog can be viewed on the LinkAce website.

v1.0.1

21 Dec 10:19
7ec8c1d
Compare
Choose a tag to compare

The changelog can be viewed on the LinkAce website.

v1.0.0 🥳

16 Dec 17:26
859e3db
Compare
Choose a tag to compare

This is the first stable release of LinkAce.

Changes since the last beta version:

  • Sentry.io can be enabled by providing a Sentry DSN
  • LinkAce now supports PHP 8
  • Dependency updates

v0.0.44

20 Nov 21:26
fb30d09
Compare
Choose a tag to compare
v0.0.44 Pre-release
Pre-release

Changes:

  • Users can now enable two factor authentication.
  • System logs can now be viewed from within the app.
  • Link detail pages with status changes are now correctly loaded
  • Status changes are now properly displayed.
  • There is a new CLI command to purge history entries for links.
  • Timeout for link checks was increased to 10 sec.
  • Dark mode loading was significantly improved.
  • Small UI corrections, including the mobile navigation.
  • Internal code improvements and simplificartions.
  • Missing driver for AWS S3 backups was added.

Please notice the changes in the Docker Compose files. Logs are now stored in Docker volumes.

Also, LinkAce now has a dedicated community: community.linkace.org

v0.0.43

08 Nov 19:53
5118801
Compare
Choose a tag to compare
v0.0.43 Pre-release
Pre-release

Changes:

  • Large update of the "internals":
    • Upgrade to Laravel 8 and new packages, including the new factories (PHP 7.3 is now required!)
    • Icons are now handled by the server, not the browser (#158)
    • Usage of new internal templating systems (components)
  • Search queries are now escaped properly (#163)
  • More options for sorting lists if items (#162)
  • Tags are now accessible in the guest view (#160)
  • The guest access now has dedicated system settings for dark mode, sharing services,... (#161)
  • Fixes issues with the importer (#169)
  • Fixes several documentation issues in the README
  • Update of translations

v0.0.42

09 Oct 10:45
11750d2
Compare
Choose a tag to compare
v0.0.42 Pre-release
Pre-release

Changes:

  • LinkAce now includes translations for German and Chinese (Simplified)
  • Large update of the source files for the LinkAce setup via Docker (#149)
  • Resolves the "Column not found" SQL error on guest views (#151)
  • Output of certain error messages was reduced for security reasons (#152)
  • Notifications for app backups can now be disabled properly (#155)
  • Fixes the import of tags to prevent duplicate tag issues
  • Fixes a broken update check for Docker images
  • Fixes wrong templates for guest pages
  • Minor interface fixes

v0.0.41

12 Aug 15:38
97a222a
Compare
Choose a tag to compare
v0.0.41 Pre-release
Pre-release

Changes:

  • Fixed issues with restoring and clearing trash items (#142)
  • Changed tag and list handling when creating / updating links. Please consult the API documentation. (#145)
  • Extend tests for tag creation
  • Dependency updates