Skip to content

Commit 990a1e7

Browse files
🔖 release 0.11.0
1 parent 2632fe5 commit 990a1e7

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
# [v0.11.0](https://github.com/haliphax/xthulu/compare/v0.10.0...v0.11.0) (2025-11-21)
2+
3+
## ✨ New Features
4+
- [`8a4e0c5`](https://github.com/haliphax/xthulu/commit/8a4e0c5) gino -> sqlmodel migration
5+
- [`7bc02d1`](https://github.com/haliphax/xthulu/commit/7bc02d1) return success on lock.release
6+
- [`e970b0b`](https://github.com/haliphax/xthulu/commit/e970b0b) remember selected button in main menu
7+
- [`4ceb178`](https://github.com/haliphax/xthulu/commit/4ceb178) force utf-8 in top
8+
- [`ecc3cef`](https://github.com/haliphax/xthulu/commit/ecc3cef) add choice helper function, skip to main menu
9+
- [`4ffc66c`](https://github.com/haliphax/xthulu/commit/4ffc66c) add reset button to message filter modal
10+
- [`a821a38`](https://github.com/haliphax/xthulu/commit/a821a38) header for message view screen
11+
- [`0077aff`](https://github.com/haliphax/xthulu/commit/0077aff) show author in message list
12+
- [`da160cf`](https://github.com/haliphax/xthulu/commit/da160cf) log out of web interface
13+
- [`25617a9`](https://github.com/haliphax/xthulu/commit/25617a9) add swap_bold feature to artwork-related apps/functions
14+
- [`27249a9`](https://github.com/haliphax/xthulu/commit/27249a9) alt text for banner, spruce up main menu
15+
- [`cf71653`](https://github.com/haliphax/xthulu/commit/cf71653) adjustable banner padding
16+
- [`65f7f17`](https://github.com/haliphax/xthulu/commit/65f7f17) include proxied ip info in www logs
17+
18+
## 🐛 Bug Fixes
19+
- [`a27f916`](https://github.com/haliphax/xthulu/commit/a27f916) fix seed parameter in db scripts
20+
- [`380fed0`](https://github.com/haliphax/xthulu/commit/380fed0) fix overlapping esc handling in messages app
21+
- [`ad88fd6`](https://github.com/haliphax/xthulu/commit/ad88fd6) fix resize event for textual apps
22+
- [`ec6ee7f`](https://github.com/haliphax/xthulu/commit/ec6ee7f) start new event loop if no current loop
23+
- [`a8b23e8`](https://github.com/haliphax/xthulu/commit/a8b23e8) fix cli event loop stuff
24+
- [`748dd50`](https://github.com/haliphax/xthulu/commit/748dd50) start pubsub listener after chat app is ready
25+
- [`92d173b`](https://github.com/haliphax/xthulu/commit/92d173b) fix banner padding
26+
- [`c044b9e`](https://github.com/haliphax/xthulu/commit/c044b9e) add backend=auto to fail2ban conf
27+
28+
## 🔒 Security Issues
29+
- [`667214e`](https://github.com/haliphax/xthulu/commit/667214e) ️ remove h11 override
30+
- [`e88d8c1`](https://github.com/haliphax/xthulu/commit/e88d8c1) ️ add tmp override, bump npm override
31+
- [`cc9db5b`](https://github.com/haliphax/xthulu/commit/cc9db5b) ️ bump validator from 13.15.15 to 13.15.20
32+
- [`96edbb3`](https://github.com/haliphax/xthulu/commit/96edbb3) ️ bump js-yaml from 4.1.0 to 4.1.1
33+
- [`933f747`](https://github.com/haliphax/xthulu/commit/933f747) ️ mass requirements bump
34+
135
# [v0.10.0](https://github.com/haliphax/xthulu/compare/v0.9.0...v0.10.0) (2024-07-11)
236

337
## ✨ New Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "xthulu"
77
requires-python = ">=3.12"
8-
version = "0.10.0"
8+
version = "0.11.0"
99
dynamic = ["dependencies", "optional-dependencies"]
1010

1111
[tool.coverage.run]

0 commit comments

Comments
 (0)