wikijs-fork/CHANGELOG.md

95 lines
3.3 KiB
Markdown
Raw Normal View History

2017-02-09 01:52:37 +00:00
# Change Log
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-26 23:06:20 +00:00
### Added
- Interactive setup
2017-03-18 15:53:36 +00:00
- Auth: GitHub and Slack authentication providers are now available
- Auth: LDAP authentication provider is now available
2017-03-30 01:49:30 +00:00
- Logs: Support for the logging services: Bugsnag, Loggly, Papertrail, Rollbar and Sentry
2017-03-31 02:00:30 +00:00
- Config: Can now use ENV variable to specify DB connection string ($VARNAME as db value in config.yml)
2017-02-26 23:06:20 +00:00
### Changed
2017-03-18 15:53:36 +00:00
- Native Compilation Removal: Replaced farmhash with md5
- Native Compilation Removal: Replaced leveldown with memdown
- Native Compilation Removal: Replaced sharp with jimp
2017-02-26 23:06:20 +00:00
- Sidebar: Contents is now Page Contents
- Sidebar: Start is now Top of Page
2017-03-18 15:53:36 +00:00
- UI: Content headers are now showing an anchor icon instead of a #
2017-03-30 01:49:30 +00:00
- Dev: Replaced Gulp with Fuse-box
2017-02-26 23:06:20 +00:00
### Fixed
2017-03-18 15:53:36 +00:00
- Auth: Authentication would fail if email has uppercase chars and provider callback is in lowercase
2017-03-25 21:03:09 +00:00
- Markdown: Fixed potential crash on markdown processing of video links
2017-03-18 15:53:36 +00:00
- Search: Search index should now update upon article creation
- Search: Search results are no longer duplicated upon article update
- UI: Missing icons on login page
- 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
2017-02-14 20:27:08 +00:00
## [v1.0.0-beta.8] - 2017-02-19
### Added
- Automated Upgrade / Re-install feature UI only
- npm installation improvements
2017-02-19 21:15:03 +00:00
### Fixed
- wiki executable shortcut on linux
- Settings page is now displaying the correct current version
## [v1.0.0-beta.7] - 2017-02-14
### Fixed
- npm installation fixes
2017-02-14 20:27:08 +00:00
## [v1.0.0-beta.6] - 2017-02-14
2017-02-14 07:17:25 +00:00
### Added
- Settings page UI
2017-02-14 20:27:08 +00:00
- Automated process management
- npm automatic site installation
2017-02-12 20:43:13 +00:00
## [v1.0-beta.5] - 2017-02-12
### Added
- Offline mode (no remote git sync) can now be enabled by setting `git: false` in config.yml
- Improved search engine (Now using search-index engine instead of MongoDB text search)
### Changed
- Cache is now flushed when starting / restarting the server
2017-02-11 21:25:48 +00:00
## [v1.0-beta.4] - 2017-02-11
### 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
- 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
- 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
[v1.0-beta.2]: https://github.com/Requarks/wiki/releases/tag/v1.0-beta.2