From 455ca4d0cb65eec48770081db99f92ef9860a1e8 Mon Sep 17 00:00:00 2001 From: Pim Snel Date: Fri, 6 Dec 2024 14:26:28 +0100 Subject: [PATCH] empty release --- .github/workflows/build_prerelease.yml | 2 +- .github/workflows/build_release.yml | 1 + CHANGELOG.md | 29 ++++++++++++++------------ README.md | 1 - 4 files changed, 18 insertions(+), 15 deletions(-) diff --git a/.github/workflows/build_prerelease.yml b/.github/workflows/build_prerelease.yml index 8408c79..6c60b81 100644 --- a/.github/workflows/build_prerelease.yml +++ b/.github/workflows/build_prerelease.yml @@ -5,7 +5,7 @@ on: # but only for the main branch push: tags: - - 'v0.18.*' + - 'v0.19.*' jobs: release: diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index dc3d4e9..df4e235 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -6,6 +6,7 @@ on: push: tags: - 'v0.17.*' + - 'v0.18.*' jobs: release: diff --git a/CHANGELOG.md b/CHANGELOG.md index 02fdcb5..d47b750 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Quiqr App CHANGELOG +## **WORK IN PROGRESS** +- no changes + ## 0.18.11 (2024-12-05) - fix: remove warnings in Eisenhouwer field @@ -6,7 +9,7 @@ - fix: #452 make config.json source path agnostic - feature: copy collection item to lang - feature: new [Eisenhouwer Matrix form-field](https://book.quiqr.org/docs/20-quiqr-developer-reference/03-content-model/03-form-fields/data-field-types/eisenhouwer/) -- feature: site property to hide previewSite button +- feature: site property to [hide previewSite button](https://book.quiqr.org/docs/20-quiqr-developer-reference/03-content-model/02-model-file-structure/01-root-properties/02-serve/) - feature: allow quarto .qmd files as markdown files ### Stats @@ -34,26 +37,26 @@ - quiqr/model/includes/{singles,collections, menus}/file.yaml - new Single property: pullOuterRootKey: [key] #502 - this make files with outer arrays possible -- dogfood edit menu.yml #501 -- accordion items look bad in darkmode #504 -- scaffolding of singles (see experimental) -- scaffolding of collections (see experimental) +- feature: dogfood edit menu.yml #501 +- fix: accordion items look bad in darkmode #504 +- feature: scaffolding of singles (see experimental) +- feature: scaffolding of collections (see experimental) ## 0.18.6 (2024-04-25) - update readme ## 0.18.5 (2024-04-23) -- new preview SEO check function... -- too long accordion titles #287,312 -- accordion UX improvement #224 -- show disabled state of accordion items #496 -- replace 4 git sync buttons with 2 #495 -- after checkout hugo server should be restarted #462 -- after import sites are not reloaded #414 +- feature: new preview SEO check function... +- fix: too long accordion titles #287,312 +- fix: accordion UX improvement #224 +- feature: show disabled state of accordion items #496 +- fix: replace 4 git sync buttons with 2 #495 +- fix: after checkout hugo server should be restarted #462 +- fix: after import sites are not reloaded #414 ## 0.18.4 (2024-04-11) -- disable s3 for pre-release +- fix: disable s3 for pre-release ## 0.18.3 (2024-04-11) - fix yaml diff --git a/README.md b/README.md index 211ffdc..b5631fa 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,6 @@ Quiqr is a open source, cross platform, offline desktop CMS for Hugo with build in Git functionality for deploying static sites to any hosting server. Read all about it Quiqr at our [website](). - ## Feature block - CMS for Hugo