Skip to content

Latest commit

 

History

History
86 lines (46 loc) · 5.06 KB

CHANGELOG.md

File metadata and controls

86 lines (46 loc) · 5.06 KB

Changelog

1.4.0 (2023-03-13)

Features

  • config: support redis password and username (26b4fa4)
  • front: add option to easily change lang (f829940)
  • front: externalize SVGs (fbdf918)
  • highlight: allow all languages (9f39fef), closes #119
  • rtdbin.sh: configurable destination site (25f21e9)
  • tests: new FakeConfig utility (c83c36f)
  • tests: test the /new url (9e71701)

Bug Fixes

  • front: typos in form placeholder tutorial (2adcc2f), closes #168
  • tests: use cleanup instead of tearDown (c3d27fb)

1.3.0 (2021-11-19)

Features

  • remove frontend for bin deletion (595e8e5)

Bug Fixes

  • force identifier length to IDENTSIZE (9c8865e)
  • include assets' root files (f0bdd82)
  • undeclared 'token' error (1c4e5e3)

Dependencies

  • update pygments and other dependencies (b8b6eee)

1.2.0 (2021-04-22)

Features

1.1.2 (2021-04-18)

Bug Fixes

  • highlight: optional startinline (0bc3f7b)

1.1.1 (2021-04-12)

Bug Fixes

  • manifest: update version file path (c709527), closes #132

1.1.0 (2021-04-11)

Features

  • introduce logging (d256237)
  • new /report endpoint to report a snippet (70c7ab8), closes #110

Bug Fixes

  • identify form using name (da6ce4e)
  • lang and extension parsing (dd84f12)
  • synchronize /req.txt and /docs/req.txt (8172198)

1.0.2 (2021-03-29)

Bug Fixes

  • lang and extension parsing (5868f01)
  • prevent generated id to override with routes (466c111)
  • release-please: workflow errors (#125) (16afd6b)
  • snippet duplication typo (ebb6443)