Skip to content

Releases: ncarlier/readflow

v1.2.0

04 Mar 08:34
Compare
Choose a tag to compare

✨ New Features

🐛 Bug Fixes

🔧 Chores

v1.1.0

30 Sep 06:27
Compare
Choose a tag to compare

Features

  • auth: get admin from configuration (b9afc35)

v1.0.1

27 Sep 22:06
Compare
Choose a tag to compare

Bug Fixes

  • docker: fix configuration location (b961fca)
  • ui: non clickable avatar if no issuer (6fdf255)

v1.0.0

27 Sep 21:29
Compare
Choose a tag to compare

Code Refactoring

  • config: configuration refactoring (292d75a)

BREAKING CHANGES

  • config: Good starting point for a 1.0

v0.2.1

24 Sep 16:20
Compare
Choose a tag to compare

Bug Fixes

  • oidc: refresh JWKS endpoint on demand (154d706)

v0.2.0

24 Sep 08:19
Compare
Choose a tag to compare

Features

  • job: periodic JWKS refresh (f1b3e82)

v0.1.0

24 Sep 06:53
Compare
Choose a tag to compare

Bug Fixes

  • api: bypass image proxy errors (bb22cf2)
  • api: disable CORS for articles endpoint (d248eca)
  • article: fix bad GQL category ID decoding (b189602)
  • article: fix bad UTF8 encoding (4360a91)
  • article: fix counter when using full-text (62ec753)
  • article: fix mark all as read (3de1802)
  • article: improve article creation error mgt (085b65a)
  • article: improve error handling (03a4fb4)
  • article: improve hydratation trigger (485a3d2)
  • articles: fix bulk status update SQL (1039fc4)
  • articles: fix category type for markAllArticlesAsRead mutation (01623a9)
  • category: trim category name (18183cf)
  • doc: fix image locations (23551a3)
  • doc: fix image locations (5289aab)
  • docker: add API root env value (f99a2fb)
  • docker: reset compose configuration (7be8c01)
  • docs: fix logo url (55d1e1e)
  • download: write error as problem details (a9f7a4e)
  • event: fix nil pointer (0a1e7f3)
  • exporter: clean image relative name (27caf41)
  • exporter: fix export filename (2b96a54)
  • fix clean history response (09b7b2a)
  • fix healthz endpoint (554808e)
  • fix mark all as read counter update (84f2082), closes #21
  • fix test (1962c2d)
  • fix update for articles without category (f484295)
  • fix windows support (09ce837), closes #38
  • incoming-webhook: fix Origin script variable (3cf9823)
  • incoming-webhook: simple script DoS protection (eb0b7e9)
  • integration: fix QR code generated URL (69cdb69)
  • integration: fix S3 credentials configuration (096ff52)
  • landing: add content dir (6731bfd)
  • landing: fix contact form result redirection (80fc188)
  • landing: fix contact function (5f3e8b7)
  • landing: fix imports (a04ed26)
  • landing: fix mail API (82fdcd7)
  • landing: fix mail config (6951a9e)
  • landing: only use dynamic for authenticated pages (2282ad3)
  • lint bookmarklet (0e24f9d)
  • lint public js files (fef557e)
  • mail: better mail encoding support (f7cf7bf)
  • middleware: return JSON error (bda0f2f)
  • outgoing-webhook: fix template usage (1860cba)
  • rule-engine: use webhook key instead of from (efcbfe6)
  • rule: add empty key to rule context (66f4e8f)
  • schema: fix "1M article bug" (f9c3135)
  • scraper: fallback on excerpt if text is empty (1568aa7)
  • scraper: fix nil pointer when scraping title (be4584f)
  • scraper: fix oEmbed providers generated list (e1be304)
  • scraper: format oEmbed generated file (3079bac)
  • scraper: get title from Twitter meta (fa5836d)
  • scraper: improve content type check (f8259b8)
  • scraper: improve title extraction (93b41cb)
  • scripting: use bg context for task execution (1e80f59)
  • ui: activate grid mode for offline view (fa3d73e)
  • ui: add margin to last article card (93f6ed8)
  • ui: add non null assertion (46a64ca)
  • ui: avoid error if article URL is bad (e6ecd27)
  • ui: block content redraw when staring an article (2df30fa)
  • ui: break card title if needed (6dac606)
  • ui: bring back route to create article (44e0246)
  • ui: bring back route to create article (3151f3b)
  • ui: catch Apollo cache error (d1560df)
  • ui: catch token expiration on init phase (c9d5f25)
  • ui: delay key bind to avoid unbind race condition (ugly) (56018fe)
  • ui: dialog z index (d235251)
  • ui: disable context reloading on fetching more articles (72bb9ee)
  • ui: display article text when no HTML content (1fb5b3d)
  • ui: finalize oidc-context removal (d5533bf)
  • ui: fix article content duplication due to refresh (e577a98)
  • ui: fix article counter on pagination ([208d451](208d451...
Read more