diff options
author | how <how@zoethical.com> | 2018-11-14 11:48:24 +0100 |
---|---|---|
committer | how <how@zoethical.com> | 2018-11-14 11:48:24 +0100 |
commit | 20a073975568783711566f9d86bd0512ae92f1f8 (patch) | |
tree | b0d061008a9b38865d76fd539cd96de2ac7a72cc /CHANGELOG.md | |
parent | f96eb3440b6f0af0524197210c49de0e45775adf (diff) | |
parent | aa3032f1074106a3472a8e8b25b0395ea2a52eb1 (diff) | |
download | discourse-pad-0.1.0.tar.gz |
Version 0.1.0v0.1.0
- Tighten URL regular expression to match https://pad.libreho.st/
- See [CHANGELOG](../CHANGELOG.md)
See merge request librehosters/embed-codimd!1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f953925 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Change Log + +## [UNRELEASED] + +(nothing yet) + +## 0.1.0 -- 2018-11-14 + +- Limit pad URL to `https://pad.libreho.st/*` +- Put in production at https://talk.libreho.st + +## 0.0.1 -- 2018-11-12 + +- Fork from https://github.com/fuerst/embed-etherpad-lite +- Point to https://pad.libreho.st/ + +[unreleased]: /../compare/v0.1.0...HEAD |