From e3ca1a33915da6db4ad225acaf77876162b8e7c1 Mon Sep 17 00:00:00 2001 From: Philipp Stadler <hello@phstadler.com> Date: Fri, 1 Nov 2024 15:59:06 +0100 Subject: [PATCH 1/3] chore: bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1587a66..ca84e70 100644 --- a/package.json +++ b/package.json @@ -1,3 +1,3 @@ { - "version": "1.0.0" + "version": "1.0.1" } -- GitLab From afb711b03da8f31c7eea9005e1c33d7c11e688c8 Mon Sep 17 00:00:00 2001 From: Philipp Stadler <hello@phstadler.com> Date: Fri, 1 Nov 2024 16:02:06 +0100 Subject: [PATCH 2/3] fix: CSV delimiter corrected to , --- content/Liu-Ge-Schreibpraktikum/.apkg-spec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/Liu-Ge-Schreibpraktikum/.apkg-spec.yaml b/content/Liu-Ge-Schreibpraktikum/.apkg-spec.yaml index 2a77d86..4420ef4 100644 --- a/content/Liu-Ge-Schreibpraktikum/.apkg-spec.yaml +++ b/content/Liu-Ge-Schreibpraktikum/.apkg-spec.yaml @@ -10,7 +10,7 @@ content: file_patterns: - 'vocabulary/*.csv' deck_name_pattern: '刘哥 Schreibpraktikum::{{card_type}}::{{from_basename}}' - delimiter: ';' + delimiter: ',' fields_mapping: - guid - 简体字 -- GitLab From fb123e644983a7da4c098ab065179c0380a7a94f Mon Sep 17 00:00:00 2001 From: Philipp Stadler <hello@phstadler.com> Date: Fri, 1 Nov 2024 16:03:56 +0100 Subject: [PATCH 3/3] chore: downgrade version a bit --- content/Liu-Ge-Schreibpraktikum/.apkg-spec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/Liu-Ge-Schreibpraktikum/.apkg-spec.yaml b/content/Liu-Ge-Schreibpraktikum/.apkg-spec.yaml index 4420ef4..4f5d5cb 100644 --- a/content/Liu-Ge-Schreibpraktikum/.apkg-spec.yaml +++ b/content/Liu-Ge-Schreibpraktikum/.apkg-spec.yaml @@ -1,11 +1,11 @@ -content_version: 7.0.2 +content_version: 1.0.0 templates: - molaoshi content: - import_csv: - content_version: 2024-07-24 10:00:00+00:00 + content_version: 2024-11-01 10:00:00+00:00 note_type: Vokabeln file_patterns: - 'vocabulary/*.csv' -- GitLab