--- - branch: MAIN date: Fri Apr 12 15:10:20 UTC 2024 files: - new: '1.33' old: '1.32' path: pkgsrc/www/gotosocial/Makefile pathrev: pkgsrc/www/gotosocial/Makefile@1.33 type: modified - new: '1.12' old: '1.11' path: pkgsrc/www/gotosocial/PLIST pathrev: pkgsrc/www/gotosocial/PLIST@1.12 type: modified - new: '1.15' old: '1.14' path: pkgsrc/www/gotosocial/distinfo pathrev: pkgsrc/www/gotosocial/distinfo@1.15 type: modified id: 20240412T151020Z.6052ff003f40a6bc239bf24605ab8c7c7266096a log: "gotosocial: update to version 0.15.0\n\nChangelog:\n\nv0.15.0 Shagadelic Sloth Latest\n@gotosocialorg gotosocialorg released this 11 Apr 09:14\nï¾\x82ï½· 5 commits to main since this release\nv0.15.0\n15733cd\n\nHey nerds! �æ²\x8Dï½· �洶・ �æ²\x8Dク\n\nFirst spring time release of GoToSocial, here's version 0.15.0 Shagadelic Sloth!\nRelease highlights\n\n Incoming and outgoing Move Activities are now processed properly. This means you will automatically follow other people when they move their accounts, and you can also Move your own account from your GtS instance to somewhere else, or move your account from somewhere else to your GtS instance!\n User docs here: https://docs.gotosocial.org/en/latest/user_guide/settings/#migration\n \ Federation docs (for devs) here: https://docs.gotosocial.org/en/latest/federation/federating_with_gotosocial/#actor-migration-aliasing\n \ You can hide your followers and following collections now! When hidden, your followers/following count will no longer appear on your profile, and your collections of followers/following will be hidden from other servers (and other accounts on your server).\n User docs here: https://docs.gotosocial.org/en/latest/user_guide/settings/#hide-who-you-follow-are-followed-by\n \ V1 Filter support! Depending on the client you're using, you will now be able to add filters to hide certain phrases from your timeline.\n Preset user-selectable CSS themes are here! In the settings page, you can now choose a theme for your profile, which will change how it appears in the web view of your account! For now we added 5 different themes to choose from, screenshots below!\n User docs: https://docs.gotosocial.org/en/latest/user_guide/settings/#select-theme\n Docs for admins (how to add your own themes to your instance): https://docs.gotosocial.org/en/latest/admin/themes/\n\nBlurple light: Light blue/purple/pink theme.\n\nBlurple dark: Dark blue/purple theme.\n\nMidnight trip: chunky purple and neon-green theme with magenta ombre.\n\nSoft: a light pink, blue, and white theme.\n\nSunset: yellow / orange / aubergine theme with a sunset ombre.\nMigration notes\nUpgrading\n\nTo upgrade to 0.15.0 from a previous release:\nBinary/tar\n\n Stop GoToSocial\n Untar the new release, including the web assets and html templates.\n Edit your config.yaml file as necessary (see below).\n Start GoToSocial\n\nDocker\n\n Stop GoToSocial.\n Pull the new docker container (superseriousbusiness/gotosocial:0.15.0 or superseriousbusiness/gotosocial:latest)\n \ Start GoToSocial.\n\nconfig.yaml\n\nNo config file changes in this release compared to 0.14.2.\nDatabase Migrations\n\nç¬\x9E��ク� This release contains several database migrations which will run the first time you start up this new version. Be sure not to interrupt this migration process. This will take anywhere between a couple seconds and ten minutes or more (on slower hardware). Please be patient! ç¬\x9E��ク�\nDetailed changelog\nFeatures / performance\n\n \ [feature] Filters v1 by @VyrCossont in #2594\n [feature/chore] Add Move database functions + cache by @tsmethurst in #2647\n [feature] Process incoming Move activity by @tsmethurst in #2724\n [feature] Process outgoing Move from clientAPI by @tsmethurst in #2750\n [feature] Add healthcheck endpoints /livez and /readyz by @tsmethurst in #2783\n [feature] User-selectable preset CSS themes for accounts by @tsmethurst in #2777\n [feature] Add enable command to mirror existing disable command; update docs by @tsmethurst in #2792\n [feature] Option to hide followers/following by @tsmethurst in #2788\n\nBugfixes\n\n [chore/bugfix] Little DB fixes by @tsmethurst in #2726\n [bugfix] Fix Swagger spec and add test script by @VyrCossont in #2698\n [bugfix] add workaround for Xsqlite_interrupt() permanently breaking connection by @NyaaaWhatsUpDoc in #2731\n [bugfix] Don't error when populating MovedTo if account not found by @tsmethurst in #2741\n [bugfix] Fix whitespace move_id issue by @tsmethurst in #2742\n [bugfix] bump modernc.org/sqlite to fixed version (v1.28.0 -> v1.29.4) by @NyaaaWhatsUpDoc in #2749\n [bugfix] only check replyTo visibility during permission checks IF status is local by @NyaaaWhatsUpDoc in #2757\n [bugfix] Don't return 500 when searching for unpermitted status by @tsmethurst in #2753\n [bugfix] Parse links that contain non-ascii characters by @tsmethurst in #2762\n [bugfix] add all possible busy result codes to the sqlite errBusy catching check by @NyaaaWhatsUpDoc in #2775\n [bugfix] Mitigate empty public/local timeline query pages by @tsmethurst in #2784\n [bugfix] Serve correct URI for AP following collection by @tsmethurst in #2787\n [bugfix] httpclient not signing subsequent redirect requests by @NyaaaWhatsUpDoc in #2798\n \ [bugfix] set the host header within the signing transport by @NyaaaWhatsUpDoc in #2799\n [bugfix] Set domain for empty-domain Friendica accounts by @tsmethurst in #2800\n 6db7d01 [bugfix] Ensure side effects for local -> local follows get processed (#2820)\n 85bc140 [bugfix] temporarily replace modernc.org/sqlite-v1.29.5 with gitlab.com/NyaaaWhatsUpDoc/sqlite-v1.29.5-concurrency-workaround (#2811)\n \ 83e7847 [bugfix] fix possible nil panic (#2809)\n 8ed1b81 [bugfix] Sort follows chronologically (#2801)\n 15ede4c [bugfix] improved authenticate post inbox error handling (#2803)\n\nChores / version bumps\n\n [chore] Fix a Swagger warning that only manifests during Go client code generation by @VyrCossont in #2729\n [chore] Downgrade sqlite v1.29.2 -> v1.28.0 by @tsmethurst in #2736\n \ [chore] seperate snapshot from release in goreleaser by @CDN18 in #2740\n \ [chore]: Bump github.com/gin-contrib/cors from 1.5.0 to 1.7.0 by @dependabot in #2745\n [chore]: Bump github.com/jackc/pgx/v5 from 5.5.3 to 5.5.5 by @dependabot in #2747\n [chore]: Bump github.com/go-jose/go-jose/v3 from 3.0.1 to 3.0.3 by @dependabot in #2733\n [chore]: Bump github.com/minio/minio-go/v7 from 7.0.67 to 7.0.69 by @dependabot in #2748\n [chore] Update usage of OTEL libraries by @daenney in #2725\n [chore] Expose move endpoint again, small settings panel fixes by @tsmethurst in #2752\n [chore] Different error message for email validation from net/mail parsing on go 1.21.8 and above by @blakesmith in #2760\n [chore]: Bump github.com/technologize/otel-go-contrib from 1.1.0 to 1.1.1 by @dependabot in #2765\n [chore]: Bump golang.org/x/oauth2 from 0.17.0 to 0.18.0 by @dependabot in #2766\n Bump follow-redirects from 1.15.4 to 1.15.6 in /web/source by @dependabot in #2763\n [chore]: Bump github.com/tdewolff/minify/v2 from 2.20.18 to 2.20.19 by @dependabot in #2767\n [chore]: Bump modernc.org/sqlite from 1.29.4 to 1.29.5 by @dependabot in #2768\n [chore] Move local account settings to separate db table by @tsmethurst in #2770\n [chore]: Bump github.com/gin-contrib/gzip from 0.0.6 to 1.0.0 by @dependabot in #2781\n [chore]: Bump github.com/gin-contrib/cors from 1.7.0 to 1.7.1 by @dependabot in #2778\n [chore]: Bump github.com/coreos/go-oidc/v3 from 3.9.0 to 3.10.0 by @dependabot in #2779\n [chore]: Bump github.com/gin-contrib/sessions from 0.0.5 to 1.0.0 by @dependabot in #2782\n [chore/frontend] Adjust contrast, mute blurple a bit (meta update: blurple nerfed) by @tsmethurst in #2785\n Bump express from 4.18.2 to 4.19.2 in /web/source by @dependabot in #2790\n [chore] Vendor mkdocs fonts; update docs dependencies by @tsmethurst in #2789\n [chore] bump go structr cache version -> v0.6.0 by @NyaaaWhatsUpDoc in #2773\n [chore] Try to parse public key as both Actor + bare key by @tsmethurst in #2710\n 15733cd [chore]: Bump github.com/yuin/goldmark from 1.7.0 to 1.7.1 (#2819)\n 4d16c3a [chore]: Bump golang.org/x/oauth2 from 0.18.0 to 0.19.0 (#2816)\n 236604b [chore] Log less output on failed test (#2804)\n\nDocs\n\n [docs/chore] Swagger fixes for filters by @VyrCossont in #2730\n [docs] Add note about privileged ports by @tsmethurst in #2735\n Swagger: add Link header to all endpoints that use it for paging by @VyrCossont in #2751\n [docs] Add database maintenance section; update info message on ANALYZE run (sqlite) by @tsmethurst in #2756\n Swagger: correct names and formats for several array params by @VyrCossont in #2758\n Swagger: add missing paging params to bookmarks list by @VyrCossont in #2759\n [docs] Add IPv6 example for rate limit exceptions by @daenney in #2761\n" module: pkgsrc subject: 'CVS commit: pkgsrc/www/gotosocial' unixtime: '1712934620' user: nikita