Skip to content

Commit

Permalink
release: v10.25.0 [skip ci]
Browse files Browse the repository at this point in the history
Signed-off-by: Conventional Release Action <[email protected]>
  • Loading branch information
virtual-designer committed Oct 5, 2024
1 parent a7fe699 commit 8023bc4
Show file tree
Hide file tree
Showing 3 changed files with 118 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/cra-metadata.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"lastReadCommit": "62c0bc95e523e55ae88b2b29192533a2eb638977"
"lastReadCommit": "a7fe69906405c9cd37024329d229cd02d376c26f"
}
123 changes: 116 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,65 @@
# Changelog

### 05-10-2024 - [[Ar Rakin](mailto:[email protected])]

* **feat:** `/setup` command (#241)


* **fix:** state corruption in guild setup service

**Signed-off-by:** Ar Rakin <[email protected]>

* merge: with branch main
* **chore:** update VERSIONS.md

**Signed-off-by:** Ar Rakin <[email protected]>
* **chore:** update VERSIONS.md

**Signed-off-by:** Ar Rakin <[email protected]>
* merge: with branch main
* **chore:** update VERSIONS.md

**Signed-off-by:** Ar Rakin <[email protected]>
* **feat:** guild setup service method for ai automod [3/3]

**Signed-off-by:** Ar Rakin <[email protected]>

* **chore(extensions):** build extensions [skip ci]

**Signed-off-by:** Ar Rakin <[email protected]>


### 04-10-2024 - [[Ar Rakin](mailto:[email protected])]

* **chore:** remove unneeded files

**Signed-off-by:** Ar Rakin <[email protected]>

* **chore:** remove unneeded files

**Signed-off-by:** Ar Rakin <[email protected]>

* **feat:** improved extension API

**Signed-off-by:** Ar Rakin <[email protected]>

* **chore:** remove unneeded files

**Signed-off-by:** Ar Rakin <[email protected]>

* **feat:** guild setup service logging component [2/2]

**Signed-off-by:** Ar Rakin <[email protected]>

* **chore(extensions):** build extensions [skip ci]

**Signed-off-by:** Ar Rakin <[email protected]>


### 03-10-2024 - [[Ar Rakin](mailto:[email protected])]

* merge: branch 'main' into dev
* merge: with branch main
* **fix:** echo command argument validation not working in interaction mode

* This issue is mainly due to the way the echo command handled incoming arguments,
Expand All @@ -19,12 +77,26 @@

**Signed-off-by:** Ar Rakin <[email protected]>

* merge: branch 'main' into dev
* extensions: add archiver extension (partial)

**Signed-off-by:** Ar Rakin <[email protected]>


### 03-10-2024 - [[Conventional Release Action](mailto:[email protected])]

* **release:** v10.17.4 [skip ci]

**Signed-off-by:** Conventional Release Action <[email protected]>


### 29-09-2024 - [[Ar Rakin](mailto:[email protected])]

* merge: with branch main
* **docs:** update

**Signed-off-by:** Ar Rakin <[email protected]>
* merge: with branch main
* **docs:** update

**Signed-off-by:** Ar Rakin <[email protected]>
Expand All @@ -35,6 +107,7 @@

### 28-09-2024 - [[Ar Rakin](mailto:[email protected])]

* merge: with branch main
* **docs:** update licensing page

**Signed-off-by:** Ar Rakin <[email protected]>
Expand All @@ -49,14 +122,17 @@

### 27-09-2024 - [[Ar Rakin](mailto:[email protected])]

* merge: with branch main
* **chore:** customize typedoc theme

**Signed-off-by:** GitHub <[email protected]>

* merge: with branch main
* **chore:** add typedoc theme and custom css

**Signed-off-by:** Ar Rakin <[email protected]>

* merge: with branch main
* **chore:** add typedoc

**Signed-off-by:** Ar Rakin <[email protected]>
Expand All @@ -73,6 +149,14 @@
**Signed-off-by:** Conventional Release Action <[email protected]>


### 26-09-2024 - [[Ar Rakin](mailto:[email protected])]

* merge: with branch main
* **chore(extensions):** build extensions [skip ci]

**Signed-off-by:** Ar Rakin <[email protected]>


### 26-09-2024 - [[Ar Rakin](mailto:[email protected])]

* **feat:** errors now show full stack trace on debug mode
Expand Down Expand Up @@ -104,13 +188,6 @@
**Signed-off-by:** Ar Rakin <[email protected]>


### 26-09-2024 - [[Ar Rakin](mailto:[email protected])]

* **chore(extensions):** build extensions [skip ci]

**Signed-off-by:** Ar Rakin <[email protected]>


### 25-09-2024 - [[Ar Rakin](mailto:[email protected])]

* **chore(extensions):** build extensions [skip ci]
Expand All @@ -120,6 +197,7 @@

### 24-09-2024 - [[Ar Rakin](mailto:[email protected])]

* merge: with branch main
* **deps:** bump date-fns from 3.6.0 to 4.1.0 (#232)


Expand All @@ -129,6 +207,7 @@
* **deps(dev):** bump esbuild from 0.23.1 to 0.24.0 in /blazebuild (#234)


* merge: with branch main
* **deps:** bump date-fns from 3.6.0 to 4.1.0 in /docs (#235)


Expand Down Expand Up @@ -164,6 +243,7 @@

### 23-09-2024 - [[Ar Rakin](mailto:[email protected])]

* merge: with branch main
* **fix(schemas):** ban action schema always requires a duration

**Signed-off-by:** Ar Rakin <[email protected]>
Expand Down Expand Up @@ -230,6 +310,19 @@

### 21-09-2024 - [[Ar Rakin](mailto:[email protected])]

* **fix(guildsetup):** back button not working as expected

**Signed-off-by:** Ar Rakin <[email protected]>

* **feat(guildsetup):** logging setup implemented [1/2]

**Signed-off-by:** Ar Rakin <[email protected]>

* **feat(commands):** add `setup` command

**Signed-off-by:** Ar Rakin <[email protected]>

* merge: with branch main
* **ci:** update update-dev.yml

**Signed-off-by:** Ar Rakin <[email protected]>
Expand All @@ -253,6 +346,22 @@

### 20-09-2024 - [[Ar Rakin](mailto:[email protected])]

* merge: branch 'main' into dev

**Signed-off-by:** Ar Rakin <[email protected]>

* **feat:** automatically message the user who added the application on join

**Signed-off-by:** Ar Rakin <[email protected]>

* merge: branch 'dev' of github.com:onesoft-sudo/sudobot into dev

**Signed-off-by:** Ar Rakin <[email protected]>

* **feat:** automatic setup service

**Signed-off-by:** Ar Rakin <[email protected]>

* **refactor:** rename `@framework/pagination` to `@framework/widgets`

**Signed-off-by:** Ar Rakin <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sudobot",
"version": "10.17.4",
"version": "10.25.0",
"description": "A Discord bot for moderation purposes.",
"author": {
"name": "Ar Rakin",
Expand Down

0 comments on commit 8023bc4

Please sign in to comment.