From 5cf8614b17d704fe5e211a27281ccc242da2f383 Mon Sep 17 00:00:00 2001 From: undergroundwires Date: Mon, 6 Jan 2020 22:43:17 +0100 Subject: [PATCH] added changelog + version to 0.2.0 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ src/application/application.yaml | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..019af940 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ +# Changelog + +- All notable changes to this project will be documented in this file. + +## [Unreleased] + +## [0.2.0] - 2020-01-06 + +- Fixed typo in generated code. +- Better URL validation for documentation links in `application.yaml`. +- Slightly faster parsing of `application.yaml` +- Styled no JS error that's shown when JavaScript is disabled. +- The default selection is now *None* & instruction text is shown in code box when nothing is selected. +- Added hyphen lines when rendering of long function names +- Changed subtitle: added version as footer instead. + +## [0.1.0] - 2019-12-31 + +- Initial release + +## All releases + +- [Unreleased] : https://github.com/undergroundwires/privacy.sexy/compare/v0.2.0...HEAD +- [v0.2.0] : https://github.com/undergroundwires/privacy.sexy/compare/v0.1.0...v0.2.0 +- [v0.1.0] : https://github.com/undergroundwires/privacy.sexy/releases/tag/v0.1.0 diff --git a/src/application/application.yaml b/src/application/application.yaml index 8b5699b6..4fa5859a 100644 --- a/src/application/application.yaml +++ b/src/application/application.yaml @@ -1,5 +1,5 @@ name: privacy.sexy -version: 0.1.0 +version: 0.2.0 actions: - category: Privacy cleanup