khum1/CHANGELOG.md

91 lines
4.2 KiB
Markdown
Raw Permalink Normal View History

# Changelog
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).
## [2.1.0] - 2020-06-03
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).
### 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
EN : This version reaches a certain maturity but needs some fine-tuning before being put into production.
FR : Cette version atteint une certaine maturité mais a besoin de peaufinage avant d'être mise en prod.
### Added
#### EN
- Consideration of accessibility. Navigation seems acceptable with a screen reader, contrasts are good enough.
- Work on the responsive aspect. The site should be readable on all monitors.
#### FR
- Prise en compte de l'accessibilité. La navigation semble acceptable avec un lecteur d'écran, les contrastes suffisament bons.
- Travail sur l'aspect responsive. Le site devrait être lisible sur tous les moniteurs.
### Changed
#### EN
- General design reviewed, several times.
#### FR
- Design général revu, plusieurs fois.
### Removed
#### EN
- Removed tab management (vv222 create a dedicated plugin).
#### FR
- Suppression de la gestion des onglets ( vv222 a créé un plugin dédié).
## [1.0.0] - 2018-02-17 [YANKED]
### Added
#### EN
- First implementation of Khum1. It seemed functional, but it had a lot of bugs in production. It was abandoned after a few months of testing.
#### FR
- Première implémentation de Khum1. Il semblait fonctionnel, mais il avait beaucoup de bug en prod. Il a été abandonné après quelques mois de test.