diff --git a/CHANGELOG.md b/CHANGELOG.md index 26f62a4..f40650a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,22 +1,41 @@ -# Changelog +# Changelog for [AotDS: The Docks][homepage] -All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. - -## 2.3.0 (2022-04-17) +## 3.1.0 2023-05-11 ### Features -* add 'reset ship' button -* add changelog to app -* add version to About component + * add version and changelog to the about section + * add heavy missiles -## 2.2.0 (2022-04-11) +### Statistics + + * code churn: 21 files changed, 458 insertions(+), 29 deletions(-) + + + +## 3.0.0 2023-05-09 + + * major rewrite. + + +## 2.3.0 2022-04-17 ### Features -* allow to edit the print layout + * add 'reset ship' button + * add changelog to app + * add version to About component + + +## 2.2.0 2022-04-11 + + +### Features + + * allow to edit the print layout + ## 2.1.0 (2022-04-07) @@ -27,4 +46,11 @@ All notable changes to this project will be documented in this file. See [standa * can move main system comps in the print output -* add standard-version +* add standard-version + + + + + + + [homepage]: https://git.babyl.ca/yanick/aotds-docks diff --git a/CHANGELOG.yml b/CHANGELOG.yml index 3f0a25d..e1ee642 100644 --- a/CHANGELOG.yml +++ b/CHANGELOG.yml @@ -4,10 +4,16 @@ project: with_stats: true ticket_url: null releases: - - version: NEXT + - version: 3.1.0 changes: - desc: add version and changelog to the about section type: feat + - desc: add heavy missiles + type: feat + - type: stats + desc: | + code churn: 21 files changed, 458 insertions(+), 29 deletions(-) + date: 2023-05-11 - version: 3.0.0 date: 2023-05-09 changes: diff --git a/Taskfile.yml b/Taskfile.yml index f06ac62..af8061d 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -34,9 +34,16 @@ tasks: cmds: - histoire build - build: + changelog: + sources: [CHANGELOG.yml] + generates: [CHANGELOG.md] cmds: + - changelord print --no-next > CHANGELOG.md - changelord print --no-next > src/routes/\(about\)/about/changelog/changelog.svx + + build: + deps: [changelog] + cmds: - vite build integrate: @@ -57,14 +64,3 @@ tasks: - rsync -av build/ 192.168.0.100:/home/docks open: firefox https://docks.babyl.ca - - release: - cmds: - - standard-version -a - - changelog: - sources: [CHANGELOG.md] - generates: [src/lib/components/Changelog.svelte] - cmds: - - pnpx showdown makehtml -i CHANGELOG.md -o src/lib/components/Changelog.svelte - - git add src/lib/components/Changelog.svelte diff --git a/package.json b/package.json index 0d4fa7a..d8b2037 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aotds-docks", - "version": "2.3.0", + "version": "3.1.0", "type": "module", "private": true, "repository": { diff --git a/src/routes/(about)/about/changelog/changelog.svx b/src/routes/(about)/about/changelog/changelog.svx index 57cf5b2..f40650a 100644 --- a/src/routes/(about)/about/changelog/changelog.svx +++ b/src/routes/(about)/about/changelog/changelog.svx @@ -1,5 +1,17 @@ # Changelog for [AotDS: The Docks][homepage] +## 3.1.0 2023-05-11 + + +### Features + + * add version and changelog to the about section + * add heavy missiles + +### Statistics + + * code churn: 21 files changed, 458 insertions(+), 29 deletions(-) + ## 3.0.0 2023-05-09