Shiori - Package Updates
-
[0.1.0]
- Initial version
-
[0.2.0]
- Fix manifest
-
[1.0.0]
- Initial stable version
-
[1.1.0]
- Update shiori to 1.7.1
- Full Changelog
72aecd2feat: new system info panel in webui settings (#926)4a5564dfeat: store created and modified time separately on database for bookmarks (#896)a3d4a68feat: use bookmark thumbnail as ebook cover (#943)9aa8332fix(ci): ignore nightly tags when comparing stable releases (#935)9492075fix: --storage-directory flag not being honored in the CLI (#981)e34cd36fix: addfreebsdflag to nonCGO build (#947) (#948)06efb08fix: always show bookmark menu on tablets (#944)9a113affix: better style for quotes in readable mode (#951)027c56dfix: bookmarks full width while in list mode (#979)0128107fix: force a change in thumbnail cache using the modified_at field (#858)bc8c06afix: remove ui gap on empty bookmark results (#945)2bcb890fix: temporary files not being correctly deleted (#969)a4304bcfix: wrong eventBus.js path and non-existant method call (#971)836b950chore: bump compose go version to match go.mod (#987)d7a91f7chore: change public and archive wording to make usage more clear (#958)40ae4cdchore: 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
b8a3578feat: api endpoint to serve readable content (#885)6254f77fix(ci): prevent tagging docker image as latest on every push (#882)c77a542fix(ci): renamed deprecated golangci property (#887)db313f5fix: authentication flow should abort early (#888)9bf3daedocs: add PikaPods managed hosting option (#881)394d17bci: create zip archives for windows builds (#884)d358b7fci: replace deprecated --rm-dist with clean (#878)48db805fix: remove unfinished endpoints (#877)ceb392dfix: use relative path for all API calls (#872)47e7259fix(ci): use correct tag names on version bump (#864) by @fmartingr9c7483ffix: override configuration from flags only if set (#865) by @fmartingr5a16690fix: use correct endpoint in rename tags operation (#868) by @Zlendy21c95acdocs: Add securityContext to provided Kubernetes manifest (#859) @piano1029ce04b10chore: 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
servecommand is considered deprecated and will be removed in a future release. Right now just proxies to a newservercommand 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
--webrootflag 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/gopherinitial 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 theshioriuser. - 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/836
-
[1.1.1]
- Update shiori to 1.7.2
- Full Changelog)
87bc7a8feat: allow disabling swagger ui and disable it by default (#1026)c2821fffeat: allow import of newer pocket data export files in csv format (#1023)617f5ddfix: documentation update breaking urls in test and readme (#1020)6ccd64ffix: login component behavior when logging out and refreshing the page (#1022)
-
-
[1.1.3]
- Update shiori to 1.7.4
- Full Changelog)
8aacddafix: incorrectly set cookie's expires value in login.js (#1049)
-
[1.2.0]
- Update base image to 5.0.0
-
[1.2.1]
- checklist added to manifest
-
[1.3.0]
- Update shiori to 1.8.0
- Full Changelog
- feat(apiv1): refactor tags api (#1075)
- feat: add PWA support share functionality (#1060)
- feat: add apis to handle bookmark tags (#1081)
- feat: allow tag filtering and count retrieval via api v1 (#1079)
- feat: improve SQLite performance (#1024)
- feat: reverts message in json output and allows configuration (#1082)
- feat: support proxy forward headers authentication (#1105)
- fix: auth validation on existing sessions, rely on token only (#1069)
- fix: incorrectly set cookie's expires value in login.js (#1049)
- fix: parse pocket new CSV format (#1112