Skip to content

Releases: Kovah/LinkAce

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. 🥳

v0.0.34

28 Apr 19:39
0f2fa15
Compare
Choose a tag to compare
v0.0.34 Pre-release
Pre-release

Changes

  • Implements the new LinkAce logo and IBM Plex Sans as the brand font
  • Lists and tags can now be removed from links (#99)
  • Adds a new simple list view, available in the user settings (#108)
  • Fixes issues with adding links with
    • special ports like 192.168.0.123:12345 (#115)
    • self signed certificates and other response errors (#116)
  • Fixes the broken quick add form on the dash board (#118)
  • Updates all dependencies
  • Minor internal code optimizations
  • Adds a security policy and sponsoring information to the repo

v0.0.33

06 Apr 15:38
3987f5d
Compare
Choose a tag to compare
v0.0.33 Pre-release
Pre-release

Changes:

  • Fixes an issue with the update check not working correctly
  • Security updates for various dependencies