From 066566d170c1ab45e1f86671f4b47ba2d4e3b6c0 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Thu, 7 Nov 2019 12:08:39 +0100 Subject: [PATCH] meta : switch to keep a changelog for the changelog --- CHANGELOG.md | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++ NEWS | 47 ------------------------------------- 2 files changed, 66 insertions(+), 47 deletions(-) create mode 100644 CHANGELOG.md delete mode 100644 NEWS diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..98a4d39 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,66 @@ +# 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). + +## Unreleased + +### Added + +- Modifiable variables for + +### Changed + + - Switch to using rem instead of em for sizing + + - Support vertical rythm + + - Auto-calculate lineheight for titles + + - Make modifiable all sizing + +## + +## Clear Typography 1.2 [] + +### Changed + +- Switch to Open Sans, in order to solve problem with LightItalic font + +## Clear Tyopgraphy 1.1 [] + +### Added + +- Debug class added to show line heights + +### Changed + +- Stylesheet ported to SCSS + +- Better typography : by making sure that lines always follow line heights + +## Clear Typography 1.0 [] + +### Added + +- More markup support : pre, mark and blockquote + +- Wrapper system to handle font size changes with responsive design + +- Night Mode support + +### Changed + +- Better typographic support : + + - Don't justify text + + - Better contrast with text + + - Remove underlining and centering in title + +- Tweaks in titles size + +- Nicer styling for hr \ No newline at end of file diff --git a/NEWS b/NEWS deleted file mode 100644 index a7f3e41..0000000 --- a/NEWS +++ /dev/null @@ -1,47 +0,0 @@ -# NEWS - -## Clear Typography 2.0 - - - Switch to using rem instead of em for sizing - - - Support vertical rythm - - - Auto-calculate lineheight for titles - - - Make modifiable all sizing - -## Clear Typography 1.2 - - - Switch to Open Sans, in order to solve problem with LightItalic font - -## Clear Tyopgraphy 1.1 - -Changes since 1.0 : - - - Stylesheet ported to SCSS - - - Debug class added to show line heights - - - Better typography : by making sure that lines always follow line heights - -## Clear Typography 1.0 - -Changes since 0.1 : - -- Better typographic support : - - - Don't justify text - - - Better contrast with text - - - Remove underlining and centering in title - -- Tweaks in titles size - -- Nicer styling for hr - -- More markup support : pre, mark and blockquote - -- Wrapper system to handle font size changes with responsive design - -- Night Mode support