Skip to content

Releases: Kovah/LinkAce

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

v0.0.40

05 Aug 14:29
23cdc11
Compare
Choose a tag to compare
v0.0.40 Pre-release
Pre-release

Changes:

  • LinkAce will suggest tags from meta keywords if a site has some (#136)
  • Update checks have been restructured
  • The mobile navigation was rebuilt to give LinkAce a more app-like feeling on mobile devices with a small screen.
  • A lot of minor UI fixes and improvements, mainly to make the UI more consistent.
  • Dependencies were updated, a new fork of Selectize is now being used to resolve security vulnerabilities.

A database migration is not needed.

v0.0.39

02 Jul 07:29
9fbabc3
Compare
Choose a tag to compare
v0.0.39 Pre-release
Pre-release

Changes:

  • The new LinkAce API is now available! Read more in the API documentation.
  • Minor UI fixes.
  • Updates for all dependencies.

v0.0.38

08 Jun 13:39
7d270b9
Compare
Choose a tag to compare
v0.0.38 Pre-release
Pre-release

Changes:

  • Improves pagination on mobile devices(#131)
  • Improve forms on mobile devices (#131)
  • Links are now versioned and the history is displayed on the details view (#126)
  • Fixes layout and input issues for password reset form (#134)
  • Fixes an issue with duplicate checks for new links
  • A lot more tests were added to ensure LinkAce works correctly
  • Some vulnerable dependencies were updated

v0.0.37

03 Jun 15:27
54ac913
Compare
Choose a tag to compare
v0.0.37 Pre-release
Pre-release

Changes:

  • LinkAce is now licensed under GPL V3, instead of MIT.
  • You can now export your links to a CSV file. (#30)
  • After saving a new link, the app will automatically search for similar links which might be a duplicate. (#112)
  • Exmple docker-compose.yml file for production was optimized.
  • You can use the new update-docker.sh script to make the update process easier. (#128)
  • Nginx was upgraded to version 1.18, as well as some internal dependencies.

v0.0.36

08 May 11:16
b3352ee
Compare
Choose a tag to compare
v0.0.36 Pre-release
Pre-release

Changes:

  • Users can now set lists and tags private by default (#113)
  • Imports now run via fetch/Ajax to prevent timeouts (#120)
  • Backups by the Internet Archive can now be turned off for all links or just private ones (#117)
  • xDebug and PCov are now installed in the development Dockerfile
  • Code quality optimization and some new tests were added

v0.0.35

04 May 16:18
8660c44
Compare
Choose a tag to compare
v0.0.35 Pre-release
Pre-release

Changes

  • Complete refactoring of the link meta helper:
    • The link meta helper now has a timeout of 5s (#121)
    • The link meta helper can handle non-UTF-8 websites now, the encoding is converted to UTF-8 where possible (#122)
  • Very long titles and URLs do not destroy the layout anymore (#123)
  • Fixed the bookmarklet 5 second countdown
  • Fixed logo in the readme

Thanks

  • I would like to thank @newpdv for his contributions to the project by submitting a lot of issues, sharing ideas and sponsoring me. 🥳