Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Mangaplus Downloader

![Version](https://img.shields.io/badge/version-v2.1.0-brightgreen.svg)
![Version](https://img.shields.io/badge/version-v2.1.1-brightgreen.svg)
![Python](https://img.shields.io/badge/python-v3.14+-blue.svg)
![Coverage](https://img.shields.io/badge/coverage-100%25-brightgreen.svg)
![License](https://img.shields.io/badge/license-GPLv3-blue.svg)
Expand Down Expand Up @@ -354,11 +354,13 @@ mloader --verify-capture-schema ./capture --verify-capture-baseline ./tests/fixt

`docker/Dockerfile` installs `mloader` from the local repository files.

Release images are published to GitHub Container Registry:
Release images are published to GitHub Container Registry at
[`ghcr.io/l0westbob/mloader`](https://github.com/l0westbob/mloader/pkgs/container/mloader).
The `latest` tag points at the newest image published from `main`.

```bash
docker pull ghcr.io/l0westbob/mloader:latest
docker pull ghcr.io/l0westbob/mloader:2.1.0
docker pull ghcr.io/l0westbob/mloader:2.1.1
```

The image workflow publishes on `main`, `v*` tags, and manual dispatch. If GHCR creates
Expand All @@ -367,7 +369,7 @@ the package as private after the first push, make it public once in the package
To use the published image in Compose, replace the local `build:` block with:

```yaml
image: ghcr.io/l0westbob/mloader:2.1.0
image: ghcr.io/l0westbob/mloader:2.1.1
```

The default `compose.yaml` now runs a long-lived cron daemon inside the container and executes `mloader` weekly.
Expand Down
2 changes: 1 addition & 1 deletion mloader/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
__title__ = "mloader"
__description__ = "Command-line tool to download manga from mangaplus"
__url__ = "https://github.com/hurlenko/mloader"
__version__ = "2.1.0"
__version__ = "2.1.1"
__license__ = "GPLv3"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "mloader-ng"
version = "2.1.0"
version = "2.1.1"
description = "Command-line tool to download manga from mangaplus"
readme = "README.md"
requires-python = ">=3.14"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.