|
1 | 1 | { |
2 | 2 | "$schema": "./release-notes-schema.json", |
3 | | - "latestVersion": "1.5.4", |
| 3 | + "latestVersion": "1.6.0", |
4 | 4 | "gitRepo": { |
5 | 5 | "host": "https://github.com", |
6 | 6 | "repo": "rss-reader-web", |
|
71 | 71 | ], |
72 | 72 | "releaseAuthor": "EdricChan03", |
73 | 73 | "releaseDate": "2019-12-29T17:43:55+0000" |
| 74 | + }, |
| 75 | + "1.6.0": { |
| 76 | + "releaseNotes": [ |
| 77 | + "- Add support for caching API requests!", |
| 78 | + " - API requests that return timely information (such as news or an RSS feed) will be cached up to 5 minutes", |
| 79 | + " - API requests that return non-timely information (such as country data) will be cached up to a week", |
| 80 | + " - (Note: This is not final and may be changed in the future)", |
| 81 | + "- We've spring-cleaned the app to bring in the New Year! What we've done so far:", |
| 82 | + " - Improved updating functionality", |
| 83 | + " - Removed no longer needed developer guides", |
| 84 | + " - Removed unused devices page", |
| 85 | + " - Improved GitHub repository README", |
| 86 | + " - Updated license to 2020! 🎉", |
| 87 | + " - Shortened the dates on the releases page. No one wants such a detailed date anyway!", |
| 88 | + " - Moar bug fixes!", |
| 89 | + " - Tons of code refactoring!", |
| 90 | + "- And other changes to the app's internals:", |
| 91 | + " - [Internal] Added initial unit tests! Woohoo! (Although this should've been done way earlier)", |
| 92 | + " - [Internal] Added support for specifying the status of a release, as well as any additional comments on the release.", |
| 93 | + " - [Internal] The settings page is now lazy-loaded!", |
| 94 | + " - [Internal] The releases page now uses the HTML `<time>` element for dates.", |
| 95 | + " - [CI] Bring back support for unit testing", |
| 96 | + " - [CI] Add step to cache node_modules and documentation", |
| 97 | + " - [CI] Improve deploying" |
| 98 | + ], |
| 99 | + "releaseAuthor": "EdricChan03", |
| 100 | + "releaseDate": "2020-01-07T18:03:00+0000" |
74 | 101 | } |
75 | 102 | } |
76 | 103 | } |
0 commit comments