Skip to content

Releases: dubyte/dir2opds

v1.3.0

11 Dec 04:26
78af97c
Compare
Choose a tag to compare

dir2opds will print to stderr if book dir was not found and exit.

v1.2.0

18 Jun 05:48
e35e34e
Compare
Choose a tag to compare

allow to pass no-cache argument which will insert the headers Expires: 0 and Cache-Control with no-cache, no-store, must-revalidate

v1.1.0

14 Jun 07:14
Compare
Choose a tag to compare
  • filters .calnotes and .caltrash when -calibre argument is passed
  • filters dot files if -hide-dot-files argument is passed.

v1.0.6

12 Mar 22:28
fd30c64
Compare
Choose a tag to compare

This version fixes the vulnerability mentioned on: #17 by @masked-owl

What's Changed

  • fix: http trasversal vulnerability by @dubyte in #18

Full Changelog: v1.0.5...v1.0.6

v1.0.5

31 Jan 04:40
Compare
Choose a tag to compare

Change on go releaser

Update go releaser

31 Jan 04:24
26109f0
Compare
Choose a tag to compare

go releaser need some updates

Change deprecated functions

31 Jan 04:04
Compare
Choose a tag to compare

Minor update to change deprecated functions with its recommended substitutions

v1.0.2

16 Dec 13:27
Compare
Choose a tag to compare

Fixing goreleaser task by removing Win:arm64
because the build is not supported anymore.

v1.0.1

16 Dec 05:16
Compare
Choose a tag to compare

add pdf mime type

v1.0.0

01 May 03:46
Compare
Choose a tag to compare

Changed

  • logic that ignores favicon.ico was removed.

Added

  • when a request is received from a path that does not exist it logs and returns 404
  • Calibre program argument was added to hide some files like metadata.opf and cover.jpg

Fixed

  • A panic when a path does not exists, now it logs an error instead.

Full Changelog: v0.1.2...v1.0.0