2020-12-31 05:16:52 +00:00
# Changelog
2022-03-27 09:59:36 +00:00
## v1.8.8 (27/03/2022)
2022-03-27 10:03:24 +00:00
- [**bug**] Prevent bookmark actions through get requests
- [**bug**] Prevent external redirects
2022-03-27 09:59:36 +00:00
---
2022-03-26 10:07:11 +00:00
## v1.8.7 (26/03/2022)
2022-03-26 10:31:46 +00:00
- [**bug**] Increase request buffer size [#28 ](https://github.com/sissbruecker/linkding/issues/28 )
- [**enhancement**] Allow specifying port through LINKDING_PORT environment variable [#156 ](https://github.com/sissbruecker/linkding/pull/156 )
- [**chore**] Bump NPM packages [#224 ](https://github.com/sissbruecker/linkding/pull/224 )
2022-03-26 10:07:11 +00:00
---
2022-03-25 18:49:43 +00:00
## v1.8.6 (25/03/2022)
2022-03-25 18:57:59 +00:00
- [bug] fix bookmark access restrictions
- [bug] prevent external redirects
- [chore] bump dependencies
2022-03-25 18:49:43 +00:00
---
2021-12-12 23:09:14 +00:00
## v1.8.5 (13/12/2021)
- [**bug**] Ensure tag names do not contain spaces [#182 ](https://github.com/sissbruecker/linkding/issues/182 )
2021-12-12 23:12:51 +00:00
- [**bug**] Consider not copying whole GIT repository to Docker image [#174 ](https://github.com/sissbruecker/linkding/issues/174 )
- [**enhancement**] Make bookmarks count column in admin sortable [#183 ](https://github.com/sissbruecker/linkding/pull/183 )
2021-12-12 23:09:14 +00:00
---
2021-10-16 03:49:56 +00:00
## v1.8.4 (16/10/2021)
- [**enhancement**] Allow non-admin users to change their password [#166 ](https://github.com/sissbruecker/linkding/issues/166 )
---
2021-10-03 07:54:10 +00:00
## v1.8.3 (03/10/2021)
- [**enhancement**] Enhancement: let user configure to open links in same tab instead on a new window/tab [#27 ](https://github.com/sissbruecker/linkding/issues/27 )
---
2021-10-02 21:55:16 +00:00
## v1.8.2 (02/10/2021)
2021-10-02 21:57:21 +00:00
- [**bug**] Fix jumping search box [#163 ](https://github.com/sissbruecker/linkding/pull/163 )
2021-10-02 21:55:16 +00:00
---
2021-10-01 16:08:24 +00:00
## v1.8.1 (01/10/2021)
2021-10-01 16:10:58 +00:00
- [**enhancement**] Add global shortcut for search [#161 ](https://github.com/sissbruecker/linkding/pull/161 )
- allows to press `s` to focus the search input
2021-10-01 16:08:24 +00:00
---
2021-09-04 20:39:32 +00:00
## v1.8.0 (04/09/2021)
- [**enhancement**] Wayback Machine Integration [#59 ](https://github.com/sissbruecker/linkding/issues/59 )
2021-09-04 20:44:42 +00:00
- Automatically creates snapshots of bookmarked websites on [web archive ](https://archive.org/web/ )
- 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 ](https://github.com/sissbruecker/linkding/blob/master/docs/Options.md#ld_disable_background_tasks ) option
2021-09-04 20:39:32 +00:00
---
2021-08-26 10:44:06 +00:00
## v1.7.2 (26/08/2021)
- [**enhancement**] Add support for nanosecond resolution timestamps for bookmark import (e.g. Google Bookmarks) [#146 ](https://github.com/sissbruecker/linkding/issues/146 )
---
2021-08-25 10:36:38 +00:00
## v1.7.1 (25/08/2021)
- [**bug**] umlaut/non-ascii characters broken when using bookmarklet (firefox) [#148 ](https://github.com/sissbruecker/linkding/issues/148 )
- [**bug**] Bookmark import accepts empty URL values [#124 ](https://github.com/sissbruecker/linkding/issues/124 )
- [**enhancement**] Show the version in the settings [#104 ](https://github.com/sissbruecker/linkding/issues/104 )
---
2021-08-17 04:02:07 +00:00
## v1.7.0 (17/08/2021)
2021-08-17 04:07:40 +00:00
- Upgrade to Django 3
- Bump other dependencies
2021-08-17 04:02:07 +00:00
---
2021-08-15 08:46:23 +00:00
## v1.6.5 (15/08/2021)
- [**enhancement**] query with multiple hashtags very slow [#112 ](https://github.com/sissbruecker/linkding/issues/112 )
---
2021-05-13 17:21:21 +00:00
## v1.6.4 (13/05/2021)
2021-05-13 18:09:53 +00:00
- Update dependencies for security fixes
2021-05-13 17:21:21 +00:00
---
2021-04-06 22:43:39 +00:00
## v1.6.3 (07/04/2021)
- [**bug**] relative names use the wrong "today" after day change [#107 ](https://github.com/sissbruecker/linkding/issues/107 )
---
2021-04-04 08:31:48 +00:00
## v1.6.2 (04/04/2021)
- [**enhancement**] Expose `date_added` in UI [#85 ](https://github.com/sissbruecker/linkding/issues/85 )
- [**closed**] Archived bookmarks - no result when searching for a word which is used only as tag [#83 ](https://github.com/sissbruecker/linkding/issues/83 )
- [**closed**] Add archive/unarchive button to edit bookmark page [#82 ](https://github.com/sissbruecker/linkding/issues/82 )
- [**enhancement**] Make scraped title and description editable [#80 ](https://github.com/sissbruecker/linkding/issues/80 )
---
2021-03-31 07:11:59 +00:00
## v1.6.1 (31/03/2021)
2021-03-31 07:23:06 +00:00
- Expose date_added in UI [#85 ](https://github.com/sissbruecker/linkding/issues/85 )
2021-03-31 07:11:59 +00:00
---
2021-03-28 22:59:56 +00:00
## v1.6.0 (29/03/2021)
2021-03-28 23:04:00 +00:00
- Bulk edit mode [#101 ](https://github.com/sissbruecker/linkding/pull/101 )
2021-03-28 22:59:56 +00:00
---
2021-03-28 10:26:09 +00:00
## v1.5.0 (28/03/2021)
- [**closed**] Add a dark mode [#49 ](https://github.com/sissbruecker/linkding/issues/49 )
---
2021-03-20 11:39:15 +00:00
## v1.4.1 (20/03/2021)
2021-03-20 11:41:47 +00:00
- Security patches
- Documentation improvements
2021-03-20 11:39:15 +00:00
---
2021-02-24 02:49:43 +00:00
## v1.4.0 (24/02/2021)
- [**enhancement**] Improve admin utilization [#76 ](https://github.com/sissbruecker/linkding/issues/76 )
---
2021-02-18 21:12:02 +00:00
## v1.3.3 (18/02/2021)
- [**closed**] Missing "description" request body parameter in API causes 500 [#78 ](https://github.com/sissbruecker/linkding/issues/78 )
---
2021-02-18 06:39:40 +00:00
## v1.3.2 (18/02/2021)
- [**closed**] /archive and /unarchive API routes return 404 [#77 ](https://github.com/sissbruecker/linkding/issues/77 )
- [**closed**] API - /api/check_url?url= with token authetification [#55 ](https://github.com/sissbruecker/linkding/issues/55 )
---
2021-02-15 20:11:56 +00:00
## v1.3.1 (15/02/2021)
2021-02-18 06:39:40 +00:00
[enhancement] Enhance delete links with inline confirmation
2021-02-15 20:11:56 +00:00
---
2021-02-14 17:05:12 +00:00
## v1.3.0 (14/02/2021)
- [**closed**] Novice help. [#71 ](https://github.com/sissbruecker/linkding/issues/71 )
- [**closed**] Option to create bookmarks public [#70 ](https://github.com/sissbruecker/linkding/issues/70 )
- [**enhancement**] Show URL if title is not available [#64 ](https://github.com/sissbruecker/linkding/issues/64 )
- [**bug**] minor ui nitpicks [#62 ](https://github.com/sissbruecker/linkding/issues/62 )
- [**enhancement**] add an archive function [#46 ](https://github.com/sissbruecker/linkding/issues/46 )
- [**closed**] remove non fqdn check and alert [#36 ](https://github.com/sissbruecker/linkding/issues/36 )
- [**closed**] Add Lotus Notes links [#22 ](https://github.com/sissbruecker/linkding/issues/22 )
---
2021-01-12 21:58:38 +00:00
## v1.2.1 (12/01/2021)
- [**bug**] Bug: Two equal tags with different capitalisation lead to 500 server errors [#65 ](https://github.com/sissbruecker/linkding/issues/65 )
- [**closed**] Enhancement: category and pagination [#11 ](https://github.com/sissbruecker/linkding/issues/11 )
---
2021-01-09 21:19:37 +00:00
## v1.2.0 (09/01/2021)
- [**closed**] Add Favicon [#58 ](https://github.com/sissbruecker/linkding/issues/58 )
- [**closed**] Make tags case-insensitive [#45 ](https://github.com/sissbruecker/linkding/issues/45 )
---
2021-01-01 12:25:11 +00:00
## v1.1.1 (01/01/2021)
- [**enhancement**] Add docker-compose support [#54 ](https://github.com/sissbruecker/linkding/pull/54 )
---
2020-12-31 09:02:47 +00:00
## v1.1.0 (31/12/2020)
2020-12-31 08:49:26 +00:00
- [**enhancement**] Search autocomplete [#52 ](https://github.com/sissbruecker/linkding/issues/52 )
- [**enhancement**] Improve Netscape bookmarks file parsing [#50 ](https://github.com/sissbruecker/linkding/issues/50 )
2020-12-31 09:02:47 +00:00
---
## v1.0.0 (31/12/2020)
2020-12-31 05:16:52 +00:00
- [**bug**] Import does not import bookmark descriptions [#47 ](https://github.com/sissbruecker/linkding/issues/47 )
- [**enhancement**] Enhancement: return to same page we were on after editing a bookmark [#26 ](https://github.com/sissbruecker/linkding/issues/26 )
- [**bug**] Increase limit on bookmark URL length [#25 ](https://github.com/sissbruecker/linkding/issues/25 )
- [**enhancement**] API for app development [#24 ](https://github.com/sissbruecker/linkding/issues/24 )
- [**enhancement**] Enhancement: detect duplicates at entry time [#23 ](https://github.com/sissbruecker/linkding/issues/23 )
- [**bug**] Error importing bookmarks [#18 ](https://github.com/sissbruecker/linkding/issues/18 )
- [**enhancement**] Enhancement: better administration page [#4 ](https://github.com/sissbruecker/linkding/issues/4 )
- [**enhancement**] Bug: Navigation bar active link stays on add bookmark [#3 ](https://github.com/sissbruecker/linkding/issues/3 )
- [**bug**] CSS Stylesheet presented as text/plain [#2 ](https://github.com/sissbruecker/linkding/issues/2 )