From 7ab3bc1f2d79d362cedb0cb6cb9934ff2b5fed08 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Sat, 12 Sep 2015 19:11:03 +0200 Subject: [PATCH] Add changelog --- framework/core/CHANGELOG.md | 40 +++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 framework/core/CHANGELOG.md diff --git a/framework/core/CHANGELOG.md b/framework/core/CHANGELOG.md new file mode 100644 index 000000000..97ad0a6e7 --- /dev/null +++ b/framework/core/CHANGELOG.md @@ -0,0 +1,40 @@ +# Change Log +All notable changes to Flarum will be documented in this file. +This project adheres to [Semantic Versioning](http://semver.org/). + +## [Unreleased][unreleased] +*nothing yet* + +## [0.1.0-beta.2] - 2015-09-13 +### Added +- Check prerequisites (PHP version, extensions, etc.) before installation (#364) +- Enforce maximum title and post length through validation (#53, #338) +- Ctrl+Enter submits posts (#276) +- Syntax highlighting for code blocks (#248) +- All links open in new window, receive rel=nofollow attribute (#247) +- Default build script for extensions (#438) +- Input validation in installer + +### Changed +- Ask for admin password confirmation in installer (#405) +- Increased some text contrasts for accessibility (#390) + +### Fixed +- Discussion list did not work with non-empty database prefix (#269, #380) +- Non-admins could not reset their password (#229) +- Requests ending with a slash resulted in a 404 (#334) +- Sometimes, tags could not be dragged for reordering in the admin panel (#341) +- In rare cases, posts did not load correctly (#295) +- Avatars did not show up when installed in a subfolder (#291) +- Installer crashed when views directory was not writable (#376) +- Table prefix could not be set in web installer (#269) +- Enabling an extension disabled all other extensions (#402) +- Invalid custom CSS could crash the application (#400) +- First posts could not be restored or deleted +- Several design bugs + +## 0.1.0-beta - 2015-08-27 +First Version + +[unreleased]: https://github.com/flarum/core/compare/v0.1.0-beta.2...HEAD +[0.1.0-beta.2]: https://github.com/flarum/core/compare/v0.1.0-beta...v0.1.0-beta.2