Commit graph

36 commits

Author SHA1 Message Date
bronsen
98ebb69fa4 release: bump version to 0.5.0
All checks were successful
ci/woodpecker/push/workflow Pipeline was successful
ci/woodpecker/tag/workflow Pipeline was successful
2026-02-22 16:48:31 +01:00
bronsen
dd79123d7b Release version 0.4.9
Some checks failed
ci/woodpecker/push/workflow Pipeline failed
ci/woodpecker/tag/workflow Pipeline failed
2026-02-22 11:29:10 +01:00
bronsen
eeb3fe8720 Release version 0.4.8
Some checks failed
ci/woodpecker/push/workflow Pipeline failed
ci/woodpecker/tag/workflow Pipeline failed
2026-02-22 11:18:58 +01:00
bronsen
81202c8388 Release version 0.4.7
Some checks failed
ci/woodpecker/push/workflow Pipeline failed
ci/woodpecker/tag/workflow Pipeline failed
2026-02-22 11:16:07 +01:00
bronsen
60705c87d7 Release version 0.4.6
Some checks failed
ci/woodpecker/push/workflow Pipeline failed
ci/woodpecker/tag/workflow Pipeline failed
2026-02-22 11:06:09 +01:00
bronsen
5f26fbc18f Release version 0.4.5
All checks were successful
ci/woodpecker/push/workflow Pipeline was successful
ci/woodpecker/tag/workflow Pipeline was successful
2026-02-21 13:32:01 +01:00
bronsen
6476938f06 Release version 0.4.4
All checks were successful
ci/woodpecker/push/workflow Pipeline was successful
ci/woodpecker/tag/workflow Pipeline was successful
2026-02-21 08:54:45 +01:00
bronsen
005c5c4cb9 Release version 0.4.3
All checks were successful
ci/woodpecker/push/workflow Pipeline was successful
2026-02-21 01:35:14 +01:00
bronsen
e3e6d38896 Release version 0.4.2
All checks were successful
ci/woodpecker/push/workflow Pipeline was successful
ci/woodpecker/tag/workflow Pipeline was successful
2026-02-21 01:34:14 +01:00
bronsen
fcd5e71209 Release version 0.4.1
All checks were successful
ci/woodpecker/push/workflow Pipeline was successful
ci/woodpecker/tag/workflow Pipeline was successful
2026-02-21 01:29:53 +01:00
bronsen
736fd02b50 tests: create custom mark for test functions 2026-02-20 21:23:48 +01:00
bronsen
f3ba679891 project: move textual-dev to dev-dependencies 2026-02-19 23:07:15 +01:00
bronsen
514bf1295e project: remove unsupported python version from classifiers 2026-02-19 23:06:24 +01:00
bronsen
30b6fff552 project: announce we need at least python 3.14 2026-02-19 22:29:50 +01:00
bronsen
d2c91041b3 deps: add twine so we can upload wheels 2026-02-19 22:29:22 +01:00
bronsen
f41f8e28e5 release: bump version to 0.3.3
All checks were successful
ci/woodpecker/push/workflow Pipeline was successful
ci/woodpecker/tag/workflow Pipeline was successful
2026-02-19 20:49:09 +01:00
bronsen
33df13a034 release: bump patch version
All checks were successful
ci/woodpecker/push/workflow Pipeline was successful
ci/woodpecker/tag/workflow Pipeline was successful
we read config from environment now
2026-02-16 21:14:17 +01:00
bronsen
055a224367 correctly set the version, this time
All checks were successful
ci/woodpecker/tag/workflow Pipeline was successful
ci/woodpecker/push/workflow Pipeline was successful
2026-02-14 23:46:13 +01:00
bronsen
e45dcaa0fd [deps] add ipython to dev dependencies
so we have available in our virtual env
2026-02-07 02:53:11 +01:00
bronsen
f52ac0e69f [deps] add natsort so we can sort in a more natural way 2025-12-26 18:15:06 +01:00
bronsen
de9a8497d8 [deps] drop tortoise in favour of sqlmodel 2025-12-20 04:31:21 +01:00
bronsen
5a190fe590 avoid circular imports 2025-12-10 02:18:33 +01:00
bronsen
b71844ae5f [project] determine version by hand (in pyproject.toml) 2025-12-10 00:07:06 +01:00
bronsen
dd98759a04 [ci] can we get uv involved this way?
Some checks failed
ci/woodpecker/push/workflow/2 Pipeline failed
ci/woodpecker/push/workflow/1 Pipeline failed
2025-12-09 23:50:27 +01:00
bronsen
e5edc0b0b3 configure ruff 2025-12-09 21:36:44 +01:00
bronsen
a9bf9d0628 configure coverage testing and reports 2025-12-09 21:35:48 +01:00
bronsen
df845c41f3 Revert "[deps] move ruff into special group because we can't build it on CI"
All checks were successful
ci/woodpecker/push/workflow/2 Pipeline was successful
ci/woodpecker/push/workflow/1 Pipeline was successful
This reverts commit 46b2a90869.
2025-12-05 18:40:23 +01:00
bronsen
46b2a90869 [deps] move ruff into special group because we can't build it on CI
Some checks failed
ci/woodpecker/push/workflow/2 Pipeline failed
ci/woodpecker/push/workflow/1 Pipeline failed
2025-12-05 18:18:38 +01:00
bronsen
b4b5cdcc10 chore(dependencies): upgrade dependencies and export them
Some checks failed
ci/woodpecker/push/workflow/2 Pipeline failed
ci/woodpecker/push/workflow/1 Pipeline failed
2025-12-05 17:59:12 +01:00
bronsen
0a02176b6c docs(project): 📝 Add even more trove classifiers 2025-12-05 16:55:06 +01:00
bronsen
f3ba7f73c2 chore(project): add tortoise-orm and some of its recommendations 2025-12-04 23:18:54 +01:00
bronsen
732f8d5a61 chore(project): 🎨 Format pyproject.toml according how the LSP likes it. 2025-12-04 20:22:50 +01:00
bronsen
ebb94963fc test(ui): Add snapshot test for our first very simple Screen
These snapshots will need to be refreshed when we made changes and are
happy with the changed or new layout.

uv run pytest --snapshot-update tests.py
2025-12-04 20:17:56 +01:00
bronsen
00e7272277 chore(project): 📝 Add README file 2025-12-03 18:28:30 +01:00
bronsen
28cde5f516 chore(build): Retrieve version information from git tags
But I still have to figure out, how to remove the git hashes and such
from the generated version.
2025-12-03 14:23:06 +01:00
bronsen
9f4da60bb2 chore: add lots of metadata to pyproject.toml
Even though the remote repository does not exist yet.
2025-12-03 13:25:51 +01:00