Версия 1.1.0

This commit is contained in:
Book Pauk
2023-01-11 21:06:08 +07:00
parent 2401ef8d16
commit 63b7bb24cf
4 changed files with 8 additions and 7 deletions

View File

@@ -315,8 +315,8 @@ export default vueComponent(App);
--text-ubtn-color-dark: #555; --text-ubtn-color-dark: #555;
--text-tb-normal-dark: #3e843e; --text-tb-normal-dark: #3e843e;
--bg-tb-normal-dark: #c6cde4; --bg-tb-normal-dark: #ddd;
--bg-tb-hover-dark: #ddd; --bg-tb-hover-dark: #ccc;
--text-tb-active-dark: #ddd; --text-tb-active-dark: #ddd;
--bg-tb-active-dark: #7aa44f; --bg-tb-active-dark: #7aa44f;
--bg-tb-active-hover-dark: #71b571; --bg-tb-active-hover-dark: #71b571;

View File

@@ -1,11 +1,12 @@
export const versionHistory = [ export const versionHistory = [
{ {
version: '1.0.1', version: '1.1.0',
releaseDate: '2023-01-11', releaseDate: '2023-01-11',
showUntil: '2023-01-22', showUntil: '2023-01-15',
content: content:
` `
<ul> <ul>
<li>добавлена опция "Ночной режим" и кнопка на панель</li>
<li>исправление багов</li> <li>исправление багов</li>
</ul> </ul>

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "liberama", "name": "liberama",
"version": "1.0.1", "version": "1.1.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "liberama", "name": "liberama",
"version": "1.0.1", "version": "1.1.0",
"hasInstallScript": true, "hasInstallScript": true,
"license": "CC0-1.0", "license": "CC0-1.0",
"dependencies": { "dependencies": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "liberama", "name": "liberama",
"version": "1.0.1", "version": "1.1.0",
"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",