2017-02-09 01:52:37 +00:00
|
|
|
# Change Log
|
2017-02-10 01:24:28 +00:00
|
|
|
All notable changes to this project will be documented in this file.
|
2017-02-09 01:52:37 +00:00
|
|
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
|
|
|
|
|
## [Unreleased]
|
2017-02-12 03:54:27 +00:00
|
|
|
### Added
|
|
|
|
- Offline mode (no remote git sync) can now be enabled by setting `git: false` in config.yml
|
2017-02-11 21:25:48 +00:00
|
|
|
|
|
|
|
## [v1.0-beta.4] - 2017-02-11
|
2017-02-11 21:21:50 +00:00
|
|
|
### Fixed
|
|
|
|
- Fixed folder name typo during uploads folder permissions check
|
|
|
|
- Fixed SSH authentication for Git
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
- Removed separate OAuth authentication option. Select basic authentication to use tokens.
|
2017-02-10 18:13:40 +00:00
|
|
|
|
|
|
|
## [v1.0-beta.3] - 2017-02-10
|
2017-02-09 01:52:37 +00:00
|
|
|
### Added
|
|
|
|
- Change log
|
2017-02-10 01:24:28 +00:00
|
|
|
- Added .editorconfig, .eslintrc.json and .pug-lintrc.json for code linting
|
2017-02-10 06:43:26 +00:00
|
|
|
- Added Create / Authorize User feature
|
2017-02-10 18:13:40 +00:00
|
|
|
- Added Delete / De-authorize User feature
|
2017-02-10 06:43:26 +00:00
|
|
|
- Added Login as... button to Forbidden page
|
2017-02-09 01:52:37 +00:00
|
|
|
|
|
|
|
### Fixed
|
|
|
|
- Fixed issue with social accounts with empty name
|
2017-02-10 01:24:28 +00:00
|
|
|
- Fixed standard error page styling
|
2017-02-09 01:52:37 +00:00
|
|
|
|
|
|
|
### Changed
|
|
|
|
- Updated dependencies + snyk policy
|
|
|
|
- Conversion to Standard JS compliant code
|
2017-02-10 18:13:40 +00:00
|
|
|
- Accounts that are not pre-authorized are no longer added with no rights
|
2017-02-09 01:52:37 +00:00
|
|
|
|
|
|
|
## [v1.0-beta.2] - 2017-01-30
|
|
|
|
### Added
|
|
|
|
- Save own profile under My Account
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
- Updated dependencies + snyk policy
|
|
|
|
|
2017-02-11 21:25:48 +00:00
|
|
|
[Unreleased]: https://github.com/Requarks/wiki/compare/v1.0-beta.4...HEAD
|
|
|
|
[v1.0-beta.4]: https://github.com/Requarks/wiki/releases/tag/v1.0-beta.4
|
2017-02-10 18:13:40 +00:00
|
|
|
[v1.0-beta.3]: https://github.com/Requarks/wiki/releases/tag/v1.0-beta.3
|
2017-02-10 01:24:28 +00:00
|
|
|
[v1.0-beta.2]: https://github.com/Requarks/wiki/releases/tag/v1.0-beta.2
|