[PR #837] [MERGED] fix: regressions and documentation from 1.5.5 upgrade #814

Closed
opened 2026-02-25 23:35:33 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-shiori/shiori/pull/837
Author: @fmartingr
Created: 2/6/2024
Status: Merged
Merged: 2/8/2024
Merged by: @fmartingr

Base: masterHead: fix/1.5.5-upgrade


📝 Commits (8)

  • c7010d8 add missing flag to deprecated serve command
  • d02b05f docs references to initial account
  • 5bec315 modify shiori serve references
  • b550d57 update dependencies
  • ec113ff remove serve from shiori -h docs output
  • 9fcc2cf remove migrated routes
  • d679c84 fix faq heading levels
  • 769fdfc downgrade go-epub to 1.2.0

📊 Changes

8 files changed (+106 additions, -112 deletions)

View changed files

📝 Procfile (+1 -1)
📝 docs/Frequently-Asked-Question.md (+30 -31)
📝 docs/Usage.md (+10 -14)
📝 go.mod (+18 -17)
📝 go.sum (+40 -39)
📝 internal/cmd/serve.go (+1 -0)
📝 internal/config/config.go (+6 -2)
📝 internal/http/routes/legacy.go (+0 -8)

📄 Description

  • Add required flags for the serve command to behave properly after upgrading to 1.6.0.
  • Updated initial account references in the docs, since now it's a real account it wont be removed automatically.
  • Removed shiori serve references from the docs.
  • Removed commented out migrated routes from the legacy http router
  • Upgraded go dependencies

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-shiori/shiori/pull/837 **Author:** [@fmartingr](https://github.com/fmartingr) **Created:** 2/6/2024 **Status:** ✅ Merged **Merged:** 2/8/2024 **Merged by:** [@fmartingr](https://github.com/fmartingr) **Base:** `master` ← **Head:** `fix/1.5.5-upgrade` --- ### 📝 Commits (8) - [`c7010d8`](https://github.com/go-shiori/shiori/commit/c7010d8d5ea72c0c9119b75fac495c97644dd998) add missing flag to deprecated serve command - [`d02b05f`](https://github.com/go-shiori/shiori/commit/d02b05f28a19ae74480417c293980171862fb79a) docs references to initial account - [`5bec315`](https://github.com/go-shiori/shiori/commit/5bec3157390171644c5e7ad10e6f085a99531c08) modify shiori serve references - [`b550d57`](https://github.com/go-shiori/shiori/commit/b550d57b6a10843dd00790784f9e0a2cfa27c239) update dependencies - [`ec113ff`](https://github.com/go-shiori/shiori/commit/ec113ff92264682ca1e531b838ea0b0d9184f705) remove serve from shiori -h docs output - [`9fcc2cf`](https://github.com/go-shiori/shiori/commit/9fcc2cfa9a1af55ba94ffe121835d4948cf1554f) remove migrated routes - [`d679c84`](https://github.com/go-shiori/shiori/commit/d679c844991595ca440d7acb178941e1a9d00b54) fix faq heading levels - [`769fdfc`](https://github.com/go-shiori/shiori/commit/769fdfce0f7b8d5f79e3eb1b5b7725c7b944b969) downgrade go-epub to 1.2.0 ### 📊 Changes **8 files changed** (+106 additions, -112 deletions) <details> <summary>View changed files</summary> 📝 `Procfile` (+1 -1) 📝 `docs/Frequently-Asked-Question.md` (+30 -31) 📝 `docs/Usage.md` (+10 -14) 📝 `go.mod` (+18 -17) 📝 `go.sum` (+40 -39) 📝 `internal/cmd/serve.go` (+1 -0) 📝 `internal/config/config.go` (+6 -2) 📝 `internal/http/routes/legacy.go` (+0 -8) </details> ### 📄 Description - Add required flags for the `serve` command to behave properly after upgrading to `1.6.0`. - Updated initial account references in the docs, since now it's a real account it wont be removed automatically. - Removed `shiori serve` references from the docs. - Removed commented out migrated routes from the legacy http router - Upgraded go dependencies - Left go-epub at 1.2.0 due to a filename error on windows: https://github.com/go-shiori/go-epub/issues/26 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:35:33 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shiori#814
No description provided.