浏览代码

misc: updated build version + docs

NGPixel 7 年之前
父节点
当前提交
d05f682184
共有 4 个文件被更改,包括 21 次插入5 次删除
  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.
 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
 ### Added
 - **Localization**: Japanese locale is now available (thanks to @johnnyshields)
@@ -237,6 +248,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
 ### Changed
 - 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.10]: https://github.com/Requarks/wiki/releases/tag/v1.0.10
 [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)*:
 
-### 1.0.11 - Stable
+### 1.0.12 - Stable
 ![Progress](http://progressed.io/bar/100)
 
 **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
 ![Progress](http://progressed.io/bar/40)

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "wiki",
-  "version": "1.0.11",
+  "version": "1.0.12",
   "description": "A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown",
   "main": "wiki.js",
   "scripts": {

+ 3 - 0
server/app/data.yml

@@ -96,6 +96,9 @@ langs:
   -
     id: nl
     name: Dutch - Nederlands
+  -
+    id: et
+    name: Estonian - Eesti keel
   -
     id: fr
     name: French - Français