diff --git a/Changelog.md b/Changelog.md new file mode 100644 index 0000000..c04f7e9 --- /dev/null +++ b/Changelog.md @@ -0,0 +1,13 @@ +### 0.3.1: September 10, 2018 + +* Third-party licenses are now included in project +* New legal credits page + +### 0.3.0: September 9, 2018 + +* New global option `WebRoot` +* New local option `ShowProblemStatistics` +* New local option `ReversedContestOrder` +* New local section `ConditionalStyle` +* Fixed slow reading of run statuses +* Local configurations are reloaded on every request diff --git a/dist/archlinux-static/PKGBUILD b/dist/archlinux-static/PKGBUILD index 29d45e2..9a41202 100644 --- a/dist/archlinux-static/PKGBUILD +++ b/dist/archlinux-static/PKGBUILD @@ -2,7 +2,7 @@ _pkgname=ejstand pkgname="${_pkgname}-static" -pkgver=0.3.0 +pkgver=0.3.1 pkgrel=1 pkgdesc='Ejudge Configurable Web Standings Daemon for Multiple Contests' url="https://apathism.net/git/apathism/${_pkgname}" diff --git a/ejstand.cabal b/ejstand.cabal index da14c62..127d606 100644 --- a/ejstand.cabal +++ b/ejstand.cabal @@ -1,5 +1,5 @@ name: ejstand -version: 0.3.0 +version: 0.3.1 synopsis: Ejudge Configurable Web Standings Daemon for Multiple Contests homepage: https://apathism.net/git/apathism/ejstand bug-reports: https://apathism.net/git/apathism/ejstand/issues