Releases: go-shiori/shiori
v1.7.2
Changelog
Features
- 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
v1.7.2-rc.1
Changelog
Features
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
v1.7.1
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
v1.7.0
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.
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
- @pacoesteban made their first contribution in #780
Full Changelog: v1.6.3...v1.7.0
v1.7.0-rc.3
v1.7.0-rc.2
v1.7.0-rc.1
v1.6.3
v1.6.2
v1.6.1
Changelog
Fixes
- 47e7259 fix(ci): use correct tag names on version bump (#864) by @fmartingr
- 9c7483f fix: override configuration from flags only if set (#865) by @fmartingr
- 5a16690 fix: use correct endpoint in rename tags operation (#868) by @Zlendy
Documentation
- 21c95ac docs: Add securityContext to provided Kubernetes manifest (#859) @piano1029
Others
- ce04b10 chore: updated github issue template (#672) by @fmartingr
New Contributors
- @piano1029 made their first contribution in #859
- @Zlendy made their first contribution in #868
Full Changelog: v1.6.0...v1.6.1