Skip to content

Commit

Permalink
Bumped to 1.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
victrme committed Nov 18, 2022
1 parent 713994b commit 5db016b
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Changelogs

**v1.15.3**

- Fixes:
- Links impossible to remove on Safari extension
- Removing last link prevents adding new ones

**v1.15.2**

- Translations:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bonjourr",
"version": "1.15.2",
"version": "1.15.3",
"description": "Improve your web browsing experience with Bonjourr, a beautiful, customizable and lightweight homepage.",
"main": "src/scripts/index.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/manifests/chrome.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "__MSG_extensionName__",
"short_name": "Bonjourr",
"version": "1.15.2",
"version": "1.15.3",
"description": "__MSG_extensionDesc__",
"author": "Victor Azevedo and Tahoe Beetschen",
"default_locale": "en",
Expand Down
2 changes: 1 addition & 1 deletion src/manifests/edge.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "__MSG_extensionName__",
"short_name": "Bonjourr",
"version": "1.15.2",
"version": "1.15.3",
"description": "__MSG_extensionDesc__",
"author": "Victor Azevedo and Tahoe Beetschen",
"default_locale": "en",
Expand Down
2 changes: 1 addition & 1 deletion src/manifests/firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "__MSG_extensionName__",
"short_name": "Bonjourr",
"version": "1.15.2",
"version": "1.15.3",
"description": "__MSG_extensionDesc__",
"author": "Victor Azevedo and Tahoe Beetschen",
"homepage_url": "https://bonjourr.fr",
Expand Down
2 changes: 1 addition & 1 deletion src/manifests/safari.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "__MSG_extensionName__",
"short_name": "Bonjourr",
"version": "1.15.2",
"version": "1.15.3",
"description": "__MSG_extensionDesc__",
"author": "Victor Azevedo and Tahoe Beetschen",
"default_locale": "en",
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/service-worker.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const bonjourrCache = 'bonjourr-v1.15.2'
const bonjourrCache = 'bonjourr-v1.15.3'

const filesToChache = [
'/',
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ export const syncDefaults: Sync = {
},
textShadow: 0.2,
hide: [[0, 0], [0, 0, 0], [0], [0]],
about: { browser: detectPlatform(), version: '1.15.2' },
about: { browser: detectPlatform(), version: '1.15.3' },
}

export const localDefaults: Local = {
Expand Down

0 comments on commit 5db016b

Please sign in to comment.