diff --git a/CHANGELOG.md b/CHANGELOG.md index 873e6a9..eb1b1e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,20 +4,56 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] -- Wait improve plugin "childpage" and work again on its integration. -- Fix default color template. -- Test a lot of plugin. -- Inclusion of footer and header's Khaganat (work on this needed). -- Finish todo listed (on this pad)[https://pad.khaganat.net/p/khum1]. +## [2.0.1] - 2020-06-03 -FR : +EN: This version is considered acceptable for production, it meets the requests listed so far. + +FR : Cette version est considérée comme acceptable pour la prod, elle répond aux demandes listées jusque là. + +### Added +#### EN +- Inclusion of footer and general menu header. Just add a symbolic link to the real files :) +#### FR +- Inclusion d'un pied de page et d'un menu d'en-tête général. Il suffit d'ajouter un lien symbolique vers les fichiers réels :) + +### Removed +#### EN +- Removal of a css file for testing. +#### FR +- Enlèvement d'un fichier css pour les tests. + +### Changed +#### EN +- "childpage" plugin updated , finishing of its cosmetics +- Improved integration of the "translation" plugin. +- Homogenization of colors. All css colors are variables in the ini file. +- "Back to Top" transformed into an icon, without sacrificing accessibility if all is good. +- Various modifications of details on the css (height, width, margins, etc). +- Modification of the display of links: more consistency, everything is "underlined" (no underlining via borders). +- The buttons to fold/unfold the sidebar and the table of contents are bigger and better placed: more visible, easier to handle. +- Modification of the default height of the editing area (80% of the screen height). +#### FR - Plugin "childpage" mis à jour, finition de sa cosmétique - Amélioration de l'intégration du plugin "translation". - Homogénéisation des couleurs. Toutes les couleurs css sont des variables dans le fichier ini. +- "Retour en Haut de page" transformé en icone, sans sacrifier à l'accessibilité en principe. +- Diverses modifications de détails sur le css (hauteur, largeur, marges, etc). +- Modification de l'affichage des liens : plus de cohérence, tout est "souligné" (pas de soulignement via des bordures). +- Les boutons pour plier/déplier la sidebar et le sommaire sont plus grosses et mieux placées : plus visibles, plus faciles à manipuler. +- Modification de la hauteur par défaut de la zone d'édition (80% de la hauteur de l'écran). -Bug -- Correction d'un bug sur les onglets lorsque les polices chargées ne sont pas les bonnes +### Fixed +#### EN +- Fixed a bug on the tabs when the loaded fonts are not the right ones. +- The table of contents is displayed again when previewing articles. +- The articles take all the width when previewing, there is no more strange margin on the right. +- The "article" part keeps the same width between reading and editing. + +#### FR +- Correction d'un bug sur les onglets lorsque les polices chargées ne sont pas les bonnes. +- Le sommaire s'affiche à nouveau lors de la prévisualisation des articles. +- Les articles prennent toutes la largeur lors de la prévisualisation, il n'y a plus de marge étrange à droite. +- La partie "article" garde la même largeur entre la lecture et l'édition. ## [2.0.0] - 2020-04-09 diff --git a/main.php b/main.php index c664021..ee7733c 100644 --- a/main.php +++ b/main.php @@ -27,8 +27,7 @@ $showSidebar = $hasSidebar && ($ACT=='show'); - - +
@@ -262,13 +261,10 @@ $showSidebar = $hasSidebar && ($ACT=='show');
- - - -
+