add CHANGELOG.md

master
Tomáš Mládek 2020-01-12 12:43:15 +01:00
parent 90a0c16754
commit cfbb286052
1 changed files with 23 additions and 0 deletions

23
CHANGELOG.md Normal file
View File

@ -0,0 +1,23 @@
# 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]
## [0.1.1] - 2020-01-12
### Added
- Clear button for URLs.
- Basic layout responsiveness.
### Changed
- Move channel title to top.
## [0.1.0] - 2020-01-11
### Added
- First usable version - single animation mode yet; YouTube only.
[Unreleased]: https://gitlab.com/tmladek/noise-maker/compare/v0.1.1...master
[0.1.1]: https://gitlab.com/tmladek/noise-maker/compare/v0.1.0...v0.1.1
[0.1.0]: https://gitlab.com/tmladek/noise-maker/-/tags/v0.1.0