You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Finally Kumiko is nearly feature complete for v1. This release includes the new `pins` module, which is pretty much a tags feature. This release also includes the new Economy V4, which is the core and flagship feature of Kumiko. Ranks, jobs, and the marketplace now fully work, and more features are planned soon. On top of these, this release also fixes some bugs with the prefix and events log modules. Note that the economy feature is stable, but does have bugs and issues that folks may encounter. If there are any, please report them in the [issues](https://github.com/No767/Kumiko/issues) page on GitHub.
3
+
This release just updates the `prod.txt` requirements file for installing deps.
4
4
5
-
For the full list of changes, please see them here: [`v0.9.2...v0.10.0`](https://github.com/No767/Kumiko/compare/v0.9.2...v0.10.0)
5
+
For the full list of changes, please see them here: [`v0.10.0...v0.10.1`](https://github.com/No767/Kumiko/compare/v0.10.0...v0.10.1)
6
6
7
7
## :boom: Breaking Changes :boom:
8
8
9
9
- There are none :smile:
10
-
-
10
+
11
11
## ✨ TD;LR
12
12
13
-
- Pins module (pretty much works like most tags features)
14
-
- Economy V4 (this includes the `economy`, `jobs`, and `marketplace` cogs). This feature has been the core of Kumiko, and was one of the very first features that I worked on. Now it is stable, although there are a lot of bugs and issues to fix.
13
+
- None
15
14
16
15
## 🛠️ Changes
17
16
18
-
- Fixed bugs with the `prefix` and `events-log` cog
19
-
- Proper server config (both on PostgreSQL and Redis). The config is always cached on Redis first, and if doesn't exist, pulls from the database and reconstructs the cache entirely.
20
-
- Clarify running migrations with the docs
21
-
- Optimized Dockerfile (cut down on image size and removed unneeded things)
22
-
- Update AIOHTTP to v3.8.5 (fixes [CVE-2023-37276](https://nvd.nist.gov/vuln/detail/CVE-2023-37276)) (Backported from v0.9.2)
23
-
- Implement file based logging support
24
-
- Upgrade Redis-Stack to 7.2.0-RC3
25
-
- Use `JSON.MERGE` instead of `JSON.SET` when replacing items in the JSON document (with Redis)
17
+
- Update `prod.txt` to match the latest prod requirements
26
18
27
19
## ✨ Additions
28
20
29
-
- NSFW module (These can only be used in NSFW channels)
30
-
- Pins module
31
-
- Economy V4 (includes `economy`, `jobs`, and `marketplace` cogs).
32
-
-`is_economy_enabled` check
33
-
- Proper configuration for `eventslog` feature
34
-
- Proper SIGTERM support. Now the bot doesn't exit with an exit code 137, but now a 0.
35
-
- Implement permission check shortcuts (`is_manager`, `is_admin`, `is_mod`). Taken from RDanny because I have no time.
36
-
- Add tasks to update pay and restock items. Done per hour
37
-
- Add local `eco_user` table
38
-
- Add SSL support (only up to `requires`, not the full `verify`). This is really needed because of data security
21
+
- None
39
22
40
23
## ➖ Removals
41
-
- Old "community docs"
42
-
-Old scripts
24
+
25
+
-None
43
26
44
27
# ⬆️ Dependabot Updates
45
28
46
-
-\[pip](deps)\: Bump asyncpraw from 7.7.0 to 7.7.1 (#378) (@dependabot)
47
-
-\[pip](deps-dev)\: Bump pyright from 1.1.316 to 1.1.317 (#379) (@dependabot)
48
-
-\[pip](deps-dev)\: Bump ruff from 0.0.277 to 0.0.278 (#381) (@dependabot)
49
-
-\[pip](deps-dev)\: Bump pytest-asyncio from 0.21.0 to 0.21.1 (#380) (@dependabot)
50
-
-\[Actions](deps)\: Bump actions/setup-python from 4.6.1 to 4.7.0 (#382) (@dependabot)
51
-
-\[pip](deps-dev)\: Bump pyright from 1.1.317 to 1.1.318 (#387) (@dependabot)
52
-
-\[pip](deps-dev)\: Bump pyinstrument from 4.5.0 to 4.5.1 (#388) (@dependabot)
53
-
-\[pip](deps-dev)\: Bump ruff from 0.0.278 to 0.0.280 (#389) (@dependabot)
0 commit comments