[1.1.0]
Update shiori to 1.7.1 Full Changelog 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) 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) 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) feat: new migration system by @fmartingr in https://github.com/go-shiori/shiori/pull/876 chore(deps): bump the all group across 1 directory with 4 updates by @dependabot in https://github.com/go-shiori/shiori/pull/895 refactor: allow specific sqlite engine for OpenBSD by @pacoesteban in https://github.com/go-shiori/shiori/pull/780 chore(deps): bump the all group across 1 directory with 4 updates by @dependabot in https://github.com/go-shiori/shiori/pull/900 chore(deps): bump the all group with 4 updates by @dependabot in https://github.com/go-shiori/shiori/pull/902 fix: not checking for nil-pointer errors on migrations by @fmartingr in https://github.com/go-shiori/shiori/pull/906 ci: unify local and ci docker workflows by @fmartingr in https://github.com/go-shiori/shiori/pull/907 fix: ensure tmp folder is present on docker container by @fmartingr in https://github.com/go-shiori/shiori/pull/910 deps: update golang dependencies by @fmartingr in https://github.com/go-shiori/shiori/pull/915 chore(deps): bump the all group with 3 updates by @dependabot in https://github.com/go-shiori/shiori/pull/908 chore(deps): bump the all group with 2 updates by @dependabot in https://github.com/go-shiori/shiori/pull/917 feat: Home button clear search query by @Monirzadeh in https://github.com/go-shiori/shiori/pull/916 chore(deps): bump codecov/codecov-action from 4.4.0 to 4.4.1 in the all group by @dependabot in https://github.com/go-shiori/shiori/pull/922 chore: check for avx2 processor feature when trying to run bun by @Monirzadeh in https://github.com/go-shiori/shiori/pull/920 ci: fix codecov action by @fmartingr in https://github.com/go-shiori/shiori/pull/928 fix: incorrect original link in archive page by @fmartingr in https://github.com/go-shiori/shiori/pull/931 fix : wrong response type for readable endpoint documentation by @Monirzadeh in https://github.com/go-shiori/shiori/pull/932 feat: allow selecting light/dark/follow themes in the webui by @Monirzadeh in https://github.com/go-shiori/shiori/pull/924 fix: add version to goreleaser archive filename by @fmartingr in https://github.com/go-shiori/shiori/pull/934 @pacoesteban made their first contribution in https://github.com/go-shiori/shiori/pull/780 b8a3578 feat: api endpoint to serve readable content (#885) 6254f77 fix(ci): prevent tagging docker image as latest on every push (#882) c77a542 fix(ci): renamed deprecated golangci property (#887) db313f5 fix: authentication flow should abort early (#888) 9bf3dae docs: add PikaPods managed hosting option (#881) 394d17b ci: create zip archives for windows builds (#884) d358b7f ci: replace deprecated --rm-dist with clean (#878) 48db805 fix: remove unfinished endpoints (#877) ceb392d fix: use relative path for all API calls (#872) 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 21c95ac docs: Add securityContext to provided Kubernetes manifest (#859) @piano1029 ce04b10 chore: updated github issue template (#672) by @fmartingr @piano1029 made their first contribution in https://github.com/go-shiori/shiori/pull/859 @Zlendy made their first contribution in https://github.com/go-shiori/shiori/pull/868 The serve command is considered deprecated and will be removed in a future release. Right now just proxies to a new server command that is the one that should be used from now on. The server command uses a new http backend. This should be transparent to users and all things should keep working as usual, but that meant refactoring some of the underlying systems too, so experiences may vary between deployments and operating systems. Please fill an issue if you see that something is not working as expected. The --webroot flag no longer modifies the routes internally, is up to the user to proxy the routes properly to Shiori without the prefix used to serve it. The shiori/gopher initial user is a full fledged user instead of being hardcoded into Shiori. If you want a new user you need to create a new owner user and then remove the shiori user. APIv1: Start working on new REST API. Refactor logic in domains. by @fmartingr in https://github.com/go-shiori/shiori/pull/497 Run legacy API and new API at the same time. by @fmartingr in https://github.com/go-shiori/shiori/pull/648 fix: docker buildx tags by @fmartingr in https://github.com/go-shiori/shiori/pull/650 Allow JWT authentication into legacy APIs by @fmartingr in https://github.com/go-shiori/shiori/pull/651 Show version in login page by @fmartingr in https://github.com/go-shiori/shiori/pull/652 fix: package-name in cleanup tag by @fmartingr in https://github.com/go-shiori/shiori/pull/655 fix: pr tag prune using other action by @fmartingr in https://github.com/go-shiori/shiori/pull/656 fix: title is never retrieved when adding bookmark by @fmartingr in https://github.com/go-shiori/shiori/pull/664 Show Shiori version on server command by @fmartingr in https://github.com/go-shiori/shiori/pull/669 chore: remove irc badge from README by @fmartingr in https://github.com/go-shiori/shiori/pull/674 fix: title overwritten if user has defined it by @fmartingr in https://github.com/go-shiori/shiori/pull/684 Proper SQLite default database and warn SHIORI_DBMS users by @fmartingr in https://github.com/go-shiori/shiori/pull/667 chore: remove verbose logger by @fmartingr in https://github.com/go-shiori/shiori/pull/685 Fix CI incorrectly tagging RC releases and disables docker builds on forks by @fmartingr in https://github.com/go-shiori/shiori/pull/686 preserve fragment in URLs (#315) by @arakimo in https://github.com/go-shiori/shiori/pull/687 Swagger improvements by @fmartingr in https://github.com/go-shiori/shiori/pull/666 fix: Ensure bookmark files are correctly downloaded before deleting current ones by @Monirzadeh in https://github.com/go-shiori/shiori/pull/683 fix(db): handle usage of special characters in searches by @fmartingr in https://github.com/go-shiori/shiori/pull/721 fix: properly parse mysql connection string, docs update by @rutkai in https://github.com/go-shiori/shiori/pull/730 deps: upgrade to Go 1.21 by @fmartingr in https://github.com/go-shiori/shiori/pull/698 deps: upgrade github.com/gofrs/uuid to v5 by @Monirzadeh in https://github.com/go-shiori/shiori/pull/736 feat: build css from less files locally by @fmartingr in https://github.com/go-shiori/shiori/pull/735 refactor: Migrate ePub generation to go-epub by @Monirzadeh in https://github.com/go-shiori/shiori/pull/679 chore(deps): bump the all group with 6 updates by @dependabot in https://github.com/go-shiori/shiori/pull/738 chore(deps): bump the all group with 1 update by @dependabot in https://github.com/go-shiori/shiori/pull/740 feat: use new JWT auth in all frontend API calls by @fmartingr in https://github.com/go-shiori/shiori/pull/743 chore(deps): bump the all group with 1 update by @dependabot in https://github.com/go-shiori/shiori/pull/746 fix: styles-check and swag-check monitor just needed directory not project root by @Monirzadeh in https://github.com/go-shiori/shiori/pull/747 feat: allow resize the dialogbox for bigger/hidpi screens by @Monirzadeh in https://github.com/go-shiori/shiori/pull/732 feat: allow per-user settings and store them in database by @Monirzadeh in https://github.com/go-shiori/shiori/pull/639 fix: Remove unneeded variable and unify the way send token in header by @Monirzadeh in https://github.com/go-shiori/shiori/pull/763 add create ebook by default in settings by @Monirzadeh in https://github.com/go-shiori/shiori/pull/761 fix: Actions in overlays on mobile hard to press by @cbe in https://github.com/go-shiori/shiori/pull/759 fix: Use webp as thumbnail by @Monirzadeh in https://github.com/go-shiori/shiori/pull/758 Update documentation for add links to shiori in android devices from share menu by @Monirzadeh in https://github.com/go-shiori/shiori/pull/757 Fix typos by @shirayu in https://github.com/go-shiori/shiori/pull/756 chore(deps): bump the all group with 1 update by @dependabot in https://github.com/go-shiori/shiori/pull/767 refactor: migrate ebook routes by @Monirzadeh in https://github.com/go-shiori/shiori/pull/742 Make suggestions tapable/clickable by @cbe in https://github.com/go-shiori/shiori/pull/765 chore: frontend formatting by @cbe in https://github.com/go-shiori/shiori/pull/764 ci: add codecov reporting by @fmartingr in https://github.com/go-shiori/shiori/pull/776 deps: update go dependencies by @fmartingr in https://github.com/go-shiori/shiori/pull/777 fix typo by @Monirzadeh in https://github.com/go-shiori/shiori/pull/778 docs: example deployment for kubernetes by @JPFrancoia in https://github.com/go-shiori/shiori/pull/754 Add Documentation>CLI>Add bookmark by @LLKoder in https://github.com/go-shiori/shiori/pull/794 fix: generate coverage profile by @fmartingr in https://github.com/go-shiori/shiori/pull/797 fix: use noreferer to prevent exposing shiori instance url to archived websites by @istiak101 in https://github.com/go-shiori/shiori/pull/802 deps: upgrade by @fmartingr in https://github.com/go-shiori/shiori/pull/804 refactor: migrate bookmark static pages to new http server by @fmartingr in https://github.com/go-shiori/shiori/pull/775 Fixed lint errors after refactor by @fmartingr in https://github.com/go-shiori/shiori/pull/806 docs: updated configuration page by @fmartingr in https://github.com/go-shiori/shiori/pull/808 fix: force usage of shiori prefix for environment variables in configuration by @fmartingr in https://github.com/go-shiori/shiori/pull/807 deps: updated docker image versions by @fmartingr in https://github.com/go-shiori/shiori/pull/809 chore(deps): bump the all group with 3 updates by @dependabot in https://github.com/go-shiori/shiori/pull/812 chore(deps): bump the all group with 3 updates by @dependabot in https://github.com/go-shiori/shiori/pull/815 chore(deps): bump the all group with 3 updates by @dependabot in https://github.com/go-shiori/shiori/pull/830 fix: fixes path issues on windows by @Monirzadeh in https://github.com/go-shiori/shiori/pull/829 fix: regressions and documentation from 1.5.5 upgrade by @fmartingr in https://github.com/go-shiori/shiori/pull/837 fix: update go-epub to latest version to avoid filename errors on windows by @fmartingr in https://github.com/go-shiori/shiori/pull/840 fix: point go-epub go correct repository by @fmartingr in https://github.com/go-shiori/shiori/pull/842 feat: allow authentication using proxy request header by @PterX in https://github.com/go-shiori/shiori/pull/836 @arakimo made their first contribution in https://github.com/go-shiori/shiori/pull/687 @rutkai made their first contribution in https://github.com/go-shiori/shiori/pull/730 @cbe made their first contribution in https://github.com/go-shiori/shiori/pull/759 @shirayu made their first contribution in https://github.com/go-shiori/shiori/pull/756 @JPFrancoia made their first contribution in https://github.com/go-shiori/shiori/pull/754 @LLKoder made their first contribution in https://github.com/go-shiori/shiori/pull/794 @istiak101 made their first contribution in https://github.com/go-shiori/shiori/pull/802 @PterX made their first contribution in https://github.com/go-shiori/shiori/pull/836Shiori
2
Topics
9
Posts
-
Shiori - Package Updates
Pinned -