From 76db2bf361aec3c0ffb6ad319e87ec78e5ecb97a Mon Sep 17 00:00:00 2001 From: chuanqisun Date: Sun, 16 May 2021 00:49:00 +0000 Subject: [PATCH] deploy: f25fe2fce936010274b84035a04484a21fd3f2d1 --- cache.json | 77 +- feed.atom | 88 +- styles.css => index.css | 388 +++---- index.html | 2113 ++++++++++++++++++--------------------- index.js | 20 +- 5 files changed, 1256 insertions(+), 1430 deletions(-) rename styles.css => index.css (95%) 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 (