From c63e70716ae3f9d0fba9b8b7671a13c7130d3dc1 Mon Sep 17 00:00:00 2001 From: Victor Azevedo <34415964+victorazevedo-me@users.noreply.github.com> Date: Tue, 17 Dec 2019 09:15:30 +0100 Subject: [PATCH] v1.8.3 --- CHANGELOG.md | 19 +++++++++++++++++++ README.md | 19 ++++++++++--------- manifest.json | 2 +- manifest_firefox.json | 2 +- package.json | 11 +---------- 5 files changed, 32 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 257f9181..b24256d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ + + ## Changelogs +**v1.8.3** + +- Better dynamic backgrounds preload +- Smaller settings icon +- Fixed an issue that prevented Quick Links to be edited + +**v1.8.2** + +- Performance boost on low end hardware +- Improved overall animations +- Faster "each tab" dynamic backgrounds **v1.8.1** @@ -13,6 +26,8 @@ - Quick Links editing menu - Italian translation +
+ **v1.7.2** - German translation @@ -38,12 +53,16 @@ - Slovak translation thanks to Roman Bartík - Brazilian portugese translation thanks to Adilson Santos +
+ **v1.6.0** - Massive performance boost - Quick Links improved - Less permissions on Firefox +
+ **v1.5.5** - New Favicon API diff --git a/README.md b/README.md index fb8bb8e9..5ab45083 100644 --- a/README.md +++ b/README.md @@ -14,33 +14,34 @@ While this startpage is minimal and beautiful, it is also thought out to be prac Bonjourr is available in English, French, Swedish, Dutch, Polish, Portuguese (Brazil), Italian, Russian and Chinese. +
+ ## Install -* Download for [Chrome, Brave and Opera](https://chrome.google.com/webstore/detail/bonjourr-%C2%B7-minimalist-lig/dlnejlppicbjfcfcedcflplfjajinajd) +* Download for [Chrome and Brave](https://chrome.google.com/webstore/detail/bonjourr-%C2%B7-minimalist-lig/dlnejlppicbjfcfcedcflplfjajinajd) * Download for [Firefox Desktop](https://addons.mozilla.org/en-US/firefox/addon/bonjourr-startpage/) -* Official Safari version currently in the works. [Use on Safari](https://bonjourr.fr/#useinsafari) +* No official Safari version currently. [Use on Safari](https://bonjourr.fr/#useinsafari) * [Try Bonjourr Online](https://online.bonjourr.fr) If you have trouble setting up Bonjourr, feel free to [contact us](https://bonjourr.fr#contact) -## Todo - -- [x] Faster dynamic backgrounds with credits and locations -- [ ] Bonjourr calls you by your name -- [x] Rearrangeable quick links -- [ ] Motivational quotes -- [ ] Mobile web app +
## Built with * Styled with [Sass](https://sass-lang.com/guide) +* Releases bundled with Gulp, [see dependencies](https://github.com/victorazevedo-me/Bonjourr/network/dependencies) * Our tiny hands +
+ ## Authors * **Tahoe Beetschen** · [portfolio](https://tahoe.be) · [GitHub](https://github.com/Tahoooe) * **Victor Azevedo** · [portfolio](https://victor-azevedo.me) · [GitHub](https://github.com/victorazevedo-me) +
+ ## Contributors and translations * **Swedish translation** · [Benjamin Horn](https://benjaminhorn.io/) · [GitHub](https://github.com/beije) diff --git a/manifest.json b/manifest.json index ba81f6d5..7b8bbfb1 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_extensionName__", "short_name": "Bonjourr", - "version": "1.8.2", + "version": "1.8.3", "description": "__MSG_extensionDesc__", "author": "Victor Azevedo and Tahoe Beetschen", "default_locale": "en", diff --git a/manifest_firefox.json b/manifest_firefox.json index 4df5f2b6..ff6ff107 100644 --- a/manifest_firefox.json +++ b/manifest_firefox.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_extensionName__", "short_name": "Bonjourr", - "version": "1.8.1.1", + "version": "1.8.3", "description": "__MSG_extensionDesc__", "author": "Victor Azevedo and Tahoe Beetschen", "homepage_url": "https://bonjourr.fr", diff --git a/package.json b/package.json index 487e4b7a..0d58cd2a 100644 --- a/package.json +++ b/package.json @@ -17,20 +17,11 @@ }, "homepage": "https://bonjourr.fr", "devDependencies": { - "babel-core": "^6.26.3", - "babel-minify": "^0.5.1", - "babel-polyfill": "^6.26.0", - "babel-preset-env": "^1.7.0", - "cssnano": "^4.1.10", "gulp": "^4.0.2", - "gulp-autoprefixer": "^7.0.1", "gulp-babel": "^8.0.0", "gulp-babel-minify": "^0.5.1", "gulp-concat": "^2.6.1", "gulp-csso": "^4.0.1", - "gulp-htmlmin": "^5.0.1", - "gulp-postcss": "^8.0.0", - "gulp-sass": "^4.0.2", - "gulp-sourcemaps": "^2.6.5" + "gulp-htmlmin": "^5.0.1" } }