Skip to content

Tags: luevano/libmangal

Tags

v0.16.4

Toggle v0.16.4's commit message

Verified

This commit was signed with the committer’s verified signature.
luevano David Luevano Alvarado
refactor!: removed read options from download options

reading after downloading should be a separate thing handled by the client that uses libmangal

v0.16.3

Toggle v0.16.3's commit message

Verified

This commit was signed with the committer’s verified signature.
luevano David Luevano Alvarado
fix: remove empty description metadata check

v0.16.2

Toggle v0.16.2's commit message

Verified

This commit was signed with the committer’s verified signature.
luevano David Luevano Alvarado
fix: better checks for provider metadata

v0.16.1

Toggle v0.16.1's commit message

Verified

This commit was signed with the committer’s verified signature.
luevano David Luevano Alvarado
refactor!: tweak how Strict and SearchMetadata works

now strict means that if metadata is invalid, libmangal will exit with error and that search metadata will replace any metadata found even if the search result is nil (then only if strict is true, it will error out)

v0.16.0

Toggle v0.16.0's commit message

Verified

This commit was signed with the committer’s verified signature.
luevano David Luevano Alvarado
refactor!: logger params and change all messages to lowercase

v0.15.2

Toggle v0.15.2's commit message

Verified

This commit was signed with the committer’s verified signature.
luevano David Luevano Alvarado
chore: update series.json comic_image tag

this is not really necessary at the moment, but it's what the latest version of the schema defines

v0.15.1

Toggle v0.15.1's commit message

Verified

This commit was signed with the committer’s verified signature.
luevano David Luevano Alvarado
feat: make UserAgent and file/dir write modes configurable

v0.15.0

Toggle v0.15.0's commit message

Verified

This commit was signed with the committer’s verified signature.
luevano David Luevano Alvarado
feat!: provide more data for downloaded chapters

this is a bit of a breaking change due to the change of return type for the download chapter method

v0.14.2

Toggle v0.14.2's commit message

Verified

This commit was signed with the committer’s verified signature.
luevano David Luevano Alvarado
fix: downloading empty chapters (issue with the provided pages)

v0.14.1

Toggle v0.14.1's commit message

Verified

This commit was signed with the committer’s verified signature.
luevano David Luevano Alvarado
chore: go 1.22

removes workaround on for loops where the iteration variable memory address is the same through out the loop