Skip to content

Releases: riomoo/gopherbook

v2.1.1

01 Apr 06:53
825be55

Choose a tag to compare

  • fixed Fit width and height (with height being the automatic choice first)
  • added zoom and pan controls to the share comic page
  • Passwordless share links wouldn't work after restarting gopherbook
  • Now passwordless Share Links for encrypted comics just require
    the user that owns the comic to be logged in for passwordless
    share links to be viewed, this is a security feature as there's
    no other way to do this without permanently storing passwords in
    memory/bbolt in plain text for share links, which I would like to avoid.
  • Password Share Links for encrypted comics work with no issues.
    use this if you don't want to be logged in for the share link to work.
  • If your comic is not encrypted none of the above applies at all,
    just make your share links
  • Corrected build-labeled-container
  • better AVIF conversion for older hardware and single cores
  • fixed minor folder creation issue when creating a user

v2.0.0

21 Feb 23:44
8195b42

Choose a tag to compare

  • GBKPORT environment variable to change port number
  • Categories with generated collage art or custom cover
  • Share links with simple password for encrypted comics (never exposed comic password)
  • bbolt over json files (far too taxing to keep up with)
  • Easily delete comics you've uploaded (admins can still delete any comic)
  • Pagination (finally) comics are limited to 12 per page (can be increased in the index.html)
    --- Can show only Comics that start with a certain letter or numbers

(This breaks your current library, please move all of your CBZ/CBT files from your library to the watch folder again. You do not need the JSON files anymore.)

v1.3.001

16 Feb 13:51
11bbb20

Choose a tag to compare

  • favicon fixes
  • bigfavicon added for windows binary creation

v1.3.000

02 Feb 11:47
f0efc83

Choose a tag to compare

  • Mascot!!!
  • Better CSS
  • Enter key now works for login/register because it didn't before
  • not every place hosts LFS so I had to accommodate

Release v1.2.000

19 Jan 10:08
05a1723

Choose a tag to compare

  • Environment Variables
  • Windows and Linux Build Options

Release v1.1.000

06 Jan 08:41
44b2874

Choose a tag to compare

  • Watch Folder added per user
  • CBT file (with openssl encryption optional) support