From 50a825b3ca10ac34bbdf867c0fc0f56205549a6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sascha=20I=C3=9Fbr=C3=BCcker?= Date: Thu, 31 Dec 2020 06:16:52 +0100 Subject: [PATCH] Add versioning and release notes --- .grenrc.js | 6 ++++++ CHANGELOG.md | 12 ++++++++++++ build-docker.sh | 7 ++++++- package.json | 8 ++++---- version.txt | 1 + 5 files changed, 29 insertions(+), 5 deletions(-) create mode 100644 .grenrc.js create mode 100644 CHANGELOG.md create mode 100644 version.txt diff --git a/.grenrc.js b/.grenrc.js new file mode 100644 index 0000000..12784d4 --- /dev/null +++ b/.grenrc.js @@ -0,0 +1,6 @@ +module.exports = { + ignoreIssuesWith: [ + "wontfix", + "duplicate" + ] +} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..eec606b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## v1.0.0 (31/12/2020) +- [**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) diff --git a/build-docker.sh b/build-docker.sh index 497e044..61eaa52 100755 --- a/build-docker.sh +++ b/build-docker.sh @@ -1,4 +1,9 @@ #!/usr/bin/env bash +version=$(