2020-04-27 17:43:36 +02:00
|
|
|
# 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]
|
2020-04-28 08:41:39 +02:00
|
|
|
|
|
|
|
## [1.2.0] - 2020-04-28
|
2020-04-28 08:40:17 +02:00
|
|
|
### Added
|
|
|
|
* Footer height in multilines view is now dependant of params.contact variable.
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
* Export the CSS variable modification to a new partial *style.css*.
|
|
|
|
|
2020-04-28 08:10:37 +02:00
|
|
|
### Fixed
|
2020-04-28 08:40:17 +02:00
|
|
|
* Fix the navbar height.
|
2020-04-28 07:43:24 +02:00
|
|
|
|
|
|
|
## [1.1.0] - 2020-04-28
|
2020-04-27 21:39:46 +02:00
|
|
|
### Added
|
|
|
|
* Option to set color variables in config.toml. Options are:
|
|
|
|
* **font**, general font color, default to *black*;
|
|
|
|
* **background**, general background color, default to *white*;
|
|
|
|
* **main**, theme color, used for footer among others, default to *grey*;
|
|
|
|
* **font_above**, used for font above *main* color, default to *white*.
|
2020-04-27 17:43:36 +02:00
|
|
|
|
2020-04-28 07:43:24 +02:00
|
|
|
### Changed
|
2020-04-28 08:40:17 +02:00
|
|
|
* Change the height of the navbar, use vh now.
|
2020-04-28 07:43:24 +02:00
|
|
|
|
|
|
|
### Fixed
|
2020-04-28 08:40:17 +02:00
|
|
|
* Viewport size on mobile.
|
2020-04-28 07:43:24 +02:00
|
|
|
|
2020-04-27 17:43:36 +02:00
|
|
|
## [1.0.0] - 2020-04-27
|
|
|
|
### Added
|
2020-04-28 08:40:17 +02:00
|
|
|
* First version of the theme.
|