Commit d05f6821 authored by NGPixel's avatar NGPixel

misc: updated build version + docs

parent c8a22e96
...@@ -2,6 +2,17 @@ ...@@ -2,6 +2,17 @@
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/).
## [v1.0.12] - 2017-11-26
### Added
- **Localization**: Estonian locale is now available (thanks to @vonforum)
### Changed
- **Localization**: Updates to various locales
- **Misc**: Added quotes to sample Slack config to avoid number parsing
## Fixed
- **Git**: ignore .git directory when updating cache
## [v1.0.11] - 2017-10-14 ## [v1.0.11] - 2017-10-14
### Added ### Added
- **Localization**: Japanese locale is now available (thanks to @johnnyshields) - **Localization**: Japanese locale is now available (thanks to @johnnyshields)
...@@ -237,6 +248,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ...@@ -237,6 +248,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Changed ### Changed
- Updated dependencies + snyk policy - Updated dependencies + snyk policy
[v1.0.12]: https://github.com/Requarks/wiki/releases/tag/v1.0.11
[v1.0.11]: https://github.com/Requarks/wiki/releases/tag/v1.0.11 [v1.0.11]: https://github.com/Requarks/wiki/releases/tag/v1.0.11
[v1.0.10]: https://github.com/Requarks/wiki/releases/tag/v1.0.10 [v1.0.10]: https://github.com/Requarks/wiki/releases/tag/v1.0.10
[v1.0.9]: https://github.com/Requarks/wiki/releases/tag/v1.0.9 [v1.0.9]: https://github.com/Requarks/wiki/releases/tag/v1.0.9
......
...@@ -65,14 +65,15 @@ Wiki.js documentation site is actually running Wiki.js! [Check it out »](h ...@@ -65,14 +65,15 @@ Wiki.js documentation site is actually running Wiki.js! [Check it out »](h
Current and upcoming milestones *(major features only, see the [changelog](https://github.com/Requarks/wiki/blob/master/CHANGELOG.md) for complete list of features and bug fixes)*: Current and upcoming milestones *(major features only, see the [changelog](https://github.com/Requarks/wiki/blob/master/CHANGELOG.md) for complete list of features and bug fixes)*:
### 1.0.11 - Stable ### 1.0.12 - Stable
![Progress](http://progressed.io/bar/100) ![Progress](http://progressed.io/bar/100)
**Note**: As 2.0 is under development, no new features are being developed in the 1.0 branch. **Note**: As 2.0 is under development, no new features are being developed in the 1.0 branch.
- [x] Japanese localization - [x] Estonian locale is now available (thanks to @vonforum)
- [x] Fix for name search when using OpenLDAP - [x] Updates to various locales
- [x] Added referrer policy header - [x] Added quotes to sample Slack config to avoid number parsing
- [x] Fix: Ignore .git directory when updating cache
### 2.0.0 - Dev ### 2.0.0 - Dev
![Progress](http://progressed.io/bar/40) ![Progress](http://progressed.io/bar/40)
......
{ {
"name": "wiki", "name": "wiki",
"version": "1.0.11", "version": "1.0.12",
"description": "A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown", "description": "A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown",
"main": "wiki.js", "main": "wiki.js",
"scripts": { "scripts": {
......
...@@ -97,6 +97,9 @@ langs: ...@@ -97,6 +97,9 @@ langs:
id: nl id: nl
name: Dutch - Nederlands name: Dutch - Nederlands
- -
id: et
name: Estonian - Eesti keel
-
id: fr id: fr
name: French - Français name: French - Français
- -
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment