diff --git a/CHANGELOG.md b/CHANGELOG.md index 74f0a86..b3340c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +### 0.2 + +- Category filtering + - Main menu categories list + - Breadcrumbs shows current category + - Clicking a video's category pill filters by that category +- Bugfix: 404 hack causes browser warning and wayback machine link (polish) + ### 0.1.5 - Introduce new Videos section diff --git a/ROADMAP.md b/ROADMAP.md index 781934b..fe722de 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -7,18 +7,12 @@ None of this is guaranteed to be worked on by anyone. ## Milestones -### 0.2.0 - -- Videos: Filterable categories - ## Bugfixes ### High priority ### Low priority -- Bugfix: 404 hack causes browser warning and wayback machine link (polish) - ## Ideas ### User facing diff --git a/src/App.vue b/src/App.vue index 0e3d580..35c88ba 100644 --- a/src/App.vue +++ b/src/App.vue @@ -180,7 +180,7 @@ export default { }, data() { return { - version: '0.1.5', + version: '0.2', drawer: false, } },