Skip to content

Commit

Permalink
v1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
victrme committed Dec 17, 2019
1 parent 50ad784 commit c63e707
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 21 deletions.
19 changes: 19 additions & 0 deletions 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**

Expand All @@ -13,6 +26,8 @@
- Quick Links editing menu
- Italian translation

<br />

**v1.7.2**

- German translation
Expand All @@ -38,12 +53,16 @@
- Slovak translation thanks to Roman Bartík
- Brazilian portugese translation thanks to Adilson Santos

<br />

**v1.6.0**

- Massive performance boost
- Quick Links improved
- Less permissions on Firefox

<br />

**v1.5.5**

- New Favicon API
Expand Down
19 changes: 10 additions & 9 deletions README.md
Expand Up @@ -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.

<br />

## 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
<br />

## 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

<br />

## 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)

<br />

## Contributors and translations

* **Swedish translation** · [Benjamin Horn](https://benjaminhorn.io/) · [GitHub](https://github.com/beije)
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion manifest_firefox.json
Expand Up @@ -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",
Expand Down
11 changes: 1 addition & 10 deletions package.json
Expand Up @@ -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"
}
}

0 comments on commit c63e707

Please sign in to comment.