All Versions
13
Latest Version
Avg Release Cycle
231 days
Latest Release
265 days ago

Changelog History
Page 1

  • v1.8.0 Changes

    September 26, 2025

    ๐Ÿ”„ Changelog

    ๐Ÿ”‹ Features

    • ๐Ÿ”จ cdc13ed feat(apiv1): refactor tags api (#1075)
    • ๐Ÿ‘ 07819b5 feat: add PWA support share functionality (#1060)
    • d419818 feat: add apis to handle bookmark tags (#1081)
    • 21165aa feat: allow tag filtering and count retrieval via api v1 (#1079)
    • ๐ŸŽ c58c355 feat: improve SQLite performance (#1024)
    • ๐Ÿ”ง 1f30946 feat: reverts message in json output and allows configuration (#1082)
    • ๐Ÿ‘ 9f6a4c3 feat: support proxy forward headers authentication (#1105)

    ๐Ÿ›  Fixes

    • 514df1e fix: auth validation on existing sessions, rely on token only (#1069)
    • b9db270 fix: incorrectly set cookie's expires value in login.js (#1049)
    • ๐Ÿ“œ 3091d84 fix: parse pocket new CSV format (#1112)
    • f6279ec fix: pwa display on phones with pills (#1070)
    • ๐Ÿ‘• ca949c5 fix: resolve linting errors and e2e test failures

    ๐Ÿ“š Documentation

    • ๐Ÿ“„ b58e76e docs: add cloudbreak.app under managed hosting (#1123)
    • ๐Ÿ“„ c9ed8ee docs: add mariadb in readme (#1052)
    • ๐Ÿ”ง 24e06a5 docs: fix issue with reverse proxy webroot configuration (#1121)
    • ๐Ÿ“„ fb1eaf3 docs: fix screenshot links in docs (#1114)
    • ๐Ÿš€ cac1ba8 docs: improve kubernetes deployment docs (#1065)

    โœ… Tests

    • ๐Ÿš€ a9a45cc test: test all supported engines on their oldest supported releases (#1050)

    CI and Delivery

    • ๐Ÿš€ d5a4f23 ci: add DockerHub publishing for versioned releases (#1148)
    • da56f82 ci: fix secrets access
    • 98564fa ci: never close stale issues/rps

    Others

  • v1.8.0-rc.1 Changes

    July 30, 2025

    ๐Ÿ”„ Changelog

    ๐Ÿ”‹ Features

    • ๐Ÿ”จ cdc13ed feat(apiv1): refactor tags api (#1075)
    • ๐Ÿ‘ 07819b5 feat: add PWA support share functionality (#1060)
    • d419818 feat: add apis to handle bookmark tags (#1081)
    • 21165aa feat: allow tag filtering and count retrieval via api v1 (#1079)
    • ๐ŸŽ c58c355 feat: improve SQLite performance (#1024)
    • ๐Ÿ”ง 1f30946 feat: reverts message in json output and allows configuration (#1082)
    • ๐Ÿ‘ 9f6a4c3 feat: support proxy forward headers authentication (#1105)

    ๐Ÿ›  Fixes

    • 514df1e fix: auth validation on existing sessions, rely on token only (#1069)
    • b9db270 fix: incorrectly set cookie's expires value in login.js (#1049)
    • ๐Ÿ“œ 3091d84 fix: parse pocket new CSV format (#1112)
    • f6279ec fix: pwa display on phones with pills (#1070)
    • ๐Ÿ‘• ca949c5 fix: resolve linting errors and e2e test failures

    ๐Ÿ“š Documentation

    • ๐Ÿ“„ b58e76e docs: add cloudbreak.app under managed hosting (#1123)
    • ๐Ÿ“„ c9ed8ee docs: add mariadb in readme (#1052)
    • ๐Ÿ”ง 24e06a5 docs: fix issue with reverse proxy webroot configuration (#1121)
    • ๐Ÿ“„ fb1eaf3 docs: fix screenshot links in docs (#1114)
    • ๐Ÿš€ cac1ba8 docs: improve kubernetes deployment docs (#1065)

    โœ… Tests

    • ๐Ÿš€ a9a45cc test: test all supported engines on their oldest supported releases (#1050)

    CI and Delivery

    • 98564fa ci: never close stale issues/rps

    Others

  • v1.7.4 Changes

    January 03, 2025

    ๐Ÿ”„ Changelog

    ๐Ÿ›  Fixes

    • 8aacdda fix: incorrectly set cookie's expires value in login.js (#1049)
  • v1.7.3 Changes

    January 01, 2025

    ๐Ÿ”„ Changelog

    ๐Ÿ”‹ Features

    • ๐Ÿ›  45bd4d6 feat: fixes to webroot feature and improvements to development using it (#1046)

    ๐Ÿ›  Fixes

    • ๐Ÿ”จ e1e5828 fix: login redirect not working properly after component refactor (#1044)
    • 0๏ธโƒฃ d75de89 fix: use mysql json default as expression (#1048)
    • f23c982 fix: webroot not working in archive view (#1043)

    ๐Ÿ“š Documentation

    • ๐Ÿ“„ 8be5775 docs(kubernetes): add tmp volume (#1040)

    CI and Delivery

    • โœ… 306487a ci: fix alpine latest not being built (#1035)
  • v1.7.2 Changes

    December 22, 2024

    ๐Ÿ”„ Changelog

    ๐Ÿ”‹ Features

    • 0๏ธโƒฃ 87bc7a8 feat: allow disabling swagger ui and disable it by default (#1026)
    • c2821ff feat: allow import of newer pocket data export files in csv format (#1023)

    ๐Ÿ›  Fixes

    • ๐Ÿ“š 617f5dd fix: documentation update breaking urls in test and readme (#1020)
    • ๐ŸŒฒ 6ccd64f fix: login component behavior when logging out and refreshing the page (#1022)
    • 4aa0f51 fix: postgresql migration not working with other languages (#1013)

    ๐Ÿ“š Documentation

    • ๐Ÿ“„ 660d425 docs: add Mac LaunchAgent instructions (#1002)
    • ๐Ÿ“„ bb7bfcc docs: mkdocs and github pages support (#1018)

    โœ… Tests

    CI and Delivery

    • 6b6d5f3 ci: create alpine images to allow running commands inside the container (#992)
    • ๐Ÿ— a7f2ab6 ci: fix buildx step for dependabots prs
    • ๐Ÿš€ afe49d6 ci: fixed goreleaser latest version binary name breaking buildx (#1019)
    • ๐Ÿ— 52154f4 ci: ignore build steps for dependabot (#1033)

    Others

    • ๐Ÿ”จ fb51755 refactor: move login.html into a login component (#1017)
    • โœ… 4a58ef0 tests: added tests to the account domain (#993)
  • v1.7.2-rc.1 Changes

    December 11, 2024

    ๐Ÿ”„ Changelog

    ๐Ÿ”‹ Features

    • 0๏ธโƒฃ 87bc7a8 feat: allow disabling swagger ui and disable it by default (#1026)

    ๐Ÿ›  Fixes

    • ๐Ÿ“š 617f5dd fix: documentation update breaking urls in test and readme (#1020)
    • ๐ŸŒฒ 6ccd64f fix: login component behavior when logging out and refreshing the page (#1022)
    • 4aa0f51 fix: postgresql migration not working with other languages (#1013)

    ๐Ÿ“š Documentation

    • ๐Ÿ“„ 660d425 docs: add Mac LaunchAgent instructions (#1002)
    • ๐Ÿ“„ bb7bfcc docs: mkdocs and github pages support (#1018)

    โœ… Tests

    CI and Delivery

    • 6b6d5f3 ci: create alpine images to allow running commands inside the container (#992)
    • ๐Ÿš€ afe49d6 ci: fixed goreleaser latest version binary name breaking buildx (#1019)

    Others

    • ๐Ÿ”จ fb51755 refactor: move login.html into a login component (#1017)
    • โœ… 4a58ef0 tests: added tests to the account domain (#993)
  • v1.7.1 Changes

    October 05, 2024

    ๐Ÿ”„ Changelog

    ๐Ÿ”‹ Features

    • 72aecd2 feat: new system info panel in webui settings (#926)
    • 4a5564d feat: store created and modified time separately on database for bookmarks (#896)
    • a3d4a68 feat: use bookmark thumbnail as ebook cover (#943)

    ๐Ÿ›  Fixes

    • ๐Ÿš€ 9aa8332 fix(ci): ignore nightly tags when comparing stable releases (#935)
    • 9492075 fix: --storage-directory flag not being honored in the CLI (#981)
    • ๐Ÿ— e34cd36 fix: add freebsd flag to nonCGO build (#947) (#948)
    • 06efb08 fix: always show bookmark menu on tablets (#944)
    • ๐Ÿ’… 9a113af fix: better style for quotes in readable mode (#951)
    • 027c56d fix: bookmarks full width while in list mode (#979)
    • 0128107 fix: force a change in thumbnail cache using the modified_at field (#858)
    • ๐Ÿšš bc8c06a fix: remove ui gap on empty bookmark results (#945)
    • 2bcb890 fix: temporary files not being correctly deleted (#969)
    • a4304bc fix: wrong eventBus.js path and non-existant method call (#971)

    Others

    • 836b950 chore: bump compose go version to match go.mod (#987)
    • d7a91f7 chore: change public and archive wording to make usage more clear (#958)
    • โš  40ae4cd chore: change warning message for bun on cpus without avx2 (#954)
  • v1.7.0 Changes

    June 08, 2024

    Always remember to backup your data before updating.

    Notable changes

    System Theme (@Monirzadeh) #924

    ๐Ÿ”ง Shiori now allows you to change the theme to light/dark or follow the system configuration.

    ๐Ÿ‘€ Screenshot 2024-06-03 at 13 19 39

    ๐Ÿ†• New migrations backend (@fmartingr) #876

    The underlying migrations system has been rewritten to custom code removing the go-migrate dependency.

    โšก๏ธ This not only removes one more dependency but also allows for more control over the migrations process by letting us add run code in a migration, for example, to update the database schema.

    This should be transparent for all users but if you find any problems please report it

    ๐Ÿ‘ OpenBSD support (@pacoesteban) #780

    ๐Ÿ‘ท This has been in the works for several months since we broke it around 1.5 but thanks to the above migration changes and some custom database engine backend for OpenBSD, we are now able to support OpenBSD again. We added a CI step to get early warnings if we introduce something that breaks support.

    What's Changed

    • feat: new migration system by @fmartingr in #876
    • โšก๏ธ chore(deps): bump the all group across 1 directory with 4 updates by @dependabot in #895
    • ๐Ÿ”จ refactor: allow specific sqlite engine for OpenBSD by @pacoesteban in #780
    • โšก๏ธ chore(deps): bump the all group across 1 directory with 4 updates by @dependabot in #900
    • โšก๏ธ chore(deps): bump the all group with 4 updates by @dependabot in #902
    • ๐Ÿ›  fix: not checking for nil-pointer errors on migrations by @fmartingr in #906
    • ๐Ÿณ ci: unify local and ci docker workflows by @fmartingr in #907
    • ๐Ÿ›  fix: ensure tmp folder is present on docker container by @fmartingr in #910
    • โšก๏ธ deps: update golang dependencies by @fmartingr in #915
    • โšก๏ธ chore(deps): bump the all group with 3 updates by @dependabot in #908
    • โšก๏ธ chore(deps): bump the all group with 2 updates by @dependabot in #917
    • feat: Home button clear search query by @Monirzadeh in #916
    • chore(deps): bump codecov/codecov-action from 4.4.0 to 4.4.1 in the all group by @dependabot in #922
    • chore: check for avx2 processor feature when trying to run bun by @Monirzadeh in #920
    • ci: fix codecov action by @fmartingr in #928
    • ๐Ÿ›  fix: incorrect original link in archive page by @fmartingr in #931
    • ๐Ÿ›  fix : wrong response type for readable endpoint documentation by @Monirzadeh in #932
    • feat: allow selecting light/dark/follow themes in the webui by @Monirzadeh in #924
    • ๐Ÿ›  fix: add version to goreleaser archive filename by @fmartingr in #934

    ๐Ÿ†• New Contributors

    Full Changelog : v1.6.3...v1.7.0

  • v1.7.0-rc.3 Changes

    June 06, 2024

    ๐Ÿ”„ Changelog

    ๐Ÿ”‹ Features

    • 2a231ec feat: allow selecting light/dark/follow themes in the webui (#924)

    ๐Ÿ›  Fixes

    • a1d7579 fix: incorrect original link in archive page (#931)
    • 47a0143 fix: swagger document response type (#932)

    CI and Delivery

  • v1.7.0-rc.2 Changes

    May 29, 2024

    ๐Ÿ”„ Changelog

    ๐Ÿ”‹ Features

    Others

    • 75395c6 chore: check for avx2 processor feature when trying to run bun (#920)