Skip to content

Releases: nextcloud/bookmarks

v0.10.1

17 Jul 19:23
Compare
Choose a tag to compare

Fixes

Improvements

  • README: Added companion apps that work with Bookmarks app. (@e-alfred)

Infrastructure

  • Adjust CI to new Nextcloud 12 and per-13 (master) (@blizzz)

v0.10.0

13 May 20:34
Compare
Choose a tag to compare

ENHANCEMENT: Rest API got CRUD methods (@marcelklehr)
ENHANCEMENT: Nextcloud 12 compatible (@blizzz)
ENHANCEMENT: screenshot added for the app store (@adsworth)
ENHANCEMENT: include "nofollow" and "noopener" to bookmarks links (@brantje)
FIX: encode requesttoken in url (@LukasReschke @blizzz)
FIX: unit tests for renaming tags (@marcelklehr)
FIX: move to query builder, fixed also renaming tags (@marcelklehr)
BREAKING: removed ownCloud support - was not working and OC maintains its own version (@blizzz)
INFRASTRUCTURE: tests against PHP 7.1 (@blizzz)
INFRASTRUCTURE: tests against app store xsd (@Henni)
INFRASTRUCTURE: phpunit related adjustements, taking out PHP 5.5 tests (@blizzz)

v0.9.1

07 Dec 23:13
Compare
Choose a tag to compare

ENHANCEMENT: ready for Nextcloud 11
ENHANCEMENT: faster bookmarking due to making less requests
ENHANCEMENT: some under the hood overhaul
FIX: info.xml metadata was cleaned of deprecated elements and updated (thx @eppfel)
FIX: no hardcoded naming of the underlying server software (also thx @zerojay)
FIX: avoid 500 (server error) when accessing bookmarks or using bookmarklet while being logged out
FIX: don't fail adding a bookmark on cURL error 18
FIX: do not fail adding a bookmark when the website is unavailable to the server

NOTE: I do not have access to the original bookmarks app on the ownCloud app store anymore. The app will be definitely available via the Nextcloud app store (default in Nextcloud 11).

v0.9.0

28 Aug 19:47
Compare
Choose a tag to compare
  • ENHANCEMENT: accept pages that return 401-403, show error message on other error codes
  • FIX: viewBox of SVG to allow proper scaling in Firefox
  • FIX: undefined offset warning
  • NOTE: The release branch against all ownCloud and Nextcloud versions up from 9 is now master (i.e. stable9.1 and stable9 branches are now abandoned). This is also the reason for skipping 0.8.

v0.7.1

07 Aug 21:55
Compare
Choose a tag to compare

Changes

  • Restore broken tag selection functionality
  • increase title size to 4096, and cut title and description before writing to DB
  • Fix overwrite of bookmarks when importing links without URL
  • Fixed PHP fatal error: Controller could not resolve namespace of Helper class.

v0.6.2

07 Aug 21:55
Compare
Choose a tag to compare

Changes

  • Restore broken tag selection functionality
  • increase title size to 4096, and cut title and description before writing to DB
  • Fix overwrite of bookmarks when importing links without URL
  • Fixed PHP fatal error: Controller could not resolve namespace of Helper class.

v0.5.2

07 Aug 21:55
b4c3df9
Compare
Choose a tag to compare

Changes

  • Fix overwrite of bookmarks when importing links without URL
  • Fixed PHP fatal error: Controller could not resolve namespace of Helper class.

v0.4.3

07 Aug 21:55
973efac
Compare
Choose a tag to compare

Changes

  • Fix overwrite of bookmarks when importing links without URL

v0.4.2

25 Apr 00:13
Compare
Choose a tag to compare
  • Fix of renaming tags with Sqlite (Known issue: broken with other DBs)
  • Fix bookmarking of URLs with special chars

v0.7

25 Apr 00:13
Compare
Choose a tag to compare
  • First release for ownCloud 9.0 \o/
  • Auto-close bookmarklet after save
  • Fix of renaming tags with Sqlite (Known issue: broken with other DBs)
  • Fix bookmarking of URLs with special chars
  • Do not override user-provided title when bookmarking via bookmarklet
  • Improve encoding detection