From 9ee3bff61541233ad2f95bdef89b7b95ad48bf95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Sat, 2 Nov 2019 12:21:21 +0100 Subject: [PATCH] add changelog --- CHANGELOG.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..59ff145 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,37 @@ +# 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] + +## [1.1.1] - 2019-11-02 + +### Added + +- Version label and link to gitlab repo to sidebar + +### Changed + +- Cleaned up UI +- Recording is now done through `MediaRecorder` API instead of `ccapture.js` - less dependencies, works on firefox + +## [1.1.0] - 2019-11-01 + +### Added + +- Loop & fullscreen button +- Discarding / filtering out partial frames +- Slices can have an offset from origin +- Slice size and offset can be set by clicking on canvas + +## [1.0.0] - 2018-02-26 + +Initial version. Supports recording, basic slitscan functionality. + +[unreleased]: https://gitlab.com/tmladek/slitscan/compare/v1.1.1...master +[1.1.1]: https://gitlab.com/tmladek/slitscan/compare/v1.1.0...v1.1.1 +[1.1.0]: https://gitlab.com/tmladek/slitscan/compare/v1.0.0...v1.1.0 +[1.0.0]: https://gitlab.com/tmladek/slitscan/-/tags/v1.0.0