Skip to content

Commit

Permalink
misc: updated build version + docs
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel committed Nov 26, 2017
1 parent c8a22e9 commit d05f682
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
3 changes: 3 additions & 0 deletions server/app/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ langs:
-
id: nl
name: Dutch - Nederlands
-
id: et
name: Estonian - Eesti keel
-
id: fr
name: French - Français
Expand Down

0 comments on commit d05f682

Please sign in to comment.