This repository was archived by the owner on Feb 5, 2024. It is now read-only.
File tree 3 files changed +16
-3
lines changed
3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 3
3
4
4
## 1.4.0
5
5
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.
7
19
8
20
## 1.3.1
9
21
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Crowi - The Simple & Powerful Communication Tool Based on Wiki
4
4
================================================================
5
5
6
6
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 )
8
8
9
9
[ ![ Circle CI] ( https://circleci.com/gh/crowi/crowi.svg?style=svg )] ( https://circleci.com/gh/crowi/crowi )
10
10
[ ![ 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
41
41
* Amazon S3 (optional)
42
42
* Facebook Application (optional)
43
43
* Google Project (optional)
44
+ * Slack App (optional)
44
45
45
46
46
47
Start Up on Local
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " crowi" ,
3
- "version" : " 1.3.1 " ,
3
+ "version" : " 1.4.0 " ,
4
4
"description" : " The simple & powerful Wiki" ,
5
5
"tags" : [
6
6
" wiki" ,
You can’t perform that action at this time.
0 commit comments