diff --git a/cache.json b/cache.json index 582601a..55e86ee 100644 --- a/cache.json +++ b/cache.json @@ -5,6 +5,15 @@ "feedUrl": "https://github.com/osmoscraft/osmosfeed/releases.atom", "siteUrl": "https://github.com/osmoscraft/osmosfeed/releases", "articles": [ + { + "id": "https://github.com/osmoscraft/osmosfeed/releases/tag/v1.7.0", + "author": null, + "description": "Added: templating system. Demo | Source | Docs\nChore: rendering logic refactoring. Adopting functional paradigm.", + "link": "https://github.com/osmoscraft/osmosfeed/releases/tag/v1.7.0", + "publishedOn": "2021-05-15T09:35:54.000Z", + "wordCount": 286, + "title": "v1.7.0" + }, { "id": "https://github.com/osmoscraft/osmosfeed/releases/tag/v1.4.0", "author": null, @@ -17,10 +26,10 @@ { "id": "https://github.com/osmoscraft/osmosfeed/releases/tag/v1.6.0", "author": null, - "description": "Added: Link from the title of a subscription to its website.\nAdded: Store feedUrl and siteUrl for each source in cache.\nAdded: Semantic element (<time>) for timestamp on the UI.\nAdded: Semantic API for theming the default template. Demo | Source | Docs\nChanged: Moved feed metadata from article level to feed level in cache.\nFixed: Any html-like text was stripped from title. Fixed with encoded text.\nRemoved: href for each source in cache. The value was never used so it's not a breaking change.", + "description": "Added: Link from the title of a subscription to its website.\nAdded: Store feedUrl and siteUrl for each source in cache.\nAdded: Semantic element (