Версия 0.8.1

This commit is contained in:
Book Pauk
2020-01-07 22:57:06 +07:00
parent f68c610c0d
commit 7d5310af42
2 changed files with 14 additions and 2 deletions

View File

@@ -1,6 +1,18 @@
export const versionHistory = [ export const versionHistory = [
{ {
showUntil: '2020-01-15', showUntil: '2020-01-06',
header: '0.8.1 (2020-01-07)',
content:
`
<ul>
<li>добавлена частичная поддержка формата FB3</li>
<li>исправлен баг "Request path contains unescaped characters"</li>
</ul>
`
},
{
showUntil: '2020-01-05',
header: '0.8.0 (2020-01-02)', header: '0.8.0 (2020-01-02)',
content: content:
` `

View File

@@ -1,6 +1,6 @@
{ {
"name": "Liberama", "name": "Liberama",
"version": "0.8.0", "version": "0.8.1",
"author": "Book Pauk <bookpauk@gmail.com>", "author": "Book Pauk <bookpauk@gmail.com>",
"license": "CC0-1.0", "license": "CC0-1.0",
"repository": "bookpauk/liberama", "repository": "bookpauk/liberama",