Skip to content

Commit

Permalink
New version (2.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eliastik committed Jan 2, 2018
1 parent 06cfeda commit cac9bdc
Show file tree
Hide file tree
Showing 10 changed files with 83 additions and 13 deletions.
36 changes: 32 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## English :

An extension by Eliastik (eliastiksofts.com) - Contact : http://www.eliastiksofts.com/contact/
* Latest version: 2.3 (1/12/2017)
* Latest version: 2.4 (02/01/2018)
* Official website: http://eliastiksofts.com/page-shadow
* Github repository: https://github.com/Eliastik/page-shadow

Expand All @@ -23,6 +23,20 @@ Or you can compile it yourself (see Compilation section).

### Changelog:

### Version 2.4 (02/01/2018) :
* Added the ability to inverse the colors of web pages entirely, not just the images;
* Added new options for custom themes: color of visited links and font;
* The themes now have a color for visited links;
* Added the ability to disable the display of the message after selecting the custom theme for the tool Increase page contrast;
* Bug fixes, performance improvements and adjustments:
* Improved performance (optimizations) and reduced RAM consumption;
* Fixed the display of checkboxes with Firefox;
* Bug corrected with the tool Invert images colors for some websites (some images couldn't be reversed);
* Bug corrected with the tool Decrease page brightness;
* Optimization of the layout of the extension menu (reduction of the space taken by some elements);
* Adjusted some themes;
* Other minor corrections and adjustments.

### Version 2.3 (1/12/2017) :
* Added the possibility to create a custom theme;
* Improved the Invert images colors tool: background images are now detected, which greatly improves the rendering of the tool;
Expand Down Expand Up @@ -163,7 +177,7 @@ Then if you want to clean the build directory, run the command `gulp clean-build

### Licence :

Copyright (C) 2015-2017 Eliastik (eliastiksofts.com)
Copyright (C) 2015-2018 Eliastik (eliastiksofts.com)

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -193,7 +207,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
## Français :

Une extension by Eliastik (eliastiksofts.com) - Contact : http://www.eliastiksofts.com/contact/
* Version actuelle : 2.3 (1/12/2017)
* Version actuelle : 2.4 (02/01/2018)
* Site officiel : http://eliastiksofts.com/page-shadow
* Dépôt Github : https://github.com/Eliastik/page-shadow

Expand All @@ -213,6 +227,20 @@ Soit la compiler vous-même (voir section "Compilation").

### Journal des changements :

### Version 2.4 (02/01/2018) :
* Ajout de la possibilité d'inverser les couleurs des pages web entièrement, et non pas seulement les images ;
* Ajout de nouvelles options pour les thèmes personnalisés : couleur des liens visités et police de caractères ;
* Les thèmes ont désormais une couleur pour les liens visités ;
* Ajout de la possibilité de désactiver l'affichage du message après avoir selectionné le thème personnalisé pour l'outil Augmenter le contraste de la page ;
* Corrections de bugs, amélioration des performances et ajustements :
* Amélioration des performances (optimisations) et réduction de la consommation de mémoire vive ;
* Correction de l'affichage des cases à cocher avec Firefox ;
* Bug corrigé avec l'outil Inverser la couleur des images pour certains sites web (certaines images pouvaient ne pas être inversées) ;
* Bug corrigé avec l'outil Baisser la luminosité de la page ;
* Optimisation de la mise en page du menu de l'extension (réduction de la place prise par certains éléments) ;
* Ajustement de certains thèmes ;
* Autres corrections et ajustements mineurs.

### Version 2.3 (1/12/2017) :
* Ajout de la possibilité de créer un thème personnalisé ;
* Amélioration de l'outil Inverser les couleurs des images : les images d'arrière-plan sont désormais détectées, ce qui améliore grandement le rendu de l'outil ;
Expand Down Expand Up @@ -353,7 +381,7 @@ Puis si vous souhaitez nettoyer le répertoire de build, lancez la commande `gul

### Licence :

Copyright (C) 2015-2017 Eliastik (eliastiksofts.com)
Copyright (C) 2015-2018 Eliastik (eliastiksofts.com)

Ce programme est un logiciel libre ; vous pouvez le redistribuer ou le
modifier suivant les termes de la GNU General Public License telle que
Expand Down
2 changes: 1 addition & 1 deletion manifests/chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Page Shadow",
"version": "2.3",
"version": "2.4",
"default_locale": "en",
"manifest_version": 2,
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion manifests/edge/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Page Shadow",
"version": "2.3",
"version": "2.4",
"default_locale": "en",
"manifest_version": 2,
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion manifests/firefox/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Page Shadow",
"version": "2.3",
"version": "2.4",
"default_locale": "en",
"manifest_version": 2,
"icons": {
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": "page-shadow",
"version": "2.3",
"version": "2.4",
"description": "Une extension pour Chrome, Firefox, Opera et Edge comprenant une série d'outils pour améliorer la lecture de pages web dans une pièce mal éclairée/autre. Elle vous permet d'augmenter le contraste de la page, de baisser la luminosité de la page et bien d'autres choses en un clic.",
"main": "gulpfile.js",
"scripts": {
Expand Down
18 changes: 16 additions & 2 deletions src/README_EN.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## English :

An extension by Eliastik (eliastiksofts.com) - Contact : http://www.eliastiksofts.com/contact/
* Latest version: 2.3 (1/12/2017)
* Latest version: 2.4 (02/01/2018)
* Official website: http://eliastiksofts.com/page-shadow
* Github repository: https://github.com/Eliastik/page-shadow

Expand All @@ -22,6 +22,20 @@ Or you can compile it yourself (see Compilation section).

### Changelog:

### Version 2.4 (02/01/2018) :
* Added the ability to inverse the colors of web pages entirely, not just the images;
* Added new options for custom themes: color of visited links and font;
* The themes now have a color for visited links;
* Added the ability to disable the display of the message after selecting the custom theme for the tool Increase page contrast;
* Bug fixes, performance improvements and adjustments:
* Improved performance (optimizations) and reduced RAM consumption;
* Fixed the display of checkboxes with Firefox;
* Bug corrected with the tool Invert images colors for some websites (some images couldn't be reversed);
* Bug corrected with the tool Decrease page brightness;
* Optimization of the layout of the extension menu (reduction of the space taken by some elements);
* Adjusted some themes;
* Other minor corrections and adjustments.

### Version 2.3 (1/12/2017) :
* Added the possibility to create a custom theme;
* Improved the Invert images colors tool: background images are now detected, which greatly improves the rendering of the tool;
Expand Down Expand Up @@ -162,7 +176,7 @@ Then if you want to clean the build directory, run the command `gulp clean-build

### Licence :

Copyright (C) 2015-2017 Eliastik (eliastiksofts.com)
Copyright (C) 2015-2018 Eliastik (eliastiksofts.com)

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
18 changes: 16 additions & 2 deletions src/README_FR.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Français :

Une extension by Eliastik (eliastiksofts.com) - Contact : http://www.eliastiksofts.com/contact/
* Version actuelle : 2.3 (1/12/2017)
* Version actuelle : 2.4 (02/01/2018)
* Site officiel : http://eliastiksofts.com/page-shadow
* Dépôt Github : https://github.com/Eliastik/page-shadow

Expand All @@ -22,6 +22,20 @@ Soit la compiler vous-même (voir section "Compilation").

### Journal des changements :

### Version 2.4 (02/01/2018) :
* Ajout de la possibilité d'inverser les couleurs des pages web entièrement, et non pas seulement les images ;
* Ajout de nouvelles options pour les thèmes personnalisés : couleur des liens visités et police de caractères ;
* Les thèmes ont désormais une couleur pour les liens visités ;
* Ajout de la possibilité de désactiver l'affichage du message après avoir selectionné le thème personnalisé pour l'outil Augmenter le contraste de la page ;
* Corrections de bugs, amélioration des performances et ajustements :
* Amélioration des performances (optimisations) et réduction de la consommation de mémoire vive ;
* Correction de l'affichage des cases à cocher avec Firefox ;
* Bug corrigé avec l'outil Inverser la couleur des images pour certains sites web (certaines images pouvaient ne pas être inversées) ;
* Bug corrigé avec l'outil Baisser la luminosité de la page ;
* Optimisation de la mise en page du menu de l'extension (réduction de la place prise par certains éléments) ;
* Ajustement de certains thèmes ;
* Autres corrections et ajustements mineurs.

### Version 2.3 (1/12/2017) :
* Ajout de la possibilité de créer un thème personnalisé ;
* Amélioration de l'outil Inverser les couleurs des images : les images d'arrière-plan sont désormais détectées, ce qui améliore grandement le rendu de l'outil ;
Expand Down Expand Up @@ -162,7 +176,7 @@ Puis si vous souhaitez nettoyer le répertoire de build, lancez la commande `gul

### Licence :

Copyright (C) 2015-2017 Eliastik (eliastiksofts.com)
Copyright (C) 2015-2018 Eliastik (eliastiksofts.com)

Ce programme est un logiciel libre ; vous pouvez le redistribuer ou le
modifier suivant les termes de la GNU General Public License telle que
Expand Down
2 changes: 2 additions & 0 deletions src/_locales/en/options.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"browser": "Your web browser:",
"changelogTitle": "Changelog:",
"changelog": {
"24": "<ul><li>Added the ability to inverse the colors of web pages entirely, not just the images;</li><li>Added new options for custom themes: color of visited links and font;</li><li>The themes now have a color for visited links;</li><li>Added the ability to disable the display of the message after selecting the custom theme for the tool Increase page contrast;</li><li>Bug fixes, performance improvements and adjustments (see the Readme file).</li></ul>",
"23": "<ul><li>Added the possibility to create a custom theme;</li><li>Improved the Invert images colors tool: background images are now detected, which greatly improves the rendering of the tool;</li><li>Bug fixes and adjustments (see the Readme file).</li></ul>",
"22": "<ul><li>Added 5 new themes (10 to 15);</li><li>Bug fixes, major changes in the extension structure and minor adjustments, especially: <ul><li>Optimizations and important changes in the code of the management of the parameters (dynamic detection of the changes in real time);</li><li>Bug fixes for Firefox Android: disabling the extension for a site or page now works, the main settings panel now scrolls correctly;</li><li>Fixed a bug in the tool Decrease page brightness: in some cases, the percentage of brightness decrease could be incorrect, that made the settings panel completely dark;</li></ul></li><li>For the rest of the changes, see the Readme file.</li></ul>",
"211": "<ul><li>XML parsing error in Firefox fixed (bug in i18nextXHRBackend) ;</li><li>The settings are now initialised directly after the installation of the extension ;</li><li>Bug fixed with the manifest file for Microsoft Edge (persistent key in background key).</li></ul>",
Expand All @@ -54,6 +55,7 @@
"11": "<ul><li>Improved function \"Increase page contrast\"</li></ul>",
"1": "<ul><li>Initial version</li></ul>",
"versionNames": {
"24": "Version 2.4 (02/01/2018)",
"23": "Version 2.3 (1/12/2017)",
"22": "Version 2.2 (25/10/2017)",
"211": "Version 2.1.1 (09/09/2017)",
Expand Down
2 changes: 2 additions & 0 deletions src/_locales/fr/options.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"browser": "Votre navigateur web :",
"changelogTitle": "Journal des changements :",
"changelog": {
"24": "<ul><li>Ajout de la possibilité d'inverser les couleurs des pages web entièrement, et non pas seulement les images ;</li><li>Ajout de nouvelles options pour les thèmes personnalisés : couleur des liens visités et police de caractères ;</li><li>Les thèmes ont désormais une couleur pour les liens visités ;</li><li>Ajout de la possibilité de désactiver l'affichage du message après avoir selectionné le thème personnalisé pour l'outil Augmenter le contraste de la page ;</li><li>Corrections de bugs, amélioration des performances et ajustements (voir le fichier Lisez-moi).</li></ul>",
"23": "<ul><li>Ajout de la possibilité de créer un thème personnalisé ;</li><li>Amélioration de l'outil Inverser les couleurs des images : les images d'arrière-plan sont désormais détectées, ce qui améliore grandement le rendu de l'outil ;</li><li>Corrections de bugs et ajustements (voir le fichier Lisez-moi).</li></ul>",
"22": "<ul><li>Ajout de 5 nouveaux thèmes (10 à 15) ;</li><li>Corrections de bugs, changements importants dans la structure de l'extension et ajustements mineurs, notamment : <ul><li>Optimisations et changements importants dans le code de la gestion des paramètres (détection dynamique des changements en temps réel) ;</li><li>Corrections de bugs pour Firefox pour Android : la désactivation de l'extension pour un site ou une page fonctionne désormais, le panneau des paramètres principal défile désormais correctement ;</li><li>Correction d'un bug de l'outil Baisser la luminosité de la page : dans certains cas, le pourcentage de baisse de la luminosité pouvait être incorrect, ce rendait le panneau des paramètres entièrement sombre ;</li></ul></li><li>Pour le reste des changements, voir le fichier Lisez-moi.</li></ul>",
"211": "<ul><li>Erreur de parsing XML avec Firefox corrigé (bug avec i18nextXHRBackend) ;</li><li>Les paramètres sont désormais initialisés dès l'installation de l'extension ;</li><li>Bug corrigé avec le fichier manifeste pour Microsoft Edge (clé persistent dans la clé background).</li></ul>",
Expand All @@ -54,6 +55,7 @@
"11": "<ul><li>Amélioration de la fonction \"Augmenter le contraste\".</li></ul>",
"1": "<ul><li>Version initiale.</li></ul>",
"versionNames": {
"24": "Version 2.4 (02/01/2018)",
"23": "Version 2.3 (1/12/2017)",
"22": "Version 2.2 (25/10/2017)",
"211": "Version 2.1.1 (09/09/2017)",
Expand Down
12 changes: 11 additions & 1 deletion src/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,23 @@ <h4 class="modal-title" id="aboutLabel"><i class="fa fa-info-circle fa-fw" aria-
<h5><i class="fa fa-newspaper-o fa-fw" aria-hidden="true"></i> <span data-i18n="modal.about.changelogTitle"></span></h5>
<hr class="nmt" />
<div class="panel-group" id="accordion">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse24" data-i18n="modal.about.changelog.versionNames.24"></a>
</h4>
</div>
<div id="collapse24" class="panel-collapse collapse in">
<div class="panel-body" data-i18n="[html]modal.about.changelog.24"></div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse23" data-i18n="modal.about.changelog.versionNames.23"></a>
</h4>
</div>
<div id="collapse23" class="panel-collapse collapse in">
<div id="collapse23" class="panel-collapse collapse">
<div class="panel-body" data-i18n="[html]modal.about.changelog.23"></div>
</div>
</div>
Expand Down

0 comments on commit cac9bdc

Please sign in to comment.