Browse Source

misc: updated build version + docs

NGPixel 7 years ago
parent
commit
d05f682184
4 changed files with 21 additions and 5 deletions
  1. 12 0
      CHANGELOG.md
  2. 5 4
      README.md
  3. 1 1
      package.json
  4. 3 0
      server/app/data.yml

+ 12 - 0
CHANGELOG.md

@@ -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/).
 ### 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

+ 5 - 4
README.md

@@ -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] Fix for name search when using OpenLDAP
-- [x] Added referrer policy header
+- [x] Estonian locale is now available (thanks to @vonforum)
+- [x] Updates to various locales
+- [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)

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 {
   "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": {

+ 3 - 0
server/app/data.yml

@@ -96,6 +96,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