docs: Updated changelog
[ci skip]
This commit is contained in:
parent
309010953a
commit
a4f76861ba
18
CHANGELOG.md
18
CHANGELOG.md
@ -2,6 +2,24 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## Unrelease
|
||||
### Added
|
||||
- **History**: History section to list all changes
|
||||
- **Localization**: All UI text elements are now localized
|
||||
- **Localization**: Chinese locale is now available (thanks to @choicky)
|
||||
|
||||
### Changed
|
||||
- **Misc**: Updated dependencies
|
||||
- **UI**: Reveal 'Top of Page' only on scroll + icon only
|
||||
|
||||
### Fixed
|
||||
- **Configuration Wizard**: Public option is now saved properly in config file
|
||||
- **Configuration Wizard**: Git check no longer fails when unable to remove existing remotes
|
||||
- **Editor**: Large size content can now be saved up to 1 MB
|
||||
- **Misc**: Empty anchors no longer crash the rendering process
|
||||
- **UI**: Markdown is now stripped from page contents items
|
||||
- **UI**: Page contents no longer disappear when scrolling down
|
||||
|
||||
## [v1.0.0-beta.11] - 2017-04-29
|
||||
### Added
|
||||
- **Auth**: Azure AD authentication provider is now available
|
||||
|
@ -55,13 +55,13 @@ Current and upcoming milestones *(features only, see the [changelog](https://git
|
||||
|
||||
### Beta 12
|
||||
|
||||
- [ ] Better localization in the UI
|
||||
- [ ] Docker support + Auto compile/publish to Docker Hub
|
||||
- [ ] Heroku support
|
||||
|
||||
### Beta 13
|
||||
|
||||
- [ ] Insert Link modal in Editor
|
||||
- [ ] Better localization in the UI
|
||||
- [ ] Better simultaneous user editing handling
|
||||
- [ ] Preview changes directly from the editor, without saving
|
||||
- [ ] Upgrade from web UI
|
||||
|
Loading…
Reference in New Issue
Block a user