mirror of
https://github.com/sissbruecker/linkding
synced 2024-11-10 06:04:15 +00:00
7.5 KiB
7.5 KiB
Changelog
v1.9.0 (14/05/2022)
What's Changed
- Scroll menu items into view when using keyboard by @sissbruecker in https://github.com/sissbruecker/linkding/pull/248
- Add whitespace after auto-completed tag by @sissbruecker in https://github.com/sissbruecker/linkding/pull/249
- Bump django from 3.2.12 to 3.2.13 by @dependabot in https://github.com/sissbruecker/linkding/pull/244
- Add community helm chart reference to readme by @pascaliske in https://github.com/sissbruecker/linkding/pull/242
- Feature: Shortcut key for new bookmark by @rithask in https://github.com/sissbruecker/linkding/pull/241
- Clarify archive.org feature by @clach04 in https://github.com/sissbruecker/linkding/pull/229
- Make Internet Archive integration opt-in by @sissbruecker in https://github.com/sissbruecker/linkding/pull/250
New Contributors
- @pascaliske made their first contribution in https://github.com/sissbruecker/linkding/pull/242
- @rithask made their first contribution in https://github.com/sissbruecker/linkding/pull/241
- @clach04 made their first contribution in https://github.com/sissbruecker/linkding/pull/229
Full Changelog: https://github.com/sissbruecker/linkding/compare/v1.8.8...v1.9.0
v1.8.8 (27/03/2022)
- [bug] Prevent bookmark actions through get requests
- [bug] Prevent external redirects
v1.8.7 (26/03/2022)
- [bug] Increase request buffer size #28
- [enhancement] Allow specifying port through LINKDING_PORT environment variable #156
- [chore] Bump NPM packages #224
v1.8.6 (25/03/2022)
- [bug] fix bookmark access restrictions
- [bug] prevent external redirects
- [chore] bump dependencies
v1.8.5 (13/12/2021)
- [bug] Ensure tag names do not contain spaces #182
- [bug] Consider not copying whole GIT repository to Docker image #174
- [enhancement] Make bookmarks count column in admin sortable #183
v1.8.4 (16/10/2021)
- [enhancement] Allow non-admin users to change their password #166
v1.8.3 (03/10/2021)
- [enhancement] Enhancement: let user configure to open links in same tab instead on a new window/tab #27
v1.8.2 (02/10/2021)
- [bug] Fix jumping search box #163
v1.8.1 (01/10/2021)
- [enhancement] Add global shortcut for search #161
- allows to press
s
to focus the search input
- allows to press
v1.8.0 (04/09/2021)
- [enhancement] Wayback Machine Integration #59
- Automatically creates snapshots of bookmarked websites on web archive
- This is one of the largest changes yet and adds a task processor that runs as a separate process in the background. If you run into issues with this feature, it can be disabled using the LD_DISABLE_BACKGROUND_TASKS option
v1.7.2 (26/08/2021)
- [enhancement] Add support for nanosecond resolution timestamps for bookmark import (e.g. Google Bookmarks) #146
v1.7.1 (25/08/2021)
- [bug] umlaut/non-ascii characters broken when using bookmarklet (firefox) #148
- [bug] Bookmark import accepts empty URL values #124
- [enhancement] Show the version in the settings #104
v1.7.0 (17/08/2021)
- Upgrade to Django 3
- Bump other dependencies
v1.6.5 (15/08/2021)
- [enhancement] query with multiple hashtags very slow #112
v1.6.4 (13/05/2021)
- Update dependencies for security fixes
v1.6.3 (07/04/2021)
- [bug] relative names use the wrong "today" after day change #107
v1.6.2 (04/04/2021)
- [enhancement] Expose
date_added
in UI #85 - [closed] Archived bookmarks - no result when searching for a word which is used only as tag #83
- [closed] Add archive/unarchive button to edit bookmark page #82
- [enhancement] Make scraped title and description editable #80
v1.6.1 (31/03/2021)
- Expose date_added in UI #85
v1.6.0 (29/03/2021)
- Bulk edit mode #101
v1.5.0 (28/03/2021)
- [closed] Add a dark mode #49
v1.4.1 (20/03/2021)
- Security patches
- Documentation improvements
v1.4.0 (24/02/2021)
- [enhancement] Improve admin utilization #76
v1.3.3 (18/02/2021)
- [closed] Missing "description" request body parameter in API causes 500 #78
v1.3.2 (18/02/2021)
- [closed] /archive and /unarchive API routes return 404 #77
- [closed] API - /api/check_url?url= with token authetification #55
v1.3.1 (15/02/2021)
[enhancement] Enhance delete links with inline confirmation
v1.3.0 (14/02/2021)
- [closed] Novice help. #71
- [closed] Option to create bookmarks public #70
- [enhancement] Show URL if title is not available #64
- [bug] minor ui nitpicks #62
- [enhancement] add an archive function #46
- [closed] remove non fqdn check and alert #36
- [closed] Add Lotus Notes links #22
v1.2.1 (12/01/2021)
- [bug] Bug: Two equal tags with different capitalisation lead to 500 server errors #65
- [closed] Enhancement: category and pagination #11
v1.2.0 (09/01/2021)
v1.1.1 (01/01/2021)
- [enhancement] Add docker-compose support #54