diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f04ee14..2a933b2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ ## [Unreleased] +## [0.4.0] - 2020-01-11 + +- Added search +- Some styling improvements +- Better organization of scripts + more scripts + ## [0.3.0] - 2020-01-09 - Added support for grouping @@ -27,7 +33,8 @@ ## All releases -- [Unreleased] : https://github.com/undergroundwires/privacy.sexy/compare/v0.3.0...HEAD +- [Unreleased] : https://github.com/undergroundwires/privacy.sexy/compare/v0.4.0...HEAD +- [v0.4.0] : https://github.com/undergroundwires/privacy.sexy/compare/v0.3.0...v0.4.0 - [v0.3.0] : https://github.com/undergroundwires/privacy.sexy/compare/v0.2.0...v0.3.0 - [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/App.vue b/src/App.vue index 72e9da75..6f7a6cdd 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,9 +1,8 @@