Skip to content

Commit d8b3b44

Browse files
committed
release: v1.6.0
1 parent ce01a66 commit d8b3b44

1 file changed

Lines changed: 28 additions & 1 deletion

File tree

projects/rss-reader/src/assets/release-notes/release-notes.json

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "./release-notes-schema.json",
3-
"latestVersion": "1.5.4",
3+
"latestVersion": "1.6.0",
44
"gitRepo": {
55
"host": "https://github.com",
66
"repo": "rss-reader-web",
@@ -71,6 +71,33 @@
7171
],
7272
"releaseAuthor": "EdricChan03",
7373
"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"
74101
}
75102
}
76103
}

0 commit comments

Comments
 (0)