mirror of
https://github.com/journeyman-cc/smeagol.git
synced 2026-04-12 18:05:06 +00:00
Merge branch 'release/1.0.2' into develop
This commit is contained in:
commit
89b7597418
3 changed files with 9 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
(defproject smeagol "1.0.2-SNAPSHOT"
|
(defproject smeagol "1.0.2"
|
||||||
:description "A simple Git-backed Wiki inspired by Gollum"
|
:description "A simple Git-backed Wiki inspired by Gollum"
|
||||||
:url "https://github.com/simon-brooke/smeagol"
|
:url "https://github.com/simon-brooke/smeagol"
|
||||||
:license {:name "GNU General Public License,version 2.0 or (at your option) any later version"
|
:license {:name "GNU General Public License,version 2.0 or (at your option) any later version"
|
||||||
|
|
|
||||||
7
resources/public/content/Change log.md
Normal file
7
resources/public/content/Change log.md
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
# 1.0.2
|
||||||
|
Two fixes contributed by a user:
|
||||||
|
|
||||||
|
* [Configurable start page](https://github.com/journeyman-cc/smeagol/commit/b1eeecde1d0555e9b708807c63e28fac21de58c4)
|
||||||
|
* [Fixed uploads](https://github.com/journeyman-cc/smeagol/commit/1136e792d4810fd9af8b443fdea6d6be4aeda79e)
|
||||||
|
|
||||||
|
Many thanks to [M Jerger](https://github.com/jerger) for these.
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
* [[Introduction]]
|
* [[Introduction]]
|
||||||
|
* [[Change log]]
|
||||||
* [[User Documentation]]
|
* [[User Documentation]]
|
||||||
* [[Deploying Smeagol]]
|
* [[Deploying Smeagol]]
|
||||||
* [[Developing Smeagol]]
|
* [[Developing Smeagol]]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue