update the logs
This commit is contained in:
parent
70a1d06ed4
commit
11d65b375d
44
CHANGELOG.md
44
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.
|
## 3.1.0 2023-05-11
|
||||||
|
|
||||||
## 2.3.0 (2022-04-17)
|
|
||||||
|
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
* add 'reset ship' button
|
* add version and changelog to the about section
|
||||||
* add changelog to app
|
* add heavy missiles
|
||||||
* add version to About component
|
|
||||||
|
|
||||||
## 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
|
### 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)
|
## 2.1.0 (2022-04-07)
|
||||||
|
|
||||||
@ -28,3 +47,10 @@ All notable changes to this project will be documented in this file. See [standa
|
|||||||
|
|
||||||
|
|
||||||
* add standard-version
|
* add standard-version
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
[homepage]: https://git.babyl.ca/yanick/aotds-docks
|
||||||
|
@ -4,10 +4,16 @@ project:
|
|||||||
with_stats: true
|
with_stats: true
|
||||||
ticket_url: null
|
ticket_url: null
|
||||||
releases:
|
releases:
|
||||||
- version: NEXT
|
- version: 3.1.0
|
||||||
changes:
|
changes:
|
||||||
- desc: add version and changelog to the about section
|
- desc: add version and changelog to the about section
|
||||||
type: feat
|
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
|
- version: 3.0.0
|
||||||
date: 2023-05-09
|
date: 2023-05-09
|
||||||
changes:
|
changes:
|
||||||
|
20
Taskfile.yml
20
Taskfile.yml
@ -34,9 +34,16 @@ tasks:
|
|||||||
cmds:
|
cmds:
|
||||||
- histoire build
|
- histoire build
|
||||||
|
|
||||||
build:
|
changelog:
|
||||||
|
sources: [CHANGELOG.yml]
|
||||||
|
generates: [CHANGELOG.md]
|
||||||
cmds:
|
cmds:
|
||||||
|
- changelord print --no-next > CHANGELOG.md
|
||||||
- changelord print --no-next > src/routes/\(about\)/about/changelog/changelog.svx
|
- changelord print --no-next > src/routes/\(about\)/about/changelog/changelog.svx
|
||||||
|
|
||||||
|
build:
|
||||||
|
deps: [changelog]
|
||||||
|
cmds:
|
||||||
- vite build
|
- vite build
|
||||||
|
|
||||||
integrate:
|
integrate:
|
||||||
@ -57,14 +64,3 @@ tasks:
|
|||||||
- rsync -av build/ 192.168.0.100:/home/docks
|
- rsync -av build/ 192.168.0.100:/home/docks
|
||||||
|
|
||||||
open: firefox https://docks.babyl.ca
|
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
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "aotds-docks",
|
"name": "aotds-docks",
|
||||||
"version": "2.3.0",
|
"version": "3.1.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"private": true,
|
"private": true,
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -1,5 +1,17 @@
|
|||||||
# Changelog for [AotDS: The Docks][homepage]
|
# 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
|
## 3.0.0 2023-05-09
|
||||||
|
Loading…
Reference in New Issue
Block a user