Skip to content

feat: add -no-pagination flag to disable pagination#48

Merged
dubyte merged 1 commit into
mainfrom
feature/no-pagination
Apr 28, 2026
Merged

feat: add -no-pagination flag to disable pagination#48
dubyte merged 1 commit into
mainfrom
feature/no-pagination

Conversation

@dubyte

@dubyte dubyte commented Apr 28, 2026

Copy link
Copy Markdown
Owner

Add new flag to disable pagination and show all entries in a single feed. This is useful for small libraries or clients that work better with complete feeds.

Changes:

  • Add NoPagination field to OPDS struct
  • Skip pagination logic when flag is enabled
  • Suppress pagination navigation links in feed
  • Update README with documentation
  • Update CHANGELOG for v1.9.0

Add new flag to disable pagination and show all entries in a single feed.
This is useful for small libraries or clients that work better with complete feeds.

Changes:
- Add NoPagination field to OPDS struct
- Skip pagination logic when flag is enabled
- Suppress pagination navigation links in feed
- Update README with documentation
- Update CHANGELOG for v1.9.0
@dubyte dubyte merged commit 8160e34 into main Apr 28, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant