wikijs-fork/CHANGELOG.md

68 lines
2.1 KiB
Markdown
Raw Normal View History

2017-02-08 20:52:37 -05:00
# Change Log
All notable changes to this project will be documented in this file.
2017-02-08 20:52:37 -05:00
This project adheres to [Semantic Versioning](http://semver.org/).
2019-03-24 13:30:21 -04:00
## [2.0.0-beta.84] - 2019-03-24
### Added
- Added Search Engine - Algolia
- Added Search Engine - Elasticsearch
### Fixed
- Fixed error when saving navigation in admin area
- Fixed guest search failing because of missing global permissions
- Fixed PostgreSQL search engine indexing issues
### Changed
- Improved search suggestions from sanitized content
- Search engine deactivate handler is now being called on engine switch
- Markdown editor UI improvements for insert actions (wip)
2019-03-17 14:44:40 -04:00
## [2.0.0-beta.68] - 2019-03-17
2019-02-24 23:48:28 -05:00
### Added
- Added Search Results overlay
- Added Search Engine - DB Basic
- Added Search Engine - DB PostgreSQL
- Added Search Engine - Azure Search
- Added Search Engine - AWS CloudSearch
2019-02-24 23:48:28 -05:00
- Added Git changes processing (add/modify/delete)
- Added Storage last sync date in status panel
- Added Dev Flags
- Added HTTPS server option
2019-02-24 23:48:28 -05:00
- Added HTTP to HTTPS redirect server option
### Fixed
- Fixed SQLite migrations
### Changed
- Split admin dev section into separate pages
2019-02-28 13:44:29 -05:00
## [2.0.0-beta.42] - 2019-02-17
2017-10-14 14:47:26 -04:00
### Added
2019-01-25 21:29:34 -05:00
- Added Patreon link in Contribute admin page
2019-01-26 18:35:56 -05:00
- Added Theme Code Injection functionality
2019-01-25 21:29:34 -05:00
- Added Theme CSS Injection code minification
2019-01-26 18:35:56 -05:00
- Added Page Delete functionality
2019-02-09 12:32:23 -05:00
- Dev locale .yml files in `server/locales` are now loaded
2019-02-10 13:38:54 -05:00
- Added SQLite dependencies in Docker image
2019-02-15 16:36:13 -05:00
- Added rate limiting to login mutations
2017-04-08 16:38:28 -04:00
### Fixed
2019-01-25 21:29:34 -05:00
- Fixed root admin refresh token fail
- Fixed error page metadata title warning
2019-02-02 01:17:09 -05:00
- Fixed telemetry
- Await page render job to complete before resolving
2019-02-09 19:10:34 -05:00
- Fixed JSON fields for MariaDB
2019-02-10 13:38:54 -05:00
- Fixed MSSQL driver support
2017-02-26 18:06:20 -05:00
### Changed
2019-01-25 21:29:34 -05:00
- Moved Insert Media button in Markdown editor
2019-01-26 18:35:56 -05:00
- Use semver for DB migrations ordering
2017-02-26 18:06:20 -05:00
2019-02-28 13:44:29 -05:00
## [2.0.0-beta.11] - 2019-01-20
2019-01-25 21:29:34 -05:00
- First beta release
2017-02-08 20:52:37 -05:00
2019-03-24 13:30:21 -04:00
[2.0.0-beta.84]: https://github.com/Requarks/wiki/releases/tag/2.0.0-beta.84
[2.0.0-beta.68]: https://github.com/Requarks/wiki/releases/tag/2.0.0-beta.68
2019-02-22 17:05:18 -05:00
[2.0.0-beta.42]: https://github.com/Requarks/wiki/releases/tag/2.0.0-beta.42
2019-01-25 21:29:34 -05:00
[2.0.0-beta.11]: https://github.com/Requarks/wiki/releases/tag/2.0.0-beta.11