Bump version to 1.2.0

This commit is contained in:
Jakob Essbüchl 2022-05-31 15:37:17 +02:00
parent 21ca3475db
commit e53ac4018c
3 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
## v1.2.0 (31/05/2022)
- [**feature**] New option: manual theme selection
- [**feature**] Logo in injection box now links to linkding instance
- [**bug**] Fix not injecting when there is no other sidebar content with google
---
## v1.1.0 (14/04/2022)
- [**feature**] New option: open links in new tab or the same tab
- [**bug**] Fix injecting the string "undefined" when there are no results

View file

@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "linkding injector",
"version": "1.1.0",
"version": "1.2.0",
"description": "Injects search results from the linkding bookmark service into search pages like google and duckduckgo",
"homepage_url": "https://github.com/fivefold/linkding-injector.git",

View file

@ -1,6 +1,6 @@
{
"name": "linkding-injector",
"version": "1.1.0",
"version": "1.2.0",
"description": "Injects search results from the linkding bookmark service into search pages like google and duckduckgo",
"license": "MIT",
"author": "Jakob Essbüchl",