mirror of
https://github.com/go-shiori/shiori.git
synced 2026-04-25 06:25:54 +03:00
[PR #679] [MERGED] refactor: Migrate ePub generation to go-epub #726
Labels
No labels
component:backend
component:builds
component:builds
component:extension
component:frontend
component:readability
database
database:mysql
database:postgres
database:sqlite
feature:ebooks
github_actions
good first issue
hacktoberfest
note:duplicate?
note:fixed?
note:out-of-scope?
os:windows
priority:high
priority:low
pull-request
resolution:as-intended
resolution:cant-reproduce
resolution:duplicate
resolution:fixed
resolution:wontfix
tag:TBD
tag:big-task
tag:help-wanted
tag:huge-data
tag:meta
tag:more-info
tag:next
tag:no-stale
tag:requires-migrations
tag:research
tag:security 🛡️
tag:stale
tag:waiting-for-assignee
type:bug
type:documentation
type:enhancement
type:meta
type:ux
user:cli
user:web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shiori#726
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/go-shiori/shiori/pull/679
Author: @Monirzadeh
Created: 7/27/2023
Status: ✅ Merged
Merged: 9/16/2023
Merged by: @fmartingr
Base:
master← Head:fix-apple-books📝 Commits (10+)
10a6275fix apple books cannot import generated book with shiori fix #638bb8c588generate random content uuid for ebook fix #678b61266ereplace rand.Seed() with new method for golang 1.20eb804bcupdate last master changes49e8ba8use go-epub to generate ebookb6f4e16add author and Description metadatad7bab48cleanup old codecc4fbefremove unneeded unittests17f0030add url of bookmark to the end of ebook73d6b72add title to ebook📊 Changes
4 files changed (+26 additions, -270 deletions)
View changed files
📝
go.mod(+3 -0)📝
go.sum(+4 -0)📝
internal/core/ebook.go(+19 -199)📝
internal/core/ebook_test.go(+0 -71)📄 Description
This pull request solves the problem in #638 and #678
Please before merge test that in real device. Based on your report and in my debug system, it should work fine.
we move to
go-epubin this pull request that result of thatfix #638
fix #678
fix #688
fix #635
TODO:
go-epubto requirement🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.