docs: Updated changelog + readme

[ci skip]
This commit is contained in:
NGPixel 2017-04-29 12:37:00 -04:00
parent 864a070163
commit cdc22297ff
2 changed files with 10 additions and 5 deletions

View File

@ -2,18 +2,19 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased ## [v1.0.0-beta.11] - 2017-04-29
### Added ### Added
- **Auth**: Azure AD authentication provider is now available - **Auth**: Azure AD authentication provider is now available
- **Auth**: Can now specify Read Access by default for all providers (except Local) - **Auth**: Can now specify Read Access by default for all providers (except Local)
- **View**: MathML and TeX math equations support
- **Configuration Wizard**: Added Public Access option - **Configuration Wizard**: Added Public Access option
- **Misc**: Heroku support - **Git**: Commits author is now set to current user
- **Navigation**: All Pages section - **Navigation**: All Pages section
- **UI**: Beatiful new logo! - **UI**: Beatiful new logo!
- **View**: MathML and TeX math equations support
### Changed ### Changed
- **Auth**: Provider Strategies are now only loaded if enabled - **Auth**: Provider Strategies are now only loaded if enabled
- **Misc**: Server files are now in their own /server path
- **Misc**: Trailing slashes in URL are now removed - **Misc**: Trailing slashes in URL are now removed
- **Misc**: Updated dependencies - **Misc**: Updated dependencies
- **UI**: Footer is now always at the bottom of the page (but not fixed) - **UI**: Footer is now always at the bottom of the page (but not fixed)

View File

@ -50,11 +50,15 @@ Current and upcoming milestones *(features only, see the [changelog](https://git
- [x] Azure AD authentication - [x] Azure AD authentication
- [x] MathML / Tex math equations - [x] MathML / Tex math equations
- [x] Support for CJK (Chinese, Japanese & Korean) characters in content, meta and uploads - [x] Support for CJK (Chinese, Japanese & Korean) characters in content, meta and uploads
- [ ] All Pages section - [x] All Pages section
- [ ] Heroku support
### Beta 12 ### Beta 12
- [ ] Docker support + Auto compile/publish to Docker Hub
- [ ] Heroku support
### Beta 13
- [ ] Insert Link modal in Editor - [ ] Insert Link modal in Editor
- [ ] Better localization in the UI - [ ] Better localization in the UI
- [ ] Better simultaneous user editing handling - [ ] Better simultaneous user editing handling