Skip to content

Latest commit

 

History

History
80 lines (53 loc) · 6.3 KB

CHANGELOG.md

File metadata and controls

80 lines (53 loc) · 6.3 KB

1.2.0 (2021-01-16)

Features

  • simplified local development with npm run dev (c0414f5)

1.1.0 (2021-01-16)

  • add https support for testing on localhost (thx @danmenzies-jerram) (9d90030)
  • simple plugin system for schnack (#99) (9c31858), closes #99

0.2.3 (2020-05-24)

  • deprecated google api replacement (6eb2eca)

0.2.2 (2019-03-05)

Features

  • auth: add facebook oauth (313f249), closes #18
  • auth: add google oauth (0a86479), closes #17
  • docs: add generator (7269d73)
  • font: self host font (7ee1295)
  • importer: add Wordpress importer (0f929fb), closes #13
  • initialization: create schnack client.js (4691c7f)
  • notification: add support for sendmail notification provider + node v10 support (2e629f5)
  • notification-url: Send page URL with notification instead of just slug (#82) (4e5ffae)

Bug Fixes

  • auth: handle redirect server-side (30881d8)
  • build: minimize and remove log statements (2e0bf24)
  • client.js: set document domain (cfdf1cb)
  • CORS: allow to run schnack server and client on localhost (e724da9)
  • docs: class instead of id (ada6104)
  • docs: typo (9278e30)
  • migrations: add unique index on user(provider,provider_id) (9e36d01)
  • pkg: update marked (9279191)
  • rollup: use uglify again (a8d8aec)
  • routes: serve client.js (59b1f87)
  • RSS: use temporary site_url (453d33d), closes #74
  • slack: add try/catch (eedb6c5)
  • typo: fix typo in embedded scripts (76fd6c0), closes #69

0.1.4 (2017-12-21)

Features

  • containers: add Dockerfile (517df75), closes #28
  • importer: add disqus importer (5f04ae7)

Bug Fixes

  • url.host != url.hostname (bd29962)
  • importer: add npm script (0171f88)
  • tmpl: show reply button on login (6b2e63e)
  • tmpl: wrap login status in div element (baa6c2f)

0.1.3 (2017-10-25)

Features

  • auth: starting integrating Twitter OAuth (f560ab5)
  • migrations: use sqlite instead of sqlite3 to use migrations (411545a)

Bug Fixes

  • CORS: add whitelist for trusted domains (eddf094)
  • CORS: use allow_origin config key instead of cors object (3bd5aac)
  • drafts: clear textarea on post (87550e4)
  • drafts: load draft only if textarea is present (1db4180)
  • migrations: rename migration file to notifications (795dbbe)
  • push: use pushover-notifications instead of node-pushover (01e738e), closes #3
  • require: fs was used but not defined (4dab6d2)