doc: update readme, bump version to 3.1.0
This commit is contained in:
parent
179617d058
commit
a260d102ee
2
Makefile
2
Makefile
@ -2,7 +2,7 @@
|
|||||||
# Makefile for YATWiki3
|
# Makefile for YATWiki3
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION:=3.0.3
|
VERSION:=3.1.0
|
||||||
|
|
||||||
SOURCES:=Makefile \
|
SOURCES:=Makefile \
|
||||||
static \
|
static \
|
||||||
|
@ -14,6 +14,7 @@ As of the 3.0 release, YATWiki is now a standalone server instead of a PHP scrip
|
|||||||
- IP-based ban system
|
- IP-based ban system
|
||||||
- Article index, random article, download database backup
|
- Article index, random article, download database backup
|
||||||
- Source code highlighting (thanks [url=https://github.com/isagalaev/highlight.js]highlight.js[/url])
|
- Source code highlighting (thanks [url=https://github.com/isagalaev/highlight.js]highlight.js[/url])
|
||||||
|
- Optional integration with `contented` for file/image uploads
|
||||||
|
|
||||||
Written in Golang, PHP
|
Written in Golang, PHP
|
||||||
|
|
||||||
@ -35,6 +36,9 @@ This package can be installed via go get: `go get code.ivysaur.me/yatwiki`
|
|||||||
|
|
||||||
=CHANGELOG=
|
=CHANGELOG=
|
||||||
|
|
||||||
|
2017-10-08 3.1.0
|
||||||
|
- Feature: Support content upload to a `contented` server
|
||||||
|
|
||||||
2017-08-11 3.0.2
|
2017-08-11 3.0.2
|
||||||
- Fix an issue with XSS prevention for web browsers other than Chrome
|
- Fix an issue with XSS prevention for web browsers other than Chrome
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user