2019-09-30 19:04:07 +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/),
|
|
|
|
|
|
|
|
## [Unreleased]
|
|
|
|
|
2019-10-01 08:28:41 +02:00
|
|
|
## [0.4.0] - 2019-10-01
|
|
|
|
### Added
|
|
|
|
* formationTitle.sty, add the parameter for the language, options article
|
|
|
|
`english` (default) or `french`
|
|
|
|
|
2019-10-01 08:11:58 +02:00
|
|
|
## [0.3.0] - 2019-10-01
|
|
|
|
### Added
|
|
|
|
* formationTitle.sty, add new commands used to specify the location of
|
|
|
|
the formation
|
|
|
|
* `\hour` define the hour of the formation
|
|
|
|
* `\place` and `\room` define the place and the room
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
* Changed the display of the title page to add the use of the new commands
|
|
|
|
* If the place isn't defined, the room won't be displayed
|
|
|
|
|
2019-09-30 22:35:01 +02:00
|
|
|
## [0.2.0] - 2019-09-30
|
2019-10-01 08:11:58 +02:00
|
|
|
### Added
|
2019-09-30 22:35:01 +02:00
|
|
|
* formationTitle.sty, add two new commands, `\objectivesTitle`
|
|
|
|
and `\messagesTitles`, which allow to set the titles of the first page
|
|
|
|
and keep it on a separate line
|
|
|
|
|
2019-09-30 21:22:17 +02:00
|
|
|
## [0.1.0] - 2019-09-30
|
|
|
|
### Changed
|
|
|
|
* formationTitle.sty, add new command for the array defining the steps
|
2019-09-30 22:35:01 +02:00
|
|
|
of the formation, `\steptable`
|
2019-09-30 21:22:17 +02:00
|
|
|
* formationTitle.sty, add a new command `\dumblang` which allow to switch
|
|
|
|
between english(#1) and french(#2)
|
|
|
|
* plan.tex, now use `\steptable`
|
|
|
|
|
2019-09-30 19:04:07 +02:00
|
|
|
## [0.0.1] - 2019-09-30
|
|
|
|
### Added
|
|
|
|
* CHANGELOG file to follow the changes of this code
|
|
|
|
* README file to help use the code
|
|
|
|
* LICENSE file, WTFPL license v2.0
|
|
|
|
* formationTitle.sty, the package for the new maketitle commande
|
|
|
|
* plan.tex, the example file for the training plan
|
|
|
|
* logo.pdf, WTFPL logo
|
|
|
|
* .gitignore file, ignore the LaTeX compilation files
|