diff --git a/src/views/Export.vue b/src/views/Export.vue index e9a6a94..da04186 100644 --- a/src/views/Export.vue +++ b/src/views/Export.vue @@ -88,7 +88,7 @@ export default Vue.extend({ { text: 'December', value: '12' } ] as IMonth[], year: new Date().getFullYear().toString(), - years: ['2019'], + years: ['2019', '2020'], pdf: null as TCreatedPdf | null, showPreview: false, generationError: false diff --git a/src/views/Home.vue b/src/views/Home.vue index 793e344..adb9a52 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -71,9 +71,15 @@ export default Vue.extend({ { version: '1.1.3', date: '20 Nov 2019', - summary: 'Scraper Fix for 2020', + summary: '2020 Fixes', updates: [ - { title: 'Fixes', items: ['Week downloader/scraper now adapted to work with site changes for 2020'] } + { + title: 'Fixes', + items: [ + 'Week downloader/scraper now adapted to work with site changes for 2020', + 'Export now available for 2020' + ] + } ] }, {