From e640d9eafb39ac059c02e59f3ab4485eb0ab641c Mon Sep 17 00:00:00 2001 From: OCram85 Date: Fri, 15 Sep 2023 09:17:46 +0200 Subject: [PATCH 1/4] update changelog --- CHANGELOG.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cc6550..184a62f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -70,7 +70,7 @@ * 🤖 DEPENDENCIES * Update quay.io/linuxserver.io/code-server Docker tag to v4.14.1 (#47) - + ## [v0.4.0](https://gitea.ocram85.com/CodeServer/arkanum/releases/tag/v0.4.0) - 2023-07-19 * 🐛 BUGFIXES @@ -81,3 +81,18 @@ * Adds Volta as default version manager for NodeJs (#53) * 🛠️ ENHANCEMENTS * Bump go version (#49) + +## [v1.0.0](https://gitea.ocram85.com/CodeServer/arkanum/releases/tag/v1.0.0) - 2023-09-15 + +* 🐛 BUGFIXES + * Fix git config arguments (#68) + * Fix NodeJs install bug (#67) + * Fix pwsh install when called as first command (#60) + * Fix missing volta command (#58) +* 🛠️ ENHANCEMENTS + * Extends arkanum command and option structure (#62) +* 📦 BUILD + * Add addiontal container image deployment targets (#63) +* 🤖 DEPENDENCIES + * Update quay.io/linuxserver.io/code-server Docker tag to v4.16.1 (#59) + * Update quay.io/linuxserver.io/code-server Docker tag to v4.15.0 (#57) -- 2.40.1 From 5cac8790439f8246d365e3058fc758261dbfb7d3 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Fri, 15 Sep 2023 09:24:20 +0200 Subject: [PATCH 2/4] update image links --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 90e4ace..498b81a 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,7 @@ -

- - -

-

Container @@ -151,7 +146,7 @@ And that's it. Now you're ready use arkanum as your daily remote code editor.

Screenshot1 -- 2.40.1 From 71af08df847af2333391c3efd977b450e8a7f511 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Fri, 15 Sep 2023 09:27:04 +0200 Subject: [PATCH 3/4] update image tags in examples --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 498b81a..62413e7 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Therefore you need version: "3.8" services: arkanum: - image: gitea.ocram85.com/codeserver/arkanum:0.4.0 + image: gitea.ocram85.com/codeserver/arkanum:1.0.0 environment: - PUID=1000 - PGID=1000 @@ -111,7 +111,7 @@ See their [docs](https://github.com/linuxserver/docker-code-server#parameters) a version: "3.8" services: arkanum: - image: gitea.ocram85.com/codeserver/arkanum:0.4.0 + image: gitea.ocram85.com/codeserver/arkanum:1.0.0 container_name: code-server environment: - PUID=1000 -- 2.40.1 From 8168ef37a839fca464964bd3f7cade026502d1f5 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Fri, 15 Sep 2023 09:28:36 +0200 Subject: [PATCH 4/4] update step 3 examples --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 62413e7..2c656c5 100644 --- a/README.md +++ b/README.md @@ -135,8 +135,7 @@ services: After summon Arkanum your first steps should be to set your username and email in the git config: ```bash -git config --global user.name "username" -git config --global user.email "email address" +arkanum git setup "my-name" "my-email" ``` And that's it. Now you're ready use arkanum as your daily remote code editor. 😄 -- 2.40.1