Updated changelog

[ci skip]
This commit is contained in:
NGPixel 2017-03-18 11:53:36 -04:00
parent e49246028a
commit 6c268e18c7

View File

@ -5,23 +5,25 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased] ## [Unreleased]
### Added ### Added
- Interactive setup - Interactive setup
- GitHub and Slack authentication providers are now available - Auth: GitHub and Slack authentication providers are now available
- LDAP authentication provider - Auth: LDAP authentication provider is now available
### Changed ### Changed
- Content headers are now showing an anchor icon instead of a # - Native Compilation Removal: Replaced farmhash with md5
- Native Compilation Removal: Replaced leveldown with memdown
- Native Compilation Removal: Replaced sharp with jimp
- Sidebar: Contents is now Page Contents - Sidebar: Contents is now Page Contents
- Sidebar: Start is now Top of Page - Sidebar: Start is now Top of Page
- Replaced farmhash with md5 (native compilation removal) - UI: Content headers are now showing an anchor icon instead of a #
- Replaced sharp with jimp (native compilation removal)
- Replaced leveldown with memdown (native compilation removal)
### Fixed ### Fixed
- Search index should now update upon article creation - Auth: Authentication would fail if email has uppercase chars and provider callback is in lowercase
- Missing icons on login page - Search: Search index should now update upon article creation
- Image alignement center and right should now behave correctly - Search: Search results are no longer duplicated upon article update
- Error notification when upload is too large for server - UI: Missing icons on login page
- Authentication would fail if email has uppercase chars and provider callback is in lowercase - UI: Image alignement center and right should now behave correctly
- Uploads: Error notification when upload is too large for server
- Uploads: Fix uploads and temp-uploads folder permissions on unix-based systems
## [v1.0.0-beta.8] - 2017-02-19 ## [v1.0.0-beta.8] - 2017-02-19
### Added ### Added