Skip to content
This repository was archived by the owner on Feb 5, 2024. It is now read-only.

Commit aaf5444

Browse files
committed
Update README, CHANGES, package.json
1 parent 9cc7213 commit aaf5444

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGES.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,19 @@ CHANGES
33

44
## 1.4.0
55

6-
* TBD
6+
* Feature: Slack integration.
7+
* Feature: Page comment.
8+
* Feature: User page.
9+
* Feature: User bookmark page and created pages list.
10+
* Feature: Portal for list.
11+
* Feature: History diff (Thank you: @suzuki #65).
12+
* Feature: Image uploader for local server (Thank you: @riaf ).
13+
* Improve: List view styles.
14+
* Improve: Paste handler with `> ` line (Thank you: @suzuki #57).
15+
* Fix: Google Apps cliendId validation (Thank you: @suzutan #72).
16+
* Fix: Bug of detecting prefix of the path on list view.
17+
* And some fixes. (Thank you: @yuya-takeyama @takahashim)
18+
* Library Update: now Crowi doesn't depends on bower.
719

820
## 1.3.1
921

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Crowi - The Simple & Powerful Communication Tool Based on Wiki
44
================================================================
55

66

7-
[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)
7+
[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy?template=https://github.com/crowi/crowi/tree/v1.4.0)
88

99
[![Circle CI](https://circleci.com/gh/crowi/crowi.svg?style=svg)](https://circleci.com/gh/crowi/crowi)
1010
[![Join the chat at https://gitter.im/crowi/general](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/crowi/general)
@@ -41,6 +41,7 @@ Dependencies
4141
* Amazon S3 (optional)
4242
* Facebook Application (optional)
4343
* Google Project (optional)
44+
* Slack App (optional)
4445

4546

4647
Start Up on Local

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "crowi",
3-
"version": "1.3.1",
3+
"version": "1.4.0",
44
"description": "The simple & powerful Wiki",
55
"tags": [
66
"wiki",

0 commit comments

Comments
 (0)