From 9ee66625de5ab60c77628b3475d35ec9006a854a Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 11 Feb 2023 14:58:36 +0100 Subject: [PATCH] Meta files for new beta. --- changelog.md | 21 + config/firefly.php | 4 +- .../components/transactions/LargeTable.vue | 1 + frontend/src/layouts/MainLayout.vue | 2 +- frontend/src/pages/transactions/Index.vue | 5 + public/v1/js/create_transaction.js | 2 +- public/v1/js/edit_transaction.js | 2 +- public/v1/js/profile.js | 2 +- public/v1/js/webhooks/create.js | 2 +- public/v1/js/webhooks/edit.js | 2 +- public/v1/js/webhooks/index.js | 2 +- public/v1/js/webhooks/show.js | 2 +- public/v3/index.html | 2 +- .../js/{1198.c340ed87.js => 1198.cbaca816.js} | 2 +- .../js/{1238.79b1c2c0.js => 1238.744a7b52.js} | 2 +- .../js/{5061.245e7e29.js => 1341.e6d35593.js} | 2 +- public/v3/js/1342.f73a42d0.js | 1 + .../js/{3611.e9821d78.js => 3611.d383e2f1.js} | 2 +- .../js/{4575.cc4b02ec.js => 4575.6117a3b3.js} | 2 +- public/v3/js/5573.3546f95b.js | 1 - .../js/{7039.5cde6935.js => 7039.7e8ac025.js} | 2 +- .../js/{753.27e1ecd0.js => 753.c47e29ea.js} | 2 +- .../js/{8659.5ff057bb.js => 8659.6dbd3a99.js} | 2 +- .../js/{app.8c507c7d.js => app.89886383.js} | 2 +- public/v3/js/chunk-common.a335a96a.js | 1 + public/v3/js/chunk-common.b44b7e37.js | 1 - resources/assets/js/locales/ca.json | 4 +- resources/assets/js/locales/de.json | 4 +- resources/assets/js/locales/es.json | 4 +- resources/assets/js/locales/fr.json | 4 +- resources/assets/js/locales/it.json | 4 +- resources/assets/js/locales/pl.json | 4 +- resources/lang/ca_ES/firefly.php | 4 +- resources/lang/de_DE/firefly.php | 4 +- resources/lang/es_ES/firefly.php | 4 +- resources/lang/fr_FR/firefly.php | 4 +- resources/lang/it_IT/firefly.php | 40 +- resources/lang/ko_KR/firefly.php | 666 +++++++++--------- resources/lang/ko_KR/form.php | 198 +++--- resources/lang/ko_KR/intro.php | 8 +- resources/lang/ko_KR/validation.php | 380 +++++----- resources/lang/pl_PL/firefly.php | 16 +- yarn.lock | 66 +- 43 files changed, 756 insertions(+), 729 deletions(-) rename public/v3/js/{1198.c340ed87.js => 1198.cbaca816.js} (96%) rename public/v3/js/{1238.79b1c2c0.js => 1238.744a7b52.js} (96%) rename public/v3/js/{5061.245e7e29.js => 1341.e6d35593.js} (97%) create mode 100644 public/v3/js/1342.f73a42d0.js rename public/v3/js/{3611.e9821d78.js => 3611.d383e2f1.js} (94%) rename public/v3/js/{4575.cc4b02ec.js => 4575.6117a3b3.js} (96%) delete mode 100644 public/v3/js/5573.3546f95b.js rename public/v3/js/{7039.5cde6935.js => 7039.7e8ac025.js} (97%) rename public/v3/js/{753.27e1ecd0.js => 753.c47e29ea.js} (97%) rename public/v3/js/{8659.5ff057bb.js => 8659.6dbd3a99.js} (97%) rename public/v3/js/{app.8c507c7d.js => app.89886383.js} (70%) create mode 100644 public/v3/js/chunk-common.a335a96a.js delete mode 100644 public/v3/js/chunk-common.b44b7e37.js diff --git a/changelog.md b/changelog.md index 4e608ee1c1..650be75a1e 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,27 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). + +## 6.0.0-beta.1 - 2023-02-12 + +### Warnings + +- ⚠️ Make a backup of your database first! +- ⚠️ This version requires **PHP 8.2**. + +You can access the new V3 layout under `/v3/`. If you decide to use or test it: + +- ⚠️ Read the instructions under the ☠️ icon FIRST. +- ⚠️ The new layout is not yet finished. Use it to change your data at your own risk. + +### Added +- Introduce Jetbrains Qodana code scanning +- Reintroduced test framework + +### Fixed +- [Issue 6834](https://github.com/firefly-iii/firefly-iii/issues/6834) Better check on IBANs +- Various small bugs + ## 6.0.0-alpha.2 - 2023-02-05 ### Warnings diff --git a/config/firefly.php b/config/firefly.php index ce9cb18201..b6b521c6e4 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -106,8 +106,8 @@ return [ 'webhooks' => true, 'handle_debts' => true, ], - 'version' => '6.0.0-alpha.2', - 'api_version' => '2.0.0-alpha.2', + 'version' => '6.0.0-beta.1', + 'api_version' => '2.0.0-beta.1', 'db_version' => 19, // generic settings diff --git a/frontend/src/components/transactions/LargeTable.vue b/frontend/src/components/transactions/LargeTable.vue index 4943f46f72..47d6be4b81 100644 --- a/frontend/src/components/transactions/LargeTable.vue +++ b/frontend/src/components/transactions/LargeTable.vue @@ -23,6 +23,7 @@ v-model:pagination="pagination" :columns="columns" :loading="loading" + dense :rows="rows" class="q-ma-md" row-key="group_id" diff --git a/frontend/src/layouts/MainLayout.vue b/frontend/src/layouts/MainLayout.vue index 458d9e9be4..39b8d7a62a 100644 --- a/frontend/src/layouts/MainLayout.vue +++ b/frontend/src/layouts/MainLayout.vue @@ -338,7 +338,7 @@ page container: q-ma-xs (margin all, xs) AND q-mb-md to give the page content so
- Firefly III v v6.0.0-alpha.2 © James Cole, AGPL-3.0-or-later. + Firefly III v v6.0.0-beta.1 © James Cole, AGPL-3.0-or-later.
diff --git a/frontend/src/pages/transactions/Index.vue b/frontend/src/pages/transactions/Index.vue index 4053114275..e318467b7b 100644 --- a/frontend/src/pages/transactions/Index.vue +++ b/frontend/src/pages/transactions/Index.vue @@ -18,6 +18,11 @@ - along with this program. If not, see . --> + +