Compare commits

..

3 Commits

Author SHA1 Message Date
Benedict Xavier
df8e925eec Update README with project reference and contribution info
Added a project reference and updated contributing section.
2025-12-29 00:32:33 +03:00
Benexl
9d9fa55b69 chore: bump version 2025-12-28 17:54:14 +03:00
Benedict Xavier
42f7e1d4e2 Merge pull request #174 from viu-media/minor-fixes 2025-12-28 17:51:57 +03:00
3 changed files with 5 additions and 2 deletions

View File

@@ -362,6 +362,9 @@ You can run the background worker as a systemd service for persistence.
systemctl --user daemon-reload
systemctl --user enable --now viu-worker.service
```
## Project using it
**[Inazuma](https://github.com/viu-media/Inazuma)** - official gui wrapper over viu built in kivymd
## Contributing

View File

@@ -1,6 +1,6 @@
[project]
name = "viu-media"
version = "3.3.4"
version = "3.3.5"
description = "A browser anime site experience from the terminal"
license = "UNLICENSE"
readme = "README.md"

2
uv.lock generated
View File

@@ -3743,7 +3743,7 @@ wheels = [
[[package]]
name = "viu-media"
version = "3.3.4"
version = "3.3.5"
source = { editable = "." }
dependencies = [
{ name = "click" },