Warning: Permanently added '3.87.15.50' (ED25519) to the list of known hosts. You can reproduce this build on your computer by running: sudo dnf install copr-rpmbuild /usr/bin/copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/10913367 Version: 1.9 PID: 9855 Logging PID: 9857 Task: {'appstream': False, 'background': True, 'build_id': 10913367, 'chroot': 'fedora-45-x86_64', 'distributions_in_build': ['fedora-43', 'fedora-44', 'fedora-45', 'fedora-rawhide'], 'distributions_in_project': ['fedora-43', 'fedora-44', 'fedora-45', 'fedora-rawhide'], 'package_name': 'modrinth-app', 'project_dirname': 'modrinth-app', 'project_name': 'modrinth-app', 'project_owner': 'mystic', 'repos': [], 'sandbox': 'mystic/modrinth-app--b620ff48-d1ef-4018-95b6-38b6fd35742f', 'source_json': {'builddeps': 'curl jq', 'chroot': 'fedora-45-x86_64', 'repos': '', 'resultdir': '', 'script': '#!/bin/sh -xe\n' '# Copr "Custom source method" script for modrinth-app.\n' '# Finds the latest release with an x86_64 RPM, verifies it, and emits\n' '# a spec that unpacks + repacks it. No compilation happens here.\n' '\n' 'resultdir="${COPR_RESULTDIR:-$PWD}"\n' 'mkdir -p "$resultdir"\n' '\n' "releases_json=$(curl -fsSL -H 'Accept: application/vnd.github+json' \\\n" ' "https://api.github.com/repos/modrinth/code/releases?per_page=15")\n' '\n' 'tag=$(printf \'%s\' "$releases_json" | jq -r \'\n' ' [.[] | select(.assets[]?.name | test("x86_64\\\\.rpm$"))] | first | .tag_name // empty\n' "')\n" '\n' 'if [ -z "$tag" ]; then\n' ' echo "ERROR: no recent release with an x86_64 RPM asset found" >&2\n' ' exit 1\n' 'fi\n' '\n' 'version=$(printf \'%s\' "$tag" | sed \'s/^v//\')\n' '\n' 'rpm_url=$(printf \'%s\' "$releases_json" | jq -r --arg tag "$tag" \'\n' ' .[] | select(.tag_name == $tag) | .assets[] | select(.name | test("x86_64\\\\.rpm$")) | ' '.browser_download_url\n' "' | head -n1)\n" '\n' 'digest=$(printf \'%s\' "$releases_json" | jq -r --arg tag "$tag" \'\n' ' .[] | select(.tag_name == $tag) | .assets[] | select(.name | test("x86_64\\\\.rpm$")) | ' '(.digest // "none")\n' "' | head -n1)\n" '\n' 'notes=$(printf \'%s\' "$releases_json" | jq -r --arg tag "$tag" \'\n' ' .[] | select(.tag_name == $tag) | (.body // empty)\n' "')\n" '[ -z "$notes" ] && notes="No release notes provided upstream."\n' '\n' 'curl -fsSL -o "$resultdir/modrinth-app-upstream.rpm" "$rpm_url"\n' '\n' "# Skip the check if GitHub hasn't computed a digest for this asset.\n" 'if [ -n "$digest" ] && [ "$digest" != "none" ]; then\n' ' algo=${digest%%:*}\n' ' expected=${digest#*:}\n' ' actual=$("${algo}sum" "$resultdir/modrinth-app-upstream.rpm" | cut -d\' \' -f1)\n' ' if [ "$actual" != "$expected" ]; then\n' ' echo "ERROR: checksum mismatch on downloaded RPM ($algo: expected $expected, got ' '$actual)" >&2\n' ' exit 1\n' ' fi\n' 'fi\n' '\n' '# % has to be doubled since the spec parser treats a bare % as a macro.\n' 'formatted_notes=$(printf \'%s\\n\' "$notes" \\\n' " | sed 's/\\r$//' \\\n" " | sed -E 's/^#+[[:space:]]*//' \\\n" " | sed -E 's/^[-*•][[:space:]]+//' \\\n" " | sed 's/%/%%/g' \\\n" " | sed '/^[[:space:]]*$/d' \\\n" " | sed 's/^/- /')\n" '\n' 'cat > "$resultdir/modrinth-app.spec" </dev/null || :\n' '\n' '%postun\n' 'if [ \\$1 -eq 0 ]; then\n' ' /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :\n' 'fi\n' '\n' '%posttrans\n' '/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :\n' '\n' '%changelog\n' '* $(LC_ALL=C date "+%a %b %d %Y") Copr Automation - $version-1\n' '$formatted_notes\n' 'SPEC\n' '\n' 'echo "Generated modrinth-app.spec for version $version"\n'}, 'source_type': 9, 'submitter': None, 'task_id': '10913367'} Running (timeout=5400): unbuffer copr-sources-custom --workdir /workdir --mock-config /var/lib/copr-rpmbuild/results/mock-config.cfg --script /var/lib/copr-rpmbuild/workspace/workdir-vi08i_os/script --builddeps 'curl jq' --env COPR_OWNER=mystic --env COPR_PROJECT=modrinth-app --env COPR_PACKAGE=modrinth-app INFO:__main__:Working in '/workdir' INFO:__main__:Results should be created in '/workdir' INFO:__main__:running command: mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --init INFO: mock.py version 6.8 starting (python version = 3.14.5, NVR = mock-6.8-1.fc44), args: /usr/libexec/mock/mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --init Start(bootstrap): init plugins INFO: tmpfs initialized INFO: selinux enabled INFO: chroot_scan: initialized INFO: compress_logs: initialized Finish(bootstrap): init plugins Start: init plugins INFO: tmpfs initialized INFO: selinux enabled INFO: chroot_scan: initialized INFO: compress_logs: initialized Finish: init plugins INFO: Signal handler active Start: run Start: clean chroot Finish: clean chroot Mock Version: 6.8 INFO: Mock Version: 6.8 Start(bootstrap): chroot init INFO: mounting tmpfs at /var/lib/mock/copr-custom-fedora-45-x86_64-bootstrap/root. INFO: calling preinit hooks INFO: enabled root cache INFO: enabled package manager cache Start(bootstrap): cleaning package manager metadata Finish(bootstrap): cleaning package manager metadata INFO: Guessed host environment type: unknown INFO: Using container image: registry.fedoraproject.org/fedora:45 INFO: Pulling image: registry.fedoraproject.org/fedora:45 INFO: Tagging container image as mock-bootstrap-7faa6f93-91c9-4460-9ac4-1ace7075f228 INFO: Checking that ca0804cf8cdc680d0dd37d35cb1b912e8c4bde87d2f26565c817a65509d49143 image matches host's architecture INFO: Copy content of container ca0804cf8cdc680d0dd37d35cb1b912e8c4bde87d2f26565c817a65509d49143 to /var/lib/mock/copr-custom-fedora-45-x86_64-bootstrap/root INFO: mounting ca0804cf8cdc680d0dd37d35cb1b912e8c4bde87d2f26565c817a65509d49143 with podman image mount INFO: image ca0804cf8cdc680d0dd37d35cb1b912e8c4bde87d2f26565c817a65509d49143 as /var/lib/containers/storage/overlay/4622b248fc2f583893612c106eb3342ced3463757d741cbfe2c4b6582e46d850/merged INFO: umounting image ca0804cf8cdc680d0dd37d35cb1b912e8c4bde87d2f26565c817a65509d49143 (/var/lib/containers/storage/overlay/4622b248fc2f583893612c106eb3342ced3463757d741cbfe2c4b6582e46d850/merged) with podman image umount INFO: Removing image mock-bootstrap-7faa6f93-91c9-4460-9ac4-1ace7075f228 INFO: Package manager dnf5 detected and used (fallback) INFO: Not updating bootstrap chroot, bootstrap_image_ready=True Start(bootstrap): creating root cache Finish(bootstrap): creating root cache Finish(bootstrap): chroot init Start: chroot init INFO: mounting tmpfs at /var/lib/mock/copr-custom-fedora-45-x86_64/root. INFO: calling preinit hooks INFO: enabled root cache INFO: enabled package manager cache Start: cleaning package manager metadata Finish: cleaning package manager metadata INFO: enabled HW Info plugin INFO: Package manager dnf5 detected and used (direct choice) Start: installing minimal buildroot with dnf5 Updating and loading repositories: updates 100% | 125.8 KiB/s | 26.3 KiB | 00m00s fedora 100% | 53.6 MiB/s | 36.5 MiB | 00m01s Repositories loaded. Package Arch Version Repository Size Installing group/module packages: bash x86_64 0:5.3.15-2.fc45 fedora 8.5 MiB bzip2 x86_64 0:1.0.8-24.fc45 fedora 95.0 KiB coreutils x86_64 0:9.11-6.fc45 fedora 5.9 MiB cpio x86_64 0:2.15-10.fc45 fedora 1.1 MiB diffutils x86_64 0:3.12-6.fc45 fedora 1.6 MiB fedora-release-common noarch 0:45-0.10 fedora 4.2 KiB findutils x86_64 1:4.11.0-2.fc45 fedora 1.9 MiB gawk x86_64 0:5.4.1-1.fc45 fedora 2.2 MiB glibc-minimal-langpack x86_64 0:2.44-1.fc45 fedora 0.0 B grep x86_64 0:3.12-4.fc45 fedora 1.0 MiB gzip x86_64 0:1.14-4.fc45 fedora 401.6 KiB info x86_64 0:7.3-3.fc45 fedora 372.4 KiB patch x86_64 0:2.8-5.fc45 fedora 226.6 KiB redhat-rpm-config noarch 0:344-5.fc45 fedora 184.2 KiB rpm-build x86_64 0:6.1.0-1.fc45 fedora 312.2 KiB sed x86_64 0:4.10-2.fc45 fedora 866.5 KiB shadow-utils x86_64 2:4.20.0-1.fc45 fedora 3.9 MiB tar x86_64 2:1.35-9.fc45 fedora 3.0 MiB unzip x86_64 0:6.0-71.fc45 fedora 441.8 KiB util-linux x86_64 0:2.42.2-3.fc45 fedora 3.7 MiB which x86_64 0:2.25-2.fc45 fedora 83.6 KiB xz x86_64 1:5.8.3-2.fc45 fedora 1.4 MiB Installing dependencies: R-srpm-macros noarch 0:1.3.7-3.fc45 fedora 3.5 KiB add-determinism x86_64 0:0.7.3-3.fc45 fedora 2.2 MiB alternatives x86_64 0:1.33-6.fc45 fedora 62.1 KiB ansible-srpm-macros noarch 0:1-22.fc45 fedora 35.7 KiB audit-libs x86_64 0:4.2.1-2.fc45 fedora 390.5 KiB binutils x86_64 0:2.47-1.fc45 fedora 28.4 MiB build-reproducibility-srpm-macros noarch 0:0.7.3-3.fc45 fedora 1.2 KiB bzip2-libs x86_64 0:1.0.8-24.fc45 fedora 80.5 KiB ca-certificates noarch 0:2025.2.80_v9.0.304-9.fc45 fedora 2.6 MiB cmake-srpm-macros noarch 0:4.3.0-5.fc45 fedora 524.0 B coreutils-common x86_64 0:9.11-6.fc45 fedora 10.9 MiB crypto-policies noarch 0:20260713-2.gitc42da77.fc45 fedora 134.3 KiB curl x86_64 0:8.21.0-5.fc45 fedora 487.9 KiB cyrus-sasl-lib x86_64 0:2.1.28-37.fc45 fedora 2.3 MiB debugedit x86_64 0:5.3-3.fc45 fedora 220.8 KiB dwz x86_64 0:0.17-3.fc45 fedora 291.1 KiB ed x86_64 0:1.22.6-1.fc45 fedora 150.9 KiB efi-srpm-macros noarch 0:6-9.fc45 fedora 40.3 KiB elfutils x86_64 0:0.195-3.fc45 fedora 3.0 MiB elfutils-debuginfod-client x86_64 0:0.195-3.fc45 fedora 79.8 KiB elfutils-libelf x86_64 0:0.195-3.fc45 fedora 1.2 MiB elfutils-libs x86_64 0:0.195-3.fc45 fedora 715.3 KiB erlang-srpm-macros noarch 0:0.3.11-2.fc45 fedora 1.9 KiB fedora-gpg-keys noarch 0:45-0.6 fedora 130.3 KiB fedora-release noarch 0:45-0.10 fedora 0.0 B fedora-release-identity-basic noarch 0:45-0.10 fedora 656.0 B fedora-repos noarch 0:45-0.6 fedora 4.9 KiB file x86_64 0:5.47-3.fc45 fedora 101.2 KiB file-libs x86_64 0:5.47-3.fc45 fedora 12.2 MiB filesystem x86_64 0:3.18-59.fc45 fedora 112.0 B filesystem-srpm-macros noarch 0:3.18-59.fc45 fedora 38.2 KiB fips-provider x86_64 0:1.5.2-3.fc45 fedora 4.8 MiB fonts-srpm-macros noarch 1:5.0.0-4.fc45 fedora 55.8 KiB forge-srpm-macros noarch 0:0.4.0-5.fc45 fedora 38.9 KiB fpc-srpm-macros noarch 0:1.3-17.fc45 fedora 144.0 B gap-srpm-macros noarch 0:2-3.fc45 fedora 2.1 KiB gdb-minimal x86_64 0:17.2-4.fc45 fedora 14.2 MiB gdbm-libs x86_64 1:1.23-12.fc45 fedora 133.7 KiB ghc-srpm-macros noarch 0:1.10-2.fc45 fedora 792.0 B glibc x86_64 0:2.44-1.fc45 fedora 7.1 MiB glibc-common x86_64 0:2.44-1.fc45 fedora 1.0 MiB glibc-gconv-extra x86_64 0:2.44-1.fc45 fedora 7.7 MiB gmp x86_64 1:6.3.0-6.fc45 fedora 815.2 KiB gnat-srpm-macros noarch 0:7-3.fc45 fedora 1.0 KiB gnome-srpm-macros noarch 0:1.0-2.fc45 fedora 3.5 KiB gnulib-l10n noarch 0:20241231-4.fc45 fedora 655.0 KiB gnupg2 x86_64 0:2.4.9-18.fc45 fedora 6.5 MiB gnupg2-dirmngr x86_64 0:2.4.9-18.fc45 fedora 630.1 KiB gnupg2-gpg-agent x86_64 0:2.4.9-18.fc45 fedora 678.8 KiB gnupg2-gpgconf x86_64 0:2.4.9-18.fc45 fedora 253.8 KiB gnupg2-keyboxd x86_64 0:2.4.9-18.fc45 fedora 201.3 KiB gnupg2-verify x86_64 0:2.4.9-18.fc45 fedora 356.3 KiB gnutls x86_64 0:3.8.13-3.fc45 fedora 3.8 MiB go-srpm-macros noarch 0:3.8.0-3.fc45 fedora 61.9 KiB gpgverify noarch 0:2.2-5.fc45 fedora 8.7 KiB ima-evm-utils-libs x86_64 0:1.6.2-12.fc45 fedora 56.6 KiB jansson x86_64 0:2.14-5.fc45 fedora 89.0 KiB java-srpm-macros noarch 0:1-9.fc45 fedora 870.0 B json-c x86_64 0:0.18-9.fc45 fedora 82.7 KiB kernel-srpm-macros noarch 0:1.0-30.fc45 fedora 1.9 KiB keyutils-libs x86_64 0:1.6.3-8.fc45 fedora 54.2 KiB krb5-libs x86_64 0:1.22.2-9.fc45 fedora 2.4 MiB libacl x86_64 0:2.4.0-2.fc45 fedora 43.9 KiB libarchive x86_64 0:3.8.8-3.fc45 fedora 1.0 MiB libassuan x86_64 0:2.5.7-6.fc45 fedora 163.9 KiB libattr x86_64 0:2.6.0-2.fc45 fedora 24.3 KiB libblkid x86_64 0:2.42.2-3.fc45 fedora 282.3 KiB libbrotli x86_64 0:1.2.0-6.fc45 fedora 865.0 KiB libcap x86_64 0:2.78-2.fc45 fedora 208.2 KiB libcap-ng x86_64 0:0.9.5-1.fc45 fedora 68.8 KiB libcbor x86_64 0:0.14.0-3.fc45 fedora 83.5 KiB libcom_err x86_64 0:1.47.4-2.fc45 fedora 63.0 KiB libcurl x86_64 0:8.21.0-5.fc45 fedora 1.1 MiB libeconf x86_64 0:0.7.9-4.fc45 fedora 64.8 KiB libevent x86_64 0:2.1.12-19.fc45 fedora 978.8 KiB libfdisk x86_64 0:2.42.2-3.fc45 fedora 392.2 KiB libffi x86_64 0:3.5.2-3.fc45 fedora 83.7 KiB libfido2 x86_64 0:1.17.0-5.fc45 fedora 256.5 KiB libfsverity x86_64 0:1.7-4.fc45 fedora 24.4 KiB libgcc x86_64 0:16.2.1-2.fc45 fedora 270.7 KiB libgcrypt x86_64 0:1.12.2-2.fc45 fedora 1.7 MiB libgomp x86_64 0:16.2.1-2.fc45 fedora 577.5 KiB libgpg-error x86_64 0:1.61-2.fc45 fedora 953.9 KiB libidn2 x86_64 0:2.3.8-4.fc45 fedora 556.4 KiB libksba x86_64 0:1.8.0-3.fc45 fedora 431.1 KiB liblastlog2 x86_64 0:2.42.2-3.fc45 fedora 37.6 KiB libmount x86_64 0:2.42.2-3.fc45 fedora 404.8 KiB libnghttp2 x86_64 0:1.69.0-5.fc45 fedora 166.2 KiB libnghttp3 x86_64 0:1.18.0-1.fc45 fedora 163.4 KiB libpkgconf x86_64 0:2.5.1-2.fc45 fedora 90.1 KiB libpsl x86_64 0:0.23.1-1.fc45 fedora 80.4 KiB libselinux x86_64 0:3.11-4.fc45 fedora 205.2 KiB libselinux-utils x86_64 0:3.11-4.fc45 fedora 306.0 KiB libsemanage x86_64 0:3.11-3.fc45 fedora 316.4 KiB libsepol x86_64 0:3.11-2.fc45 fedora 866.1 KiB libsmartcols x86_64 0:2.42.2-3.fc45 fedora 188.5 KiB libssh x86_64 0:0.12.2-1.fc45 fedora 725.7 KiB libssh-config noarch 0:0.12.2-1.fc45 fedora 277.0 B libstdc++ x86_64 0:16.2.1-2.fc45 fedora 3.1 MiB libtasn1 x86_64 0:4.21.0-2.fc45 fedora 176.6 KiB libtool-ltdl x86_64 0:2.5.4-11.fc45 fedora 70.0 KiB libunistring x86_64 0:1.1-12.fc45 fedora 1.7 MiB libusb1 x86_64 0:1.0.30-2.fc45 fedora 180.1 KiB libuuid x86_64 0:2.42.2-3.fc45 fedora 37.2 KiB libverto x86_64 0:0.3.2-13.fc45 fedora 25.3 KiB libxcrypt x86_64 0:4.5.2-4.fc45 fedora 293.2 KiB libxml2 x86_64 0:2.13.9-4.fc45 fedora 1.8 MiB libzstd x86_64 0:1.5.7-6.fc45 fedora 956.1 KiB linkdupes x86_64 0:0.7.3-3.fc45 fedora 782.1 KiB lua-libs x86_64 0:5.5.1-1.fc45 fedora 298.0 KiB lua-srpm-macros noarch 0:1-18.fc45 fedora 1.3 KiB lz4-libs x86_64 0:1.10.0-5.fc45 fedora 165.3 KiB mpfr x86_64 0:4.2.2-4.fc45 fedora 849.2 KiB ncurses-base noarch 0:6.6-3.fc45 fedora 329.7 KiB ncurses-libs x86_64 0:6.6-3.fc45 fedora 969.1 KiB nettle x86_64 0:4.0-5.fc45 fedora 801.9 KiB ngtcp2 x86_64 0:1.22.1-3.fc45 fedora 334.3 KiB ngtcp2-crypto-ossl x86_64 0:1.22.1-3.fc45 fedora 51.6 KiB npth x86_64 0:1.8-5.fc45 fedora 49.5 KiB ocaml-srpm-macros noarch 0:11-4.fc45 fedora 1.9 KiB openblas-srpm-macros noarch 0:2-22.fc45 fedora 112.0 B openldap x86_64 0:2.6.13-4.fc45 fedora 677.9 KiB openssl-libs x86_64 1:4.0.1-5.fc45 fedora 6.7 MiB p11-kit x86_64 0:0.26.5-1.fc45 fedora 2.6 MiB p11-kit-trust x86_64 0:0.26.5-1.fc45 fedora 478.4 KiB package-notes-srpm-macros noarch 0:0.20-2.fc45 fedora 1.6 KiB pam-libs x86_64 0:1.7.2-4.fc45 fedora 134.5 KiB pcre2 x86_64 0:10.47-1.fc45.2 fedora 718.5 KiB pcre2-syntax noarch 0:10.47-1.fc45.2 fedora 281.9 KiB perl-srpm-macros noarch 0:1-65.fc45 fedora 861.0 B pkgconf x86_64 0:2.5.1-2.fc45 fedora 92.7 KiB pkgconf-m4 noarch 0:2.5.1-2.fc45 fedora 14.3 KiB pkgconf-pkg-config x86_64 0:2.5.1-2.fc45 fedora 989.0 B policycoreutils x86_64 0:3.11-2.fc45 fedora 892.9 KiB popt x86_64 0:1.19-11.fc45 fedora 136.7 KiB publicsuffix-list-dafsa noarch 0:20260624-2.fc45 fedora 71.3 KiB pyproject-srpm-macros noarch 0:1.23.2-1.fc45 fedora 3.4 KiB python-srpm-macros noarch 0:3.15-2.fc45 fedora 51.6 KiB qt5-srpm-macros noarch 0:5.15.18-3.fc45 fedora 500.0 B qt6-srpm-macros noarch 0:6.11.1-2.fc45 fedora 472.0 B readline x86_64 0:8.3-6.fc45 fedora 515.5 KiB redhat-systemd-presets noarch 0:102-3.fc45 fedora 1.0 KiB redhat-systemd-presets-common noarch 0:102-3.fc45 fedora 16.9 KiB rpm x86_64 0:6.1.0-1.fc45 fedora 3.1 MiB rpm-build-libs x86_64 0:6.1.0-1.fc45 fedora 288.3 KiB rpm-libs x86_64 0:6.1.0-1.fc45 fedora 1.1 MiB rpm-plugin-selinux x86_64 0:6.1.0-1.fc45 fedora 11.9 KiB rpm-sequoia x86_64 0:1.10.2-5.fc45 fedora 2.4 MiB rpm-sign-libs x86_64 0:6.1.0-1.fc45 fedora 39.6 KiB rust-srpm-macros noarch 0:28.5-2.fc45 fedora 5.5 KiB selinux-policy noarch 0:45.14-1.fc45 fedora 32.1 KiB selinux-policy-targeted noarch 0:45.14-1.fc45 fedora 19.0 MiB setup noarch 0:2.15.1-2.fc45 fedora 725.6 KiB sqlite-libs x86_64 0:3.53.4-1.fc45 fedora 1.6 MiB systemd-libs x86_64 0:261.2-1.fc45 fedora 2.7 MiB systemd-standalone-sysusers x86_64 0:261.2-1.fc45 fedora 944.4 KiB tpm2-tss x86_64 0:4.2.0-1.fc45 fedora 1.7 MiB tree-sitter-srpm-macros noarch 0:0.4.6-2.fc45 fedora 8.6 KiB util-linux-core x86_64 0:2.42.2-3.fc45 fedora 1.5 MiB xxhash-libs x86_64 0:0.8.3-5.fc45 fedora 94.0 KiB xz-libs x86_64 1:5.8.3-2.fc45 fedora 221.7 KiB zig-srpm-macros noarch 0:1-9.fc45 fedora 1.3 KiB zip x86_64 0:3.0-46.fc45 fedora 694.1 KiB zlib-ng-compat x86_64 0:2.3.3-6.fc45 fedora 165.6 KiB zstd x86_64 0:1.5.7-6.fc45 fedora 502.6 KiB Installing groups: Buildsystem building group Transaction Summary: Installing: 187 packages Total size of inbound packages is 72 MiB. Need to download 72 MiB. After this operation, 230 MiB extra will be used (install 230 MiB, remove 0 B). [ 1/187] bzip2-0:1.0.8-24.fc45.x86_64 100% | 6.4 MiB/s | 52.3 KiB | 00m00s [ 2/187] cpio-0:2.15-10.fc45.x86_64 100% | 71.4 MiB/s | 292.5 KiB | 00m00s [ 3/187] bash-0:5.3.15-2.fc45.x86_64 100% | 145.5 MiB/s | 1.9 MiB | 00m00s [ 4/187] diffutils-0:3.12-6.fc45.x86_6 100% | 77.5 MiB/s | 396.6 KiB | 00m00s [ 5/187] coreutils-0:9.11-6.fc45.x86_6 100% | 70.5 MiB/s | 1.2 MiB | 00m00s [ 6/187] fedora-release-common-0:45-0. 100% | 3.5 MiB/s | 17.9 KiB | 00m00s [ 7/187] findutils-1:4.11.0-2.fc45.x86 100% | 92.9 MiB/s | 570.7 KiB | 00m00s [ 8/187] glibc-minimal-langpack-0:2.44 100% | 23.5 MiB/s | 120.1 KiB | 00m00s [ 9/187] grep-0:3.12-4.fc45.x86_64 100% | 49.0 MiB/s | 301.0 KiB | 00m00s [ 10/187] gzip-0:1.14-4.fc45.x86_64 100% | 35.1 MiB/s | 179.6 KiB | 00m00s [ 11/187] info-0:7.3-3.fc45.x86_64 100% | 37.3 MiB/s | 191.2 KiB | 00m00s [ 12/187] patch-0:2.8-5.fc45.x86_64 100% | 22.4 MiB/s | 114.6 KiB | 00m00s [ 13/187] redhat-rpm-config-0:344-5.fc4 100% | 38.0 MiB/s | 77.7 KiB | 00m00s [ 14/187] rpm-build-0:6.1.0-1.fc45.x86_ 100% | 51.5 MiB/s | 158.1 KiB | 00m00s [ 15/187] sed-0:4.10-2.fc45.x86_64 100% | 78.8 MiB/s | 322.8 KiB | 00m00s [ 16/187] tar-2:1.35-9.fc45.x86_64 100% | 121.0 MiB/s | 867.4 KiB | 00m00s [ 17/187] shadow-utils-2:4.20.0-1.fc45. 100% | 128.7 MiB/s | 1.4 MiB | 00m00s [ 18/187] unzip-0:6.0-71.fc45.x86_64 100% | 24.4 MiB/s | 199.6 KiB | 00m00s [ 19/187] which-0:2.25-2.fc45.x86_64 100% | 13.7 MiB/s | 42.2 KiB | 00m00s [ 20/187] xz-1:5.8.3-2.fc45.x86_64 100% | 127.2 MiB/s | 651.2 KiB | 00m00s [ 21/187] gawk-0:5.4.1-1.fc45.x86_64 100% | 107.1 MiB/s | 1.2 MiB | 00m00s [ 22/187] util-linux-0:2.42.2-3.fc45.x8 100% | 97.3 MiB/s | 1.3 MiB | 00m00s [ 23/187] filesystem-0:3.18-59.fc45.x86 100% | 100.9 MiB/s | 1.8 MiB | 00m00s [ 24/187] ncurses-libs-0:6.6-3.fc45.x86 100% | 33.6 MiB/s | 343.7 KiB | 00m00s [ 25/187] glibc-0:2.44-1.fc45.x86_64 100% | 111.6 MiB/s | 2.5 MiB | 00m00s [ 26/187] bzip2-libs-0:1.0.8-24.fc45.x8 100% | 4.2 MiB/s | 43.5 KiB | 00m00s [ 27/187] coreutils-common-0:9.11-6.fc4 100% | 154.7 MiB/s | 2.2 MiB | 00m00s [ 28/187] libacl-0:2.4.0-2.fc45.x86_64 100% | 4.5 MiB/s | 27.5 KiB | 00m00s [ 29/187] gmp-1:6.3.0-6.fc45.x86_64 100% | 52.4 MiB/s | 321.8 KiB | 00m00s [ 30/187] libattr-0:2.6.0-2.fc45.x86_64 100% | 17.6 MiB/s | 18.1 KiB | 00m00s [ 31/187] libcap-0:2.78-2.fc45.x86_64 100% | 28.8 MiB/s | 88.6 KiB | 00m00s [ 32/187] libselinux-0:3.11-4.fc45.x86_ 100% | 33.7 MiB/s | 103.6 KiB | 00m00s [ 33/187] fedora-repos-0:45-0.6.noarch 100% | 3.1 MiB/s | 9.4 KiB | 00m00s [ 34/187] systemd-libs-0:261.2-1.fc45.x 100% | 102.7 MiB/s | 946.6 KiB | 00m00s [ 35/187] openssl-libs-1:4.0.1-5.fc45.x 100% | 166.9 MiB/s | 2.3 MiB | 00m00s [ 36/187] redhat-systemd-presets-0:102- 100% | 949.2 KiB/s | 8.5 KiB | 00m00s [ 37/187] glibc-common-0:2.44-1.fc45.x8 100% | 134.3 MiB/s | 412.5 KiB | 00m00s [ 38/187] pcre2-0:10.47-1.fc45.2.x86_64 100% | 90.1 MiB/s | 276.7 KiB | 00m00s [ 39/187] ed-0:1.22.6-1.fc45.x86_64 100% | 27.9 MiB/s | 85.6 KiB | 00m00s [ 40/187] R-srpm-macros-0:1.3.7-3.fc45. 100% | 5.4 MiB/s | 11.1 KiB | 00m00s [ 41/187] cmake-srpm-macros-0:4.3.0-5.f 100% | 10.1 MiB/s | 10.3 KiB | 00m00s [ 42/187] build-reproducibility-srpm-ma 100% | 5.3 MiB/s | 10.8 KiB | 00m00s [ 43/187] ansible-srpm-macros-0:1-22.fc 100% | 6.5 MiB/s | 19.8 KiB | 00m00s [ 44/187] erlang-srpm-macros-0:0.3.11-2 100% | 1.9 MiB/s | 10.0 KiB | 00m00s [ 45/187] efi-srpm-macros-0:6-9.fc45.no 100% | 4.2 MiB/s | 21.4 KiB | 00m00s [ 46/187] dwz-0:0.17-3.fc45.x86_64 100% | 22.7 MiB/s | 139.2 KiB | 00m00s [ 47/187] file-0:5.47-3.fc45.x86_64 100% | 9.7 MiB/s | 49.4 KiB | 00m00s [ 48/187] filesystem-srpm-macros-0:3.18 100% | 5.2 MiB/s | 26.4 KiB | 00m00s [ 49/187] fonts-srpm-macros-1:5.0.0-4.f 100% | 2.9 MiB/s | 27.2 KiB | 00m00s [ 50/187] forge-srpm-macros-0:0.4.0-5.f 100% | 3.9 MiB/s | 19.7 KiB | 00m00s [ 51/187] fpc-srpm-macros-0:1.3-17.fc45 100% | 1.3 MiB/s | 7.8 KiB | 00m00s [ 52/187] gap-srpm-macros-0:2-3.fc45.no 100% | 4.5 MiB/s | 9.3 KiB | 00m00s [ 53/187] ghc-srpm-macros-0:1.10-2.fc45 100% | 4.1 MiB/s | 8.5 KiB | 00m00s [ 54/187] gnat-srpm-macros-0:7-3.fc45.n 100% | 2.8 MiB/s | 8.6 KiB | 00m00s [ 55/187] gnome-srpm-macros-0:1.0-2.fc4 100% | 2.9 MiB/s | 8.8 KiB | 00m00s [ 56/187] go-srpm-macros-0:3.8.0-3.fc45 100% | 5.4 MiB/s | 27.8 KiB | 00m00s [ 57/187] java-srpm-macros-0:1-9.fc45.n 100% | 2.7 MiB/s | 8.3 KiB | 00m00s [ 58/187] kernel-srpm-macros-0:1.0-30.f 100% | 2.7 MiB/s | 8.3 KiB | 00m00s [ 59/187] lua-srpm-macros-0:1-18.fc45.n 100% | 4.2 MiB/s | 8.7 KiB | 00m00s [ 60/187] ocaml-srpm-macros-0:11-4.fc45 100% | 2.9 MiB/s | 9.0 KiB | 00m00s [ 61/187] openblas-srpm-macros-0:2-22.f 100% | 2.4 MiB/s | 7.5 KiB | 00m00s [ 62/187] package-notes-srpm-macros-0:0 100% | 3.4 MiB/s | 10.5 KiB | 00m00s [ 63/187] perl-srpm-macros-0:1-65.fc45. 100% | 4.1 MiB/s | 8.4 KiB | 00m00s [ 64/187] pyproject-srpm-macros-0:1.23. 100% | 7.6 MiB/s | 15.6 KiB | 00m00s [ 65/187] python-srpm-macros-0:3.15-2.f 100% | 7.8 MiB/s | 23.9 KiB | 00m00s [ 66/187] qt5-srpm-macros-0:5.15.18-3.f 100% | 2.6 MiB/s | 8.1 KiB | 00m00s [ 67/187] qt6-srpm-macros-0:6.11.1-2.fc 100% | 3.0 MiB/s | 9.2 KiB | 00m00s [ 68/187] rust-srpm-macros-0:28.5-2.fc4 100% | 5.6 MiB/s | 11.4 KiB | 00m00s [ 69/187] rpm-0:6.1.0-1.fc45.x86_64 100% | 111.4 MiB/s | 570.4 KiB | 00m00s [ 70/187] tree-sitter-srpm-macros-0:0.4 100% | 3.4 MiB/s | 14.0 KiB | 00m00s [ 71/187] zig-srpm-macros-0:1-9.fc45.no 100% | 1.4 MiB/s | 8.8 KiB | 00m00s [ 72/187] zip-0:3.0-46.fc45.x86_64 100% | 51.7 MiB/s | 264.6 KiB | 00m00s [ 73/187] debugedit-0:5.3-3.fc45.x86_64 100% | 17.2 MiB/s | 87.9 KiB | 00m00s [ 74/187] libarchive-0:3.8.8-3.fc45.x86 100% | 86.9 MiB/s | 445.1 KiB | 00m00s [ 75/187] elfutils-libelf-0:0.195-3.fc4 100% | 41.1 MiB/s | 210.4 KiB | 00m00s [ 76/187] elfutils-0:0.195-3.fc45.x86_6 100% | 72.0 MiB/s | 590.0 KiB | 00m00s [ 77/187] libgcc-0:16.2.1-2.fc45.x86_64 100% | 26.6 MiB/s | 136.3 KiB | 00m00s [ 78/187] popt-0:1.19-11.fc45.x86_64 100% | 13.0 MiB/s | 66.6 KiB | 00m00s [ 79/187] libstdc++-0:16.2.1-2.fc45.x86 100% | 111.1 MiB/s | 1.0 MiB | 00m00s [ 80/187] readline-0:8.3-6.fc45.x86_64 100% | 31.9 MiB/s | 228.8 KiB | 00m00s [ 81/187] rpm-build-libs-0:6.1.0-1.fc45 100% | 21.9 MiB/s | 134.8 KiB | 00m00s [ 82/187] zstd-0:1.5.7-6.fc45.x86_64 100% | 93.6 MiB/s | 191.7 KiB | 00m00s [ 83/187] rpm-libs-0:6.1.0-1.fc45.x86_6 100% | 77.6 MiB/s | 476.6 KiB | 00m00s [ 84/187] audit-libs-0:4.2.1-2.fc45.x86 100% | 35.0 MiB/s | 143.3 KiB | 00m00s [ 85/187] libeconf-0:0.7.9-4.fc45.x86_6 100% | 8.8 MiB/s | 35.9 KiB | 00m00s [ 86/187] libsemanage-0:3.11-3.fc45.x86 100% | 62.2 MiB/s | 127.3 KiB | 00m00s [ 87/187] libxcrypt-0:4.5.2-4.fc45.x86_ 100% | 63.9 MiB/s | 130.9 KiB | 00m00s [ 88/187] pam-libs-0:1.7.2-4.fc45.x86_6 100% | 28.5 MiB/s | 58.4 KiB | 00m00s [ 89/187] setup-0:2.15.1-2.fc45.noarch 100% | 77.0 MiB/s | 157.6 KiB | 00m00s [ 90/187] xz-libs-1:5.8.3-2.fc45.x86_64 100% | 28.3 MiB/s | 116.1 KiB | 00m00s [ 91/187] mpfr-0:4.2.2-4.fc45.x86_64 100% | 69.8 MiB/s | 357.4 KiB | 00m00s [ 92/187] libblkid-0:2.42.2-3.fc45.x86_ 100% | 21.8 MiB/s | 133.9 KiB | 00m00s [ 93/187] libcap-ng-0:0.9.5-1.fc45.x86_ 100% | 8.4 MiB/s | 34.5 KiB | 00m00s [ 94/187] libfdisk-0:2.42.2-3.fc45.x86_ 100% | 55.2 MiB/s | 169.6 KiB | 00m00s [ 95/187] liblastlog2-0:2.42.2-3.fc45.x 100% | 12.1 MiB/s | 24.7 KiB | 00m00s [ 96/187] libmount-0:2.42.2-3.fc45.x86_ 100% | 86.5 MiB/s | 177.2 KiB | 00m00s [ 97/187] libsmartcols-0:2.42.2-3.fc45. 100% | 43.2 MiB/s | 88.5 KiB | 00m00s [ 98/187] libuuid-0:2.42.2-3.fc45.x86_6 100% | 9.0 MiB/s | 27.7 KiB | 00m00s [ 99/187] zlib-ng-compat-0:2.3.3-6.fc45 100% | 22.1 MiB/s | 90.4 KiB | 00m00s [100/187] util-linux-core-0:2.42.2-3.fc 100% | 81.1 MiB/s | 581.0 KiB | 00m00s [101/187] ncurses-base-0:6.6-3.fc45.noa 100% | 21.5 MiB/s | 88.1 KiB | 00m00s [102/187] gnulib-l10n-0:20241231-4.fc45 100% | 29.4 MiB/s | 150.4 KiB | 00m00s [103/187] glibc-gconv-extra-0:2.44-1.fc 100% | 113.3 MiB/s | 1.7 MiB | 00m00s [104/187] libsepol-0:3.11-2.fc45.x86_64 100% | 44.6 MiB/s | 365.2 KiB | 00m00s [105/187] ca-certificates-0:2025.2.80_v 100% | 134.4 MiB/s | 963.4 KiB | 00m00s [106/187] crypto-policies-0:20260713-2. 100% | 19.0 MiB/s | 97.5 KiB | 00m00s [107/187] fedora-gpg-keys-0:45-0.6.noar 100% | 15.6 MiB/s | 143.8 KiB | 00m00s [108/187] redhat-systemd-presets-common 100% | 944.9 KiB/s | 13.2 KiB | 00m00s [109/187] fips-provider-0:1.5.2-3.fc45. 100% | 76.9 MiB/s | 1.6 MiB | 00m00s [110/187] pcre2-syntax-0:10.47-1.fc45.2 100% | 13.4 MiB/s | 165.1 KiB | 00m00s [111/187] linkdupes-0:0.7.3-3.fc45.x86_ 100% | 55.2 MiB/s | 339.2 KiB | 00m00s [112/187] add-determinism-0:0.7.3-3.fc4 100% | 91.8 MiB/s | 845.7 KiB | 00m00s [113/187] file-libs-0:5.47-3.fc45.x86_6 100% | 77.4 MiB/s | 872.0 KiB | 00m00s [114/187] curl-0:8.21.0-5.fc45.x86_64 100% | 39.7 MiB/s | 244.0 KiB | 00m00s [115/187] elfutils-libs-0:0.195-3.fc45. 100% | 39.5 MiB/s | 282.8 KiB | 00m00s [116/187] elfutils-debuginfod-client-0: 100% | 15.2 MiB/s | 46.7 KiB | 00m00s [117/187] libzstd-0:1.5.7-6.fc45.x86_64 100% | 118.4 MiB/s | 363.9 KiB | 00m00s [118/187] lz4-libs-0:1.10.0-5.fc45.x86_ 100% | 26.2 MiB/s | 80.4 KiB | 00m00s [119/187] libxml2-0:2.13.9-4.fc45.x86_6 100% | 116.3 MiB/s | 714.8 KiB | 00m00s [120/187] libgomp-0:16.2.1-2.fc45.x86_6 100% | 64.7 MiB/s | 397.3 KiB | 00m00s [121/187] lua-libs-0:5.5.1-1.fc45.x86_6 100% | 46.9 MiB/s | 144.1 KiB | 00m00s [122/187] rpm-sign-libs-0:6.1.0-1.fc45. 100% | 8.8 MiB/s | 26.9 KiB | 00m00s [123/187] rpm-sequoia-0:1.10.2-5.fc45.x 100% | 151.9 MiB/s | 933.3 KiB | 00m00s [124/187] sqlite-libs-0:3.53.4-1.fc45.x 100% | 113.3 MiB/s | 812.1 KiB | 00m00s [125/187] json-c-0:0.18-9.fc45.x86_64 100% | 7.6 MiB/s | 46.7 KiB | 00m00s [126/187] ima-evm-utils-libs-0:1.6.2-12 100% | 14.8 MiB/s | 30.2 KiB | 00m00s [127/187] libfsverity-0:1.7-4.fc45.x86_ 100% | 3.1 MiB/s | 19.0 KiB | 00m00s [128/187] gnupg2-0:2.4.9-18.fc45.x86_64 100% | 150.2 MiB/s | 1.7 MiB | 00m00s [129/187] gpgverify-0:2.2-5.fc45.noarch 100% | 1.6 MiB/s | 11.3 KiB | 00m00s [130/187] gnupg2-dirmngr-0:2.4.9-18.fc4 100% | 68.7 MiB/s | 281.6 KiB | 00m00s [131/187] gnupg2-gpgconf-0:2.4.9-18.fc4 100% | 56.9 MiB/s | 116.5 KiB | 00m00s [132/187] gnupg2-gpg-agent-0:2.4.9-18.f 100% | 91.6 MiB/s | 281.3 KiB | 00m00s [133/187] gnupg2-keyboxd-0:2.4.9-18.fc4 100% | 47.2 MiB/s | 96.6 KiB | 00m00s [134/187] gnupg2-verify-0:2.4.9-18.fc45 100% | 86.0 MiB/s | 176.1 KiB | 00m00s [135/187] libassuan-0:2.5.7-6.fc45.x86_ 100% | 33.5 MiB/s | 68.5 KiB | 00m00s [136/187] libgcrypt-0:1.12.2-2.fc45.x86 100% | 122.9 MiB/s | 629.0 KiB | 00m00s [137/187] libgpg-error-0:1.61-2.fc45.x8 100% | 49.4 MiB/s | 252.9 KiB | 00m00s [138/187] npth-0:1.8-5.fc45.x86_64 100% | 5.0 MiB/s | 25.5 KiB | 00m00s [139/187] tpm2-tss-0:4.2.0-1.fc45.x86_6 100% | 111.5 MiB/s | 456.8 KiB | 00m00s [140/187] libksba-0:1.8.0-3.fc45.x86_64 100% | 42.0 MiB/s | 172.2 KiB | 00m00s [141/187] gnutls-0:3.8.13-3.fc45.x86_64 100% | 129.3 MiB/s | 1.4 MiB | 00m00s [142/187] libusb1-0:1.0.30-2.fc45.x86_6 100% | 10.2 MiB/s | 83.8 KiB | 00m00s [143/187] openldap-0:2.6.13-4.fc45.x86_ 100% | 26.6 MiB/s | 272.3 KiB | 00m00s [144/187] libidn2-0:2.3.8-4.fc45.x86_64 100% | 34.2 MiB/s | 175.2 KiB | 00m00s [145/187] libtasn1-0:4.21.0-2.fc45.x86_ 100% | 14.8 MiB/s | 75.9 KiB | 00m00s [146/187] libunistring-0:1.1-12.fc45.x8 100% | 88.8 MiB/s | 545.8 KiB | 00m00s [147/187] nettle-0:4.0-5.fc45.x86_64 100% | 83.9 MiB/s | 429.7 KiB | 00m00s [148/187] p11-kit-0:0.26.5-1.fc45.x86_6 100% | 91.1 MiB/s | 560.0 KiB | 00m00s [149/187] libevent-0:2.1.12-19.fc45.x86 100% | 40.1 MiB/s | 287.3 KiB | 00m00s [150/187] cyrus-sasl-lib-0:2.1.28-37.fc 100% | 88.7 MiB/s | 817.8 KiB | 00m00s [151/187] libtool-ltdl-0:2.5.4-11.fc45. 100% | 9.0 MiB/s | 36.7 KiB | 00m00s [152/187] libffi-0:3.5.2-3.fc45.x86_64 100% | 20.4 MiB/s | 41.9 KiB | 00m00s [153/187] gdbm-libs-1:1.23-12.fc45.x86_ 100% | 28.4 MiB/s | 58.2 KiB | 00m00s [154/187] alternatives-0:1.33-6.fc45.x8 100% | 12.8 MiB/s | 39.4 KiB | 00m00s [155/187] jansson-0:2.14-5.fc45.x86_64 100% | 11.5 MiB/s | 46.9 KiB | 00m00s [156/187] pkgconf-pkg-config-0:2.5.1-2. 100% | 1.5 MiB/s | 9.5 KiB | 00m00s [157/187] pkgconf-0:2.5.1-2.fc45.x86_64 100% | 9.6 MiB/s | 49.0 KiB | 00m00s [158/187] pkgconf-m4-0:2.5.1-2.fc45.noa 100% | 3.4 MiB/s | 13.8 KiB | 00m00s [159/187] libpkgconf-0:2.5.1-2.fc45.x86 100% | 6.9 MiB/s | 42.6 KiB | 00m00s [160/187] p11-kit-trust-0:0.26.5-1.fc45 100% | 23.8 MiB/s | 146.3 KiB | 00m00s [161/187] fedora-release-0:45-0.10.noar 100% | 2.0 MiB/s | 12.0 KiB | 00m00s [162/187] binutils-0:2.47-1.fc45.x86_64 100% | 208.1 MiB/s | 6.2 MiB | 00m00s [163/187] systemd-standalone-sysusers-0 100% | 50.8 MiB/s | 416.4 KiB | 00m00s [164/187] xxhash-libs-0:0.8.3-5.fc45.x8 100% | 5.0 MiB/s | 41.3 KiB | 00m00s [165/187] fedora-release-identity-basic 100% | 1.6 MiB/s | 12.8 KiB | 00m00s [166/187] libcurl-0:8.21.0-5.fc45.x86_6 100% | 52.2 MiB/s | 481.3 KiB | 00m00s [167/187] krb5-libs-0:1.22.2-9.fc45.x86 100% | 71.3 MiB/s | 803.1 KiB | 00m00s [168/187] libbrotli-0:1.2.0-6.fc45.x86_ 100% | 48.5 MiB/s | 347.3 KiB | 00m00s [169/187] libnghttp2-0:1.69.0-5.fc45.x8 100% | 10.8 MiB/s | 77.2 KiB | 00m00s [170/187] gdb-minimal-0:17.2-4.fc45.x86 100% | 124.7 MiB/s | 4.7 MiB | 00m00s [171/187] libnghttp3-0:1.18.0-1.fc45.x8 100% | 10.5 MiB/s | 75.1 KiB | 00m00s [172/187] libpsl-0:0.23.1-1.fc45.x86_64 100% | 13.2 MiB/s | 67.6 KiB | 00m00s [173/187] libssh-0:0.12.2-1.fc45.x86_64 100% | 144.5 MiB/s | 295.9 KiB | 00m00s [174/187] ngtcp2-0:1.22.1-3.fc45.x86_64 100% | 51.3 MiB/s | 157.7 KiB | 00m00s [175/187] ngtcp2-crypto-ossl-0:1.22.1-3 100% | 9.1 MiB/s | 27.8 KiB | 00m00s [176/187] keyutils-libs-0:1.6.3-8.fc45. 100% | 7.7 MiB/s | 31.5 KiB | 00m00s [177/187] libcom_err-0:1.47.4-2.fc45.x8 100% | 6.5 MiB/s | 26.6 KiB | 00m00s [178/187] libverto-0:0.3.2-13.fc45.x86_ 100% | 6.8 MiB/s | 21.0 KiB | 00m00s [179/187] publicsuffix-list-dafsa-0:202 100% | 14.9 MiB/s | 61.1 KiB | 00m00s [180/187] libfido2-0:1.17.0-5.fc45.x86_ 100% | 26.1 MiB/s | 106.9 KiB | 00m00s [181/187] libssh-config-0:0.12.2-1.fc45 100% | 1.7 MiB/s | 8.9 KiB | 00m00s [182/187] libcbor-0:0.14.0-3.fc45.x86_6 100% | 7.2 MiB/s | 36.8 KiB | 00m00s [183/187] policycoreutils-0:3.11-2.fc45 100% | 31.9 MiB/s | 260.9 KiB | 00m00s [184/187] selinux-policy-0:45.14-1.fc45 100% | 7.4 MiB/s | 37.9 KiB | 00m00s [185/187] libselinux-utils-0:3.11-4.fc4 100% | 17.2 MiB/s | 123.4 KiB | 00m00s [186/187] rpm-plugin-selinux-0:6.1.0-1. 100% | 2.5 MiB/s | 17.8 KiB | 00m00s [187/187] selinux-policy-targeted-0:45. 100% | 154.9 MiB/s | 6.8 MiB | 00m00s -------------------------------------------------------------------------------- [187/187] Total 100% | 160.1 MiB/s | 71.9 MiB | 00m00s Running transaction Importing OpenPGP key 0xF577861E: UserID : "Fedora (45) " Fingerprint: 4F50A6114CD5C6976A7F1179655A4B02F577861E From : file:///usr/share/distribution-gpg-keys/fedora/RPM-GPG-KEY-fedora-45-primary The key was successfully imported. [ 1/189] Verify package files 100% | 748.0 B/s | 187.0 B | 00m00s >>> Running %pretrans scriptlet: filesystem-0:3.18-59.fc45.x86_64 >>> Finished %pretrans scriptlet: filesystem-0:3.18-59.fc45.x86_64 >>> [RPM] failed to open /var/lib/mock/copr-custom-fedora-45-x86_64/root/etc/group for id/name lookup: No such file or directory [ 2/189] Prepare transaction 100% | 3.7 KiB/s | 187.0 B | 00m00s [ 3/189] Installing libgcc-0:16.2.1-2. 100% | 266.0 MiB/s | 272.4 KiB | 00m00s [ 4/189] Installing redhat-systemd-pre 100% | 0.0 B/s | 1.5 KiB | 00m00s [ 5/189] Installing redhat-systemd-pre 100% | 0.0 B/s | 18.1 KiB | 00m00s [ 6/189] Installing libssh-config-0:0. 100% | 0.0 B/s | 816.0 B | 00m00s [ 7/189] Installing publicsuffix-list- 100% | 0.0 B/s | 72.0 KiB | 00m00s [ 8/189] Installing fedora-release-ide 100% | 0.0 B/s | 912.0 B | 00m00s [ 9/189] Installing fedora-gpg-keys-0: 100% | 44.4 MiB/s | 181.7 KiB | 00m00s [ 10/189] Installing fedora-repos-0:45- 100% | 0.0 B/s | 5.9 KiB | 00m00s [ 11/189] Installing fedora-release-com 100% | 0.0 B/s | 7.4 KiB | 00m00s [ 12/189] Installing fedora-release-0:4 100% | 20.2 KiB/s | 124.0 B | 00m00s >>> Running sysusers scriptlet: setup-0:2.15.1-2.fc45.noarch >>> Finished sysusers scriptlet: setup-0:2.15.1-2.fc45.noarch >>> Scriptlet output: >>> Creating group 'adm' with GID 4. >>> Creating group 'audio' with GID 63. >>> Creating group 'cdrom' with GID 11. >>> Creating group 'clock' with GID 103. >>> Creating group 'dialout' with GID 18. >>> Creating group 'disk' with GID 6. >>> Creating group 'floppy' with GID 19. >>> Creating group 'ftp' with GID 50. >>> Creating group 'games' with GID 20. >>> Creating group 'input' with GID 104. >>> Creating group 'kmem' with GID 9. >>> Creating group 'kvm' with GID 36. >>> Creating group 'lock' with GID 54. >>> Creating group 'lp' with GID 7. >>> Creating group 'mail' with GID 12. >>> Creating group 'man' with GID 15. >>> Creating group 'mem' with GID 8. >>> Creating group 'nobody' with GID 65534. >>> Creating group 'render' with GID 105. >>> Creating group 'root' with GID 0. >>> Creating group 'sgx' with GID 106. >>> Creating group 'sys' with GID 3. >>> Creating group 'tape' with GID 33. >>> Creating group 'tty' with GID 5. >>> Creating group 'users' with GID 100. >>> Creating group 'utmp' with GID 22. >>> Creating group 'video' with GID 39. >>> Creating group 'wheel' with GID 10. >>> Creating user 'adm' (adm) with UID 3 and GID 4. >>> Creating group 'bin' with GID 1. >>> Creating user 'bin' (bin) with UID 1 and GID 1. >>> Creating group 'daemon' with GID 2. >>> Creating user 'daemon' (daemon) with UID 2 and GID 2. >>> Creating user 'ftp' (FTP User) with UID 14 and GID 50. >>> Creating user 'games' (games) with UID 12 and GID 100. >>> Creating user 'halt' (halt) with UID 7 and GID 0. >>> Creating user 'lp' (lp) with UID 4 and GID 7. >>> Creating user 'mail' (mail) with UID 8 and GID 12. >>> Creating user 'nobody' (Kernel Overflow User) with UID 65534 and GID 65534. >>> Creating user 'operator' (operator) with UID 11 and GID 0. >>> Creating user 'root' (Super User) with UID 0 and GID 0. >>> Creating user 'shutdown' (shutdown) with UID 6 and GID 0. >>> Creating user 'sync' (sync) with UID 5 and GID 0. >>> [ 13/189] Installing setup-0:2.15.1-2.f 100% | 44.6 MiB/s | 731.3 KiB | 00m00s [ 14/189] Installing filesystem-0:3.18- 100% | 3.0 MiB/s | 253.6 KiB | 00m00s [ 15/189] Installing pkgconf-m4-0:2.5.1 100% | 0.0 B/s | 14.7 KiB | 00m00s [ 16/189] Installing pcre2-syntax-0:10. 100% | 277.7 MiB/s | 284.3 KiB | 00m00s [ 17/189] Installing gnulib-l10n-0:2024 100% | 215.5 MiB/s | 661.9 KiB | 00m00s [ 18/189] Installing coreutils-common-0 100% | 438.3 MiB/s | 11.0 MiB | 00m00s [ 19/189] Installing ncurses-base-0:6.6 100% | 115.7 MiB/s | 355.3 KiB | 00m00s [ 20/189] Installing bash-0:5.3.15-2.fc 100% | 273.3 MiB/s | 8.5 MiB | 00m00s [ 21/189] Installing glibc-common-0:2.4 100% | 54.2 MiB/s | 1.0 MiB | 00m00s [ 22/189] Installing glibc-gconv-extra- 100% | 353.8 MiB/s | 7.8 MiB | 00m00s [ 23/189] Installing glibc-0:2.44-1.fc4 100% | 198.4 MiB/s | 7.1 MiB | 00m00s [ 24/189] Installing ncurses-libs-0:6.6 100% | 317.4 MiB/s | 974.9 KiB | 00m00s [ 25/189] Installing glibc-minimal-lang 100% | 0.0 B/s | 124.0 B | 00m00s [ 26/189] Installing zlib-ng-compat-0:2 100% | 162.5 MiB/s | 166.4 KiB | 00m00s [ 27/189] Installing bzip2-libs-0:1.0.8 100% | 0.0 B/s | 81.6 KiB | 00m00s [ 28/189] Installing libgpg-error-0:1.6 100% | 55.1 MiB/s | 959.7 KiB | 00m00s [ 29/189] Installing libstdc++-0:16.2.1 100% | 440.9 MiB/s | 3.1 MiB | 00m00s [ 30/189] Installing libzstd-0:1.5.7-6. 100% | 467.5 MiB/s | 957.4 KiB | 00m00s [ 31/189] Installing elfutils-libelf-0: 100% | 582.9 MiB/s | 1.2 MiB | 00m00s [ 32/189] Installing libassuan-0:2.5.7- 100% | 161.8 MiB/s | 165.7 KiB | 00m00s [ 33/189] Installing libgcrypt-0:1.12.2 100% | 415.7 MiB/s | 1.7 MiB | 00m00s [ 34/189] Installing readline-0:8.3-6.f 100% | 505.5 MiB/s | 517.7 KiB | 00m00s [ 35/189] Installing gmp-1:6.3.0-6.fc45 100% | 399.1 MiB/s | 817.4 KiB | 00m00s [ 36/189] Installing libacl-0:2.4.0-2.f 100% | 0.0 B/s | 44.7 KiB | 00m00s [ 37/189] Installing systemd-libs-0:261 100% | 453.8 MiB/s | 2.7 MiB | 00m00s [ 38/189] Installing xz-libs-1:5.8.3-2. 100% | 217.6 MiB/s | 222.8 KiB | 00m00s [ 39/189] Installing libuuid-0:2.42.2-3 100% | 0.0 B/s | 38.4 KiB | 00m00s [ 40/189] Installing popt-0:1.19-11.fc4 100% | 139.9 MiB/s | 143.3 KiB | 00m00s [ 41/189] Installing sqlite-libs-0:3.53 100% | 404.7 MiB/s | 1.6 MiB | 00m00s [ 42/189] Installing npth-0:1.8-5.fc45. 100% | 0.0 B/s | 50.6 KiB | 00m00s [ 43/189] Installing libblkid-0:2.42.2- 100% | 276.7 MiB/s | 283.4 KiB | 00m00s [ 44/189] Installing elfutils-libs-0:0. 100% | 350.2 MiB/s | 717.2 KiB | 00m00s [ 45/189] Installing libsepol-0:3.11-2. 100% | 423.4 MiB/s | 867.1 KiB | 00m00s [ 46/189] Installing gnupg2-gpgconf-0:2 100% | 16.7 MiB/s | 255.9 KiB | 00m00s [ 47/189] Installing pcre2-0:10.47-1.fc 100% | 351.5 MiB/s | 720.0 KiB | 00m00s [ 48/189] Installing libselinux-0:3.11- 100% | 201.6 MiB/s | 206.5 KiB | 00m00s [ 49/189] Installing grep-0:3.12-4.fc45 100% | 55.7 MiB/s | 1.0 MiB | 00m00s [ 50/189] Installing sed-0:4.10-2.fc45. 100% | 50.3 MiB/s | 874.9 KiB | 00m00s [ 51/189] Installing findutils-1:4.11.0 100% | 103.1 MiB/s | 2.0 MiB | 00m00s [ 52/189] Installing libxcrypt-0:4.5.2- 100% | 289.0 MiB/s | 295.9 KiB | 00m00s [ 53/189] Installing libtasn1-0:4.21.0- 100% | 174.3 MiB/s | 178.5 KiB | 00m00s [ 54/189] Installing libunistring-0:1.1 100% | 433.6 MiB/s | 1.7 MiB | 00m00s [ 55/189] Installing libidn2-0:2.3.8-4. 100% | 68.7 MiB/s | 562.6 KiB | 00m00s [ 56/189] Installing crypto-policies-0: 100% | 38.9 MiB/s | 159.5 KiB | 00m00s [ 57/189] Installing xz-1:5.8.3-2.fc45. 100% | 66.9 MiB/s | 1.4 MiB | 00m00s [ 58/189] Installing libmount-0:2.42.2- 100% | 396.3 MiB/s | 405.8 KiB | 00m00s [ 59/189] Installing gnupg2-verify-0:2. 100% | 23.3 MiB/s | 357.7 KiB | 00m00s [ 60/189] Installing mpfr-0:4.2.2-4.fc4 100% | 415.5 MiB/s | 850.9 KiB | 00m00s [ 61/189] Installing gawk-0:5.4.1-1.fc4 100% | 111.4 MiB/s | 2.2 MiB | 00m00s [ 62/189] Installing dwz-0:0.17-3.fc45. 100% | 19.0 MiB/s | 292.5 KiB | 00m00s [ 63/189] Installing libksba-0:1.8.0-3. 100% | 423.5 MiB/s | 433.7 KiB | 00m00s [ 64/189] Installing unzip-0:6.0-71.fc4 100% | 29.0 MiB/s | 445.3 KiB | 00m00s [ 65/189] Installing file-libs-0:5.47-3 100% | 761.6 MiB/s | 12.2 MiB | 00m00s [ 66/189] Installing file-0:5.47-3.fc45 100% | 6.7 MiB/s | 102.7 KiB | 00m00s [ 67/189] Installing diffutils-0:3.12-6 100% | 86.9 MiB/s | 1.6 MiB | 00m00s [ 68/189] Installing libattr-0:2.6.0-2. 100% | 0.0 B/s | 25.2 KiB | 00m00s [ 69/189] Installing libeconf-0:0.7.9-4 100% | 64.9 MiB/s | 66.4 KiB | 00m00s [ 70/189] Installing libcap-ng-0:0.9.5- 100% | 69.0 MiB/s | 70.6 KiB | 00m00s [ 71/189] Installing audit-libs-0:4.2.1 100% | 383.9 MiB/s | 393.1 KiB | 00m00s [ 72/189] Installing pam-libs-0:1.7.2-4 100% | 133.7 MiB/s | 136.9 KiB | 00m00s [ 73/189] Installing libcap-0:2.78-2.fc 100% | 13.9 MiB/s | 213.3 KiB | 00m00s [ 74/189] Installing libsemanage-0:3.11 100% | 310.7 MiB/s | 318.1 KiB | 00m00s [ 75/189] Installing libsmartcols-0:2.4 100% | 185.0 MiB/s | 189.5 KiB | 00m00s [ 76/189] Installing lua-libs-0:5.5.1-1 100% | 292.4 MiB/s | 299.4 KiB | 00m00s [ 77/189] Installing json-c-0:0.18-9.fc 100% | 0.0 B/s | 83.9 KiB | 00m00s [ 78/189] Installing libffi-0:3.5.2-3.f 100% | 83.1 MiB/s | 85.1 KiB | 00m00s [ 79/189] Installing p11-kit-0:0.26.5-1 100% | 125.5 MiB/s | 2.6 MiB | 00m00s [ 80/189] Installing alternatives-0:1.3 100% | 4.4 MiB/s | 63.6 KiB | 00m00s [ 81/189] Installing p11-kit-trust-0:0. 100% | 22.3 MiB/s | 480.1 KiB | 00m00s [ 82/189] Installing ngtcp2-0:1.22.1-3. 100% | 327.9 MiB/s | 335.8 KiB | 00m00s [ 83/189] Installing util-linux-core-0: 100% | 75.2 MiB/s | 1.5 MiB | 00m00s [ 84/189] Installing liblastlog2-0:2.42 100% | 9.7 MiB/s | 39.5 KiB | 00m00s [ 85/189] Installing zip-0:3.0-46.fc45. 100% | 40.1 MiB/s | 698.0 KiB | 00m00s [ 86/189] Installing gnupg2-keyboxd-0:2 100% | 39.6 MiB/s | 202.5 KiB | 00m00s [ 87/189] Installing libpsl-0:0.23.1-1. 100% | 79.6 MiB/s | 81.5 KiB | 00m00s [ 88/189] Installing tar-2:1.35-9.fc45. 100% | 129.3 MiB/s | 3.0 MiB | 00m00s [ 89/189] Installing linkdupes-0:0.7.3- 100% | 47.8 MiB/s | 783.5 KiB | 00m00s [ 90/189] Installing libselinux-utils-0 100% | 19.6 MiB/s | 320.4 KiB | 00m00s [ 91/189] Installing libfdisk-0:2.42.2- 100% | 384.2 MiB/s | 393.4 KiB | 00m00s [ 92/189] Installing fips-provider-0:1. 100% | 482.1 MiB/s | 4.8 MiB | 00m00s [ 93/189] Installing openssl-libs-1:4.0 100% | 445.0 MiB/s | 6.7 MiB | 00m00s [ 94/189] Installing coreutils-0:9.11-6 100% | 185.2 MiB/s | 5.9 MiB | 00m00s [ 95/189] Installing ca-certificates-0: 100% | 2.3 MiB/s | 2.4 MiB | 00m01s [ 96/189] Installing gzip-0:1.14-4.fc45 100% | 22.1 MiB/s | 407.2 KiB | 00m00s [ 97/189] Installing util-linux-0:2.42. 100% | 107.4 MiB/s | 3.8 MiB | 00m00s [ 98/189] Installing policycoreutils-0: 100% | 34.6 MiB/s | 921.4 KiB | 00m00s [ 99/189] Installing selinux-policy-0:4 100% | 2.0 MiB/s | 34.5 KiB | 00m00s [100/189] Installing selinux-policy-tar 100% | 236.6 MiB/s | 15.1 MiB | 00m00s [101/189] Installing rpm-sequoia-0:1.10 100% | 403.3 MiB/s | 2.4 MiB | 00m00s [102/189] Installing libfsverity-0:1.7- 100% | 0.0 B/s | 25.4 KiB | 00m00s [103/189] Installing libevent-0:2.1.12- 100% | 319.8 MiB/s | 982.6 KiB | 00m00s [104/189] Installing ngtcp2-crypto-ossl 100% | 0.0 B/s | 52.5 KiB | 00m00s [105/189] Installing libxml2-0:2.13.9-4 100% | 87.8 MiB/s | 1.8 MiB | 00m00s [106/189] Installing libusb1-0:1.0.30-2 100% | 29.6 MiB/s | 181.8 KiB | 00m00s >>> Running sysusers scriptlet: tpm2-tss-0:4.2.0-1.fc45.x86_64 >>> Finished sysusers scriptlet: tpm2-tss-0:4.2.0-1.fc45.x86_64 >>> Scriptlet output: >>> Creating group 'tss' with GID 59. >>> Creating user 'tss' (Account used for TPM access) with UID 59 and GID 59. >>> [107/189] Installing tpm2-tss-0:4.2.0-1 100% | 333.5 MiB/s | 1.7 MiB | 00m00s [108/189] Installing ima-evm-utils-libs 100% | 0.0 B/s | 57.9 KiB | 00m00s [109/189] Installing gnupg2-gpg-agent-0 100% | 30.3 MiB/s | 682.8 KiB | 00m00s [110/189] Installing nettle-0:4.0-5.fc4 100% | 393.1 MiB/s | 805.0 KiB | 00m00s [111/189] Installing gnutls-0:3.8.13-3. 100% | 426.4 MiB/s | 3.8 MiB | 00m00s [112/189] Installing zstd-0:1.5.7-6.fc4 100% | 30.9 MiB/s | 506.1 KiB | 00m00s [113/189] Installing bzip2-0:1.0.8-24.f 100% | 6.5 MiB/s | 99.5 KiB | 00m00s [114/189] Installing add-determinism-0: 100% | 113.6 MiB/s | 2.2 MiB | 00m00s [115/189] Installing build-reproducibil 100% | 0.0 B/s | 1.5 KiB | 00m00s [116/189] Installing cpio-0:2.15-10.fc4 100% | 64.9 MiB/s | 1.1 MiB | 00m00s [117/189] Installing ed-0:1.22.6-1.fc45 100% | 10.0 MiB/s | 153.2 KiB | 00m00s [118/189] Installing patch-0:2.8-5.fc45 100% | 14.9 MiB/s | 228.1 KiB | 00m00s [119/189] Installing lz4-libs-0:1.10.0- 100% | 162.5 MiB/s | 166.4 KiB | 00m00s [120/189] Installing libarchive-0:3.8.8 100% | 326.1 MiB/s | 1.0 MiB | 00m00s [121/189] Installing libgomp-0:16.2.1-2 100% | 565.4 MiB/s | 578.9 KiB | 00m00s [122/189] Installing libtool-ltdl-0:2.5 100% | 0.0 B/s | 71.1 KiB | 00m00s [123/189] Installing gdbm-libs-1:1.23-1 100% | 132.2 MiB/s | 135.4 KiB | 00m00s [124/189] Installing cyrus-sasl-lib-0:2 100% | 116.9 MiB/s | 2.3 MiB | 00m00s [125/189] Installing openldap-0:2.6.13- 100% | 332.9 MiB/s | 681.7 KiB | 00m00s [126/189] Installing gnupg2-dirmngr-0:2 100% | 28.1 MiB/s | 632.8 KiB | 00m00s [127/189] Installing gnupg2-0:2.4.9-18. 100% | 216.7 MiB/s | 6.5 MiB | 00m00s [128/189] Installing gpgverify-0:2.2-5. 100% | 0.0 B/s | 9.4 KiB | 00m00s [129/189] Installing jansson-0:2.14-5.f 100% | 0.0 B/s | 90.3 KiB | 00m00s [130/189] Installing libpkgconf-0:2.5.1 100% | 89.1 MiB/s | 91.3 KiB | 00m00s [131/189] Installing pkgconf-0:2.5.1-2. 100% | 6.2 MiB/s | 95.2 KiB | 00m00s [132/189] Installing pkgconf-pkg-config 100% | 126.7 KiB/s | 1.8 KiB | 00m00s [133/189] Installing systemd-standalone 100% | 54.3 MiB/s | 945.0 KiB | 00m00s [134/189] Installing rpm-libs-0:6.1.0-1 100% | 366.4 MiB/s | 1.1 MiB | 00m00s [135/189] Installing rpm-sign-libs-0:6. 100% | 0.0 B/s | 40.5 KiB | 00m00s [136/189] Installing rpm-build-libs-0:6 100% | 282.4 MiB/s | 289.1 KiB | 00m00s [137/189] Installing xxhash-libs-0:0.8. 100% | 93.2 MiB/s | 95.4 KiB | 00m00s [138/189] Installing libbrotli-0:1.2.0- 100% | 282.3 MiB/s | 867.3 KiB | 00m00s [139/189] Installing libnghttp2-0:1.69. 100% | 163.4 MiB/s | 167.3 KiB | 00m00s [140/189] Installing libnghttp3-0:1.18. 100% | 161.0 MiB/s | 164.8 KiB | 00m00s [141/189] Installing keyutils-libs-0:1. 100% | 0.0 B/s | 55.6 KiB | 00m00s [142/189] Installing libcom_err-0:1.47. 100% | 0.0 B/s | 64.1 KiB | 00m00s [143/189] Installing libverto-0:0.3.2-1 100% | 0.0 B/s | 27.1 KiB | 00m00s [144/189] Installing krb5-libs-0:1.22.2 100% | 341.0 MiB/s | 2.4 MiB | 00m00s [145/189] Installing libcbor-0:0.14.0-3 100% | 0.0 B/s | 84.9 KiB | 00m00s [146/189] Installing libfido2-0:1.17.0- 100% | 252.0 MiB/s | 258.1 KiB | 00m00s [147/189] Installing libssh-0:0.12.2-1. 100% | 355.4 MiB/s | 727.8 KiB | 00m00s [148/189] Installing libcurl-0:8.21.0-5 100% | 351.4 MiB/s | 1.1 MiB | 00m00s [149/189] Installing elfutils-debuginfo 100% | 5.3 MiB/s | 82.1 KiB | 00m00s [150/189] Installing elfutils-0:0.195-3 100% | 142.3 MiB/s | 3.0 MiB | 00m00s [151/189] Installing binutils-0:2.47-1. 100% | 368.8 MiB/s | 28.4 MiB | 00m00s [152/189] Installing gdb-minimal-0:17.2 100% | 301.3 MiB/s | 14.2 MiB | 00m00s [153/189] Installing debugedit-0:5.3-3. 100% | 13.7 MiB/s | 224.1 KiB | 00m00s [154/189] Installing curl-0:8.21.0-5.fc 100% | 20.8 MiB/s | 490.6 KiB | 00m00s [155/189] Installing rpm-0:6.1.0-1.fc45 100% | 80.8 MiB/s | 2.5 MiB | 00m00s [156/189] Installing cmake-srpm-macros- 100% | 0.0 B/s | 804.0 B | 00m00s [157/189] Installing efi-srpm-macros-0: 100% | 0.0 B/s | 41.3 KiB | 00m00s [158/189] Installing java-srpm-macros-0 100% | 0.0 B/s | 1.1 KiB | 00m00s [159/189] Installing lua-srpm-macros-0: 100% | 0.0 B/s | 1.9 KiB | 00m00s [160/189] Installing tree-sitter-srpm-m 100% | 2.3 MiB/s | 9.6 KiB | 00m00s [161/189] Installing zig-srpm-macros-0: 100% | 0.0 B/s | 1.9 KiB | 00m00s [162/189] Installing filesystem-srpm-ma 100% | 0.0 B/s | 38.9 KiB | 00m00s [163/189] Installing rust-srpm-macros-0 100% | 0.0 B/s | 6.4 KiB | 00m00s [164/189] Installing qt6-srpm-macros-0: 100% | 0.0 B/s | 748.0 B | 00m00s [165/189] Installing qt5-srpm-macros-0: 100% | 0.0 B/s | 776.0 B | 00m00s [166/189] Installing perl-srpm-macros-0 100% | 0.0 B/s | 1.1 KiB | 00m00s [167/189] Installing package-notes-srpm 100% | 0.0 B/s | 2.1 KiB | 00m00s [168/189] Installing openblas-srpm-macr 100% | 0.0 B/s | 392.0 B | 00m00s [169/189] Installing ocaml-srpm-macros- 100% | 0.0 B/s | 2.1 KiB | 00m00s [170/189] Installing kernel-srpm-macros 100% | 0.0 B/s | 2.3 KiB | 00m00s [171/189] Installing gnome-srpm-macros- 100% | 0.0 B/s | 4.1 KiB | 00m00s [172/189] Installing gnat-srpm-macros-0 100% | 0.0 B/s | 1.3 KiB | 00m00s [173/189] Installing ghc-srpm-macros-0: 100% | 0.0 B/s | 1.0 KiB | 00m00s [174/189] Installing gap-srpm-macros-0: 100% | 0.0 B/s | 2.7 KiB | 00m00s [175/189] Installing fpc-srpm-macros-0: 100% | 0.0 B/s | 420.0 B | 00m00s [176/189] Installing ansible-srpm-macro 100% | 0.0 B/s | 36.2 KiB | 00m00s [177/189] Installing redhat-rpm-config- 100% | 185.9 MiB/s | 190.4 KiB | 00m00s [178/189] Installing forge-srpm-macros- 100% | 0.0 B/s | 40.3 KiB | 00m00s [179/189] Installing rpm-build-0:6.1.0- 100% | 18.5 MiB/s | 322.1 KiB | 00m00s [180/189] Installing erlang-srpm-macros 100% | 0.0 B/s | 2.5 KiB | 00m00s [181/189] Installing pyproject-srpm-mac 100% | 0.0 B/s | 4.0 KiB | 00m00s [182/189] Installing fonts-srpm-macros- 100% | 0.0 B/s | 57.0 KiB | 00m00s [183/189] Installing go-srpm-macros-0:3 100% | 0.0 B/s | 63.0 KiB | 00m00s [184/189] Installing R-srpm-macros-0:1. 100% | 0.0 B/s | 4.4 KiB | 00m00s [185/189] Installing python-srpm-macros 100% | 0.0 B/s | 52.9 KiB | 00m00s [186/189] Installing rpm-plugin-selinux 100% | 0.0 B/s | 12.9 KiB | 00m00s [187/189] Installing which-0:2.25-2.fc4 100% | 5.2 MiB/s | 85.8 KiB | 00m00s [188/189] Installing shadow-utils-2:4.2 100% | 140.9 MiB/s | 3.9 MiB | 00m00s [189/189] Installing info-0:7.3-3.fc45. 100% | 63.2 KiB/s | 372.8 KiB | 00m06s Complete! Finish: installing minimal buildroot with dnf5 Start: creating root cache Finish: creating root cache Finish: chroot init INFO: Installed packages: INFO: R-srpm-macros-1.3.7-3.fc45.noarch add-determinism-0.7.3-3.fc45.x86_64 alternatives-1.33-6.fc45.x86_64 ansible-srpm-macros-1-22.fc45.noarch audit-libs-4.2.1-2.fc45.x86_64 bash-5.3.15-2.fc45.x86_64 binutils-2.47-1.fc45.x86_64 build-reproducibility-srpm-macros-0.7.3-3.fc45.noarch bzip2-1.0.8-24.fc45.x86_64 bzip2-libs-1.0.8-24.fc45.x86_64 ca-certificates-2025.2.80_v9.0.304-9.fc45.noarch cmake-srpm-macros-4.3.0-5.fc45.noarch coreutils-9.11-6.fc45.x86_64 coreutils-common-9.11-6.fc45.x86_64 cpio-2.15-10.fc45.x86_64 crypto-policies-20260713-2.gitc42da77.fc45.noarch curl-8.21.0-5.fc45.x86_64 cyrus-sasl-lib-2.1.28-37.fc45.x86_64 debugedit-5.3-3.fc45.x86_64 diffutils-3.12-6.fc45.x86_64 dwz-0.17-3.fc45.x86_64 ed-1.22.6-1.fc45.x86_64 efi-srpm-macros-6-9.fc45.noarch elfutils-0.195-3.fc45.x86_64 elfutils-debuginfod-client-0.195-3.fc45.x86_64 elfutils-libelf-0.195-3.fc45.x86_64 elfutils-libs-0.195-3.fc45.x86_64 erlang-srpm-macros-0.3.11-2.fc45.noarch fedora-gpg-keys-45-0.6.noarch fedora-release-45-0.10.noarch fedora-release-common-45-0.10.noarch fedora-release-identity-basic-45-0.10.noarch fedora-repos-45-0.6.noarch file-5.47-3.fc45.x86_64 file-libs-5.47-3.fc45.x86_64 filesystem-3.18-59.fc45.x86_64 filesystem-srpm-macros-3.18-59.fc45.noarch findutils-4.11.0-2.fc45.x86_64 fips-provider-1.5.2-3.fc45.x86_64 fonts-srpm-macros-5.0.0-4.fc45.noarch forge-srpm-macros-0.4.0-5.fc45.noarch fpc-srpm-macros-1.3-17.fc45.noarch gap-srpm-macros-2-3.fc45.noarch gawk-5.4.1-1.fc45.x86_64 gdb-minimal-17.2-4.fc45.x86_64 gdbm-libs-1.23-12.fc45.x86_64 ghc-srpm-macros-1.10-2.fc45.noarch glibc-2.44-1.fc45.x86_64 glibc-common-2.44-1.fc45.x86_64 glibc-gconv-extra-2.44-1.fc45.x86_64 glibc-minimal-langpack-2.44-1.fc45.x86_64 gmp-6.3.0-6.fc45.x86_64 gnat-srpm-macros-7-3.fc45.noarch gnome-srpm-macros-1.0-2.fc45.noarch gnulib-l10n-20241231-4.fc45.noarch gnupg2-2.4.9-18.fc45.x86_64 gnupg2-dirmngr-2.4.9-18.fc45.x86_64 gnupg2-gpg-agent-2.4.9-18.fc45.x86_64 gnupg2-gpgconf-2.4.9-18.fc45.x86_64 gnupg2-keyboxd-2.4.9-18.fc45.x86_64 gnupg2-verify-2.4.9-18.fc45.x86_64 gnutls-3.8.13-3.fc45.x86_64 go-srpm-macros-3.8.0-3.fc45.noarch gpg-pubkey-4f50a6114cd5c6976a7f1179655a4b02f577861e-6888bc98 gpgverify-2.2-5.fc45.noarch grep-3.12-4.fc45.x86_64 gzip-1.14-4.fc45.x86_64 ima-evm-utils-libs-1.6.2-12.fc45.x86_64 info-7.3-3.fc45.x86_64 jansson-2.14-5.fc45.x86_64 java-srpm-macros-1-9.fc45.noarch json-c-0.18-9.fc45.x86_64 kernel-srpm-macros-1.0-30.fc45.noarch keyutils-libs-1.6.3-8.fc45.x86_64 krb5-libs-1.22.2-9.fc45.x86_64 libacl-2.4.0-2.fc45.x86_64 libarchive-3.8.8-3.fc45.x86_64 libassuan-2.5.7-6.fc45.x86_64 libattr-2.6.0-2.fc45.x86_64 libblkid-2.42.2-3.fc45.x86_64 libbrotli-1.2.0-6.fc45.x86_64 libcap-2.78-2.fc45.x86_64 libcap-ng-0.9.5-1.fc45.x86_64 libcbor-0.14.0-3.fc45.x86_64 libcom_err-1.47.4-2.fc45.x86_64 libcurl-8.21.0-5.fc45.x86_64 libeconf-0.7.9-4.fc45.x86_64 libevent-2.1.12-19.fc45.x86_64 libfdisk-2.42.2-3.fc45.x86_64 libffi-3.5.2-3.fc45.x86_64 libfido2-1.17.0-5.fc45.x86_64 libfsverity-1.7-4.fc45.x86_64 libgcc-16.2.1-2.fc45.x86_64 libgcrypt-1.12.2-2.fc45.x86_64 libgomp-16.2.1-2.fc45.x86_64 libgpg-error-1.61-2.fc45.x86_64 libidn2-2.3.8-4.fc45.x86_64 libksba-1.8.0-3.fc45.x86_64 liblastlog2-2.42.2-3.fc45.x86_64 libmount-2.42.2-3.fc45.x86_64 libnghttp2-1.69.0-5.fc45.x86_64 libnghttp3-1.18.0-1.fc45.x86_64 libpkgconf-2.5.1-2.fc45.x86_64 libpsl-0.23.1-1.fc45.x86_64 libselinux-3.11-4.fc45.x86_64 libselinux-utils-3.11-4.fc45.x86_64 libsemanage-3.11-3.fc45.x86_64 libsepol-3.11-2.fc45.x86_64 libsmartcols-2.42.2-3.fc45.x86_64 libssh-0.12.2-1.fc45.x86_64 libssh-config-0.12.2-1.fc45.noarch libstdc++-16.2.1-2.fc45.x86_64 libtasn1-4.21.0-2.fc45.x86_64 libtool-ltdl-2.5.4-11.fc45.x86_64 libunistring-1.1-12.fc45.x86_64 libusb1-1.0.30-2.fc45.x86_64 libuuid-2.42.2-3.fc45.x86_64 libverto-0.3.2-13.fc45.x86_64 libxcrypt-4.5.2-4.fc45.x86_64 libxml2-2.13.9-4.fc45.x86_64 libzstd-1.5.7-6.fc45.x86_64 linkdupes-0.7.3-3.fc45.x86_64 lua-libs-5.5.1-1.fc45.x86_64 lua-srpm-macros-1-18.fc45.noarch lz4-libs-1.10.0-5.fc45.x86_64 mpfr-4.2.2-4.fc45.x86_64 ncurses-base-6.6-3.fc45.noarch ncurses-libs-6.6-3.fc45.x86_64 nettle-4.0-5.fc45.x86_64 ngtcp2-1.22.1-3.fc45.x86_64 ngtcp2-crypto-ossl-1.22.1-3.fc45.x86_64 npth-1.8-5.fc45.x86_64 ocaml-srpm-macros-11-4.fc45.noarch openblas-srpm-macros-2-22.fc45.noarch openldap-2.6.13-4.fc45.x86_64 openssl-libs-4.0.1-5.fc45.x86_64 p11-kit-0.26.5-1.fc45.x86_64 p11-kit-trust-0.26.5-1.fc45.x86_64 package-notes-srpm-macros-0.20-2.fc45.noarch pam-libs-1.7.2-4.fc45.x86_64 patch-2.8-5.fc45.x86_64 pcre2-10.47-1.fc45.2.x86_64 pcre2-syntax-10.47-1.fc45.2.noarch perl-srpm-macros-1-65.fc45.noarch pkgconf-2.5.1-2.fc45.x86_64 pkgconf-m4-2.5.1-2.fc45.noarch pkgconf-pkg-config-2.5.1-2.fc45.x86_64 policycoreutils-3.11-2.fc45.x86_64 popt-1.19-11.fc45.x86_64 publicsuffix-list-dafsa-20260624-2.fc45.noarch pyproject-srpm-macros-1.23.2-1.fc45.noarch python-srpm-macros-3.15-2.fc45.noarch qt5-srpm-macros-5.15.18-3.fc45.noarch qt6-srpm-macros-6.11.1-2.fc45.noarch readline-8.3-6.fc45.x86_64 redhat-rpm-config-344-5.fc45.noarch redhat-systemd-presets-102-3.fc45.noarch redhat-systemd-presets-common-102-3.fc45.noarch rpm-6.1.0-1.fc45.x86_64 rpm-build-6.1.0-1.fc45.x86_64 rpm-build-libs-6.1.0-1.fc45.x86_64 rpm-libs-6.1.0-1.fc45.x86_64 rpm-plugin-selinux-6.1.0-1.fc45.x86_64 rpm-sequoia-1.10.2-5.fc45.x86_64 rpm-sign-libs-6.1.0-1.fc45.x86_64 rust-srpm-macros-28.5-2.fc45.noarch sed-4.10-2.fc45.x86_64 selinux-policy-45.14-1.fc45.noarch selinux-policy-targeted-45.14-1.fc45.noarch setup-2.15.1-2.fc45.noarch shadow-utils-4.20.0-1.fc45.x86_64 sqlite-libs-3.53.4-1.fc45.x86_64 systemd-libs-261.2-1.fc45.x86_64 systemd-standalone-sysusers-261.2-1.fc45.x86_64 tar-1.35-9.fc45.x86_64 tpm2-tss-4.2.0-1.fc45.x86_64 tree-sitter-srpm-macros-0.4.6-2.fc45.noarch unzip-6.0-71.fc45.x86_64 util-linux-2.42.2-3.fc45.x86_64 util-linux-core-2.42.2-3.fc45.x86_64 which-2.25-2.fc45.x86_64 xxhash-libs-0.8.3-5.fc45.x86_64 xz-5.8.3-2.fc45.x86_64 xz-libs-5.8.3-2.fc45.x86_64 zig-srpm-macros-1-9.fc45.noarch zip-3.0-46.fc45.x86_64 zlib-ng-compat-2.3.3-6.fc45.x86_64 zstd-1.5.7-6.fc45.x86_64 Finish: run INFO:__main__:running command: mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --install curl jq INFO: mock.py version 6.8 starting (python version = 3.14.5, NVR = mock-6.8-1.fc44), args: /usr/libexec/mock/mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --install curl jq Start(bootstrap): init plugins INFO: tmpfs initialized INFO: selinux enabled INFO: chroot_scan: initialized INFO: compress_logs: initialized Finish(bootstrap): init plugins Start: init plugins INFO: tmpfs initialized INFO: selinux enabled INFO: chroot_scan: initialized INFO: compress_logs: initialized Finish: init plugins INFO: Signal handler active Start: run Mock Version: 6.8 INFO: Mock Version: 6.8 Start(bootstrap): chroot init INFO: mounting tmpfs at /var/lib/mock/copr-custom-fedora-45-x86_64-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/copr-custom-fedora-45-x86_64-bootstrap/root. INFO: calling preinit hooks INFO: enabled root cache INFO: enabled package manager cache Start(bootstrap): cleaning package manager metadata Finish(bootstrap): cleaning package manager metadata INFO: Package manager dnf5 detected and used (fallback) Finish(bootstrap): chroot init Start: chroot init INFO: mounting tmpfs at /var/lib/mock/copr-custom-fedora-45-x86_64/root. INFO: reusing tmpfs at /var/lib/mock/copr-custom-fedora-45-x86_64/root. INFO: calling preinit hooks INFO: enabled root cache INFO: enabled package manager cache Start: cleaning package manager metadata Finish: cleaning package manager metadata INFO: enabled HW Info plugin INFO: Package manager dnf5 detected and used (direct choice) Finish: chroot init INFO: installing package(s): curl jq Updating and loading repositories: updates 100% | 99.0 KiB/s | 23.2 KiB | 00m00s fedora 100% | 278.2 KiB/s | 23.4 KiB | 00m00s Repositories loaded. Package "curl-8.21.0-5.fc45.x86_64" is already installed. Package Arch Version Repository Size Installing: jq x86_64 0:1.8.2-5.fc45 fedora 472.4 KiB Installing dependencies: oniguruma x86_64 0:6.9.10-5.fc45 fedora 771.0 KiB Transaction Summary: Installing: 2 packages Total size of inbound packages is 445 KiB. Need to download 445 KiB. After this operation, 1 MiB extra will be used (install 1 MiB, remove 0 B). [1/2] oniguruma-0:6.9.10-5.fc45.x86_64 100% | 31.1 MiB/s | 223.0 KiB | 00m00s [2/2] jq-0:1.8.2-5.fc45.x86_64 100% | 19.7 MiB/s | 222.4 KiB | 00m00s -------------------------------------------------------------------------------- [2/2] Total 100% | 19.8 MiB/s | 445.4 KiB | 00m00s Running transaction [1/4] Verify package files 100% | 2.0 KiB/s | 2.0 B | 00m00s [2/4] Prepare transaction 100% | 200.0 B/s | 2.0 B | 00m00s [3/4] Installing oniguruma-0:6.9.10-5.f 100% | 377.5 MiB/s | 773.1 KiB | 00m00s [4/4] Installing jq-0:1.8.2-5.fc45.x86_ 100% | 18.5 MiB/s | 474.6 KiB | 00m00s Complete! INFO: Finish: run INFO:__main__:running command: mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --copyin /var/lib/copr-rpmbuild/workspace/workdir-vi08i_os/script /script INFO: mock.py version 6.8 starting (python version = 3.14.5, NVR = mock-6.8-1.fc44), args: /usr/libexec/mock/mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --copyin /var/lib/copr-rpmbuild/workspace/workdir-vi08i_os/script /script Start(bootstrap): init plugins INFO: tmpfs initialized INFO: selinux enabled INFO: chroot_scan: initialized INFO: compress_logs: initialized Finish(bootstrap): init plugins Start: init plugins INFO: tmpfs initialized INFO: selinux enabled INFO: chroot_scan: initialized INFO: compress_logs: initialized Finish: init plugins INFO: Signal handler active Start: run Mock Version: 6.8 INFO: Mock Version: 6.8 Start(bootstrap): chroot init INFO: mounting tmpfs at /var/lib/mock/copr-custom-fedora-45-x86_64-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/copr-custom-fedora-45-x86_64-bootstrap/root. INFO: calling preinit hooks INFO: enabled root cache INFO: enabled package manager cache Start(bootstrap): cleaning package manager metadata Finish(bootstrap): cleaning package manager metadata INFO: Package manager dnf5 detected and used (fallback) Finish(bootstrap): chroot init Start: chroot init INFO: mounting tmpfs at /var/lib/mock/copr-custom-fedora-45-x86_64/root. INFO: reusing tmpfs at /var/lib/mock/copr-custom-fedora-45-x86_64/root. INFO: calling preinit hooks INFO: enabled root cache INFO: enabled package manager cache Start: cleaning package manager metadata Finish: cleaning package manager metadata INFO: enabled HW Info plugin INFO: Package manager dnf5 detected and used (direct choice) Finish: chroot init INFO: copying /var/lib/copr-rpmbuild/workspace/workdir-vi08i_os/script to /var/lib/mock/copr-custom-fedora-45-x86_64/root/script Finish: run INFO:__main__:running command: mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --chroot 'set -ex; chmod a+x /script; rm -rf /workdir; mkdir -p /workdir; chown mockbuild /workdir;' INFO: mock.py version 6.8 starting (python version = 3.14.5, NVR = mock-6.8-1.fc44), args: /usr/libexec/mock/mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --chroot 'set -ex; chmod a+x /script; rm -rf /workdir; mkdir -p /workdir; chown mockbuild /workdir;' Start(bootstrap): init plugins INFO: tmpfs initialized INFO: selinux enabled INFO: chroot_scan: initialized INFO: compress_logs: initialized Finish(bootstrap): init plugins Start: init plugins INFO: tmpfs initialized INFO: selinux enabled INFO: chroot_scan: initialized INFO: compress_logs: initialized Finish: init plugins INFO: Signal handler active Start: run Mock Version: 6.8 INFO: Mock Version: 6.8 Start(bootstrap): chroot init INFO: mounting tmpfs at /var/lib/mock/copr-custom-fedora-45-x86_64-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/copr-custom-fedora-45-x86_64-bootstrap/root. INFO: calling preinit hooks INFO: enabled root cache INFO: enabled package manager cache Start(bootstrap): cleaning package manager metadata Finish(bootstrap): cleaning package manager metadata INFO: Package manager dnf5 detected and used (fallback) Finish(bootstrap): chroot init Start: chroot init INFO: mounting tmpfs at /var/lib/mock/copr-custom-fedora-45-x86_64/root. INFO: reusing tmpfs at /var/lib/mock/copr-custom-fedora-45-x86_64/root. INFO: calling preinit hooks INFO: enabled root cache INFO: enabled package manager cache Start: cleaning package manager metadata Finish: cleaning package manager metadata INFO: enabled HW Info plugin INFO: Package manager dnf5 detected and used (direct choice) Finish: chroot init INFO: Running in chroot: ['set -ex; chmod a+x /script; rm -rf /workdir; mkdir -p /workdir; chown mockbuild /workdir;'] Start: chroot ['set -ex; chmod a+x /script; rm -rf /workdir; mkdir -p /workdir; chown mockbuild /workdir;'] + chmod a+x /script + rm -rf /workdir + mkdir -p /workdir + chown mockbuild /workdir Finish: chroot ['set -ex; chmod a+x /script; rm -rf /workdir; mkdir -p /workdir; chown mockbuild /workdir;'] Finish: run INFO:__main__:running command: mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --unpriv --chroot 'set -xe ; cd /workdir ; COPR_OWNER=mystic COPR_PROJECT=modrinth-app COPR_PACKAGE=modrinth-app COPR_RESULTDIR=/workdir /script' INFO: mock.py version 6.8 starting (python version = 3.14.5, NVR = mock-6.8-1.fc44), args: /usr/libexec/mock/mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --unpriv --chroot 'set -xe ; cd /workdir ; COPR_OWNER=mystic COPR_PROJECT=modrinth-app COPR_PACKAGE=modrinth-app COPR_RESULTDIR=/workdir /script' Start(bootstrap): init plugins INFO: tmpfs initialized INFO: selinux enabled INFO: chroot_scan: initialized INFO: compress_logs: initialized Finish(bootstrap): init plugins Start: init plugins INFO: tmpfs initialized INFO: selinux enabled INFO: chroot_scan: initialized INFO: compress_logs: initialized Finish: init plugins INFO: Signal handler active Start: run Mock Version: 6.8 INFO: Mock Version: 6.8 Start(bootstrap): chroot init INFO: mounting tmpfs at /var/lib/mock/copr-custom-fedora-45-x86_64-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/copr-custom-fedora-45-x86_64-bootstrap/root. INFO: calling preinit hooks INFO: enabled root cache INFO: enabled package manager cache Start(bootstrap): cleaning package manager metadata Finish(bootstrap): cleaning package manager metadata INFO: Package manager dnf5 detected and used (fallback) Finish(bootstrap): chroot init Start: chroot init INFO: mounting tmpfs at /var/lib/mock/copr-custom-fedora-45-x86_64/root. INFO: reusing tmpfs at /var/lib/mock/copr-custom-fedora-45-x86_64/root. INFO: calling preinit hooks INFO: enabled root cache INFO: enabled package manager cache Start: cleaning package manager metadata Finish: cleaning package manager metadata INFO: enabled HW Info plugin INFO: Package manager dnf5 detected and used (direct choice) Finish: chroot init INFO: Running in chroot: ['set -xe ; cd /workdir ; COPR_OWNER=mystic COPR_PROJECT=modrinth-app COPR_PACKAGE=modrinth-app COPR_RESULTDIR=/workdir /script'] Start: chroot ['set -xe ; cd /workdir ; COPR_OWNER=mystic COPR_PROJECT=modrinth-app COPR_PACKAGE=modrinth-app COPR_RESULTDIR=/workdir /script'] + cd /workdir + COPR_OWNER=mystic + COPR_PROJECT=modrinth-app + COPR_PACKAGE=modrinth-app + COPR_RESULTDIR=/workdir + /script + resultdir=/workdir + mkdir -p /workdir ++ curl -fsSL -H 'Accept: application/vnd.github+json' 'https://api.github.com/repos/modrinth/code/releases?per_page=15' + releases_json=$'[\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/378062226",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/378062226/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/378062226/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.19.1",\n "id": 378062226,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4WiMWS",\n "tag_name": "v0.19.1",\n "target_commitish": "main",\n "name": "Modrinth App 0.19.1",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-27T18:54:39Z",\n "updated_at": "2026-08-27T19:10:18Z",\n "published_at": "2026-08-27T19:10:18Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/532751703",\n "id": 532751703,\n "node_id": "RA_kwDOFpMvEs4fwSVX",\n "name": "Modrinth.App-0.19.1-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 27923343,\n "digest": "sha256:6f8da4dd1a7f882021e611d6b1d9e7a3722652ef3d0da751f17bd8cc27dd8878",\n "download_count": 2,\n "created_at": "2026-08-27T19:10:15Z",\n "updated_at": "2026-08-27T19:10:16Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.19.1/Modrinth.App-0.19.1-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/532751701",\n "id": 532751701,\n "node_id": "RA_kwDOFpMvEs4fwSVV",\n "name": "Modrinth.App_0.19.1_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 114820288,\n "digest": "sha256:2db7a34cc7a777a6022649c6825df49f4b2af87c0f53e3d7e3508a18530007a2",\n "download_count": 3,\n "created_at": "2026-08-27T19:10:15Z",\n "updated_at": "2026-08-27T19:10:18Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.19.1/Modrinth.App_0.19.1_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/532751699",\n "id": 532751699,\n "node_id": "RA_kwDOFpMvEs4fwSVT",\n "name": "Modrinth.App_0.19.1_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 27927818,\n "digest": "sha256:00cae977a8679b2edab7bba904441bbea394f0776fe5f0aed803e664218ded98",\n "download_count": 25,\n "created_at": "2026-08-27T19:10:15Z",\n "updated_at": "2026-08-27T19:10:16Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.19.1/Modrinth.App_0.19.1_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/532751700",\n "id": 532751700,\n "node_id": "RA_kwDOFpMvEs4fwSVU",\n "name": "Modrinth.App_0.19.1_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 55484585,\n "digest": "sha256:727bf0715b05f07eab115789d39d7673265fc22b9581c2d532c7226bfc542a87",\n "download_count": 1,\n "created_at": "2026-08-27T19:10:15Z",\n "updated_at": "2026-08-27T19:10:17Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.19.1/Modrinth.App_0.19.1_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/532751698",\n "id": 532751698,\n "node_id": "RA_kwDOFpMvEs4fwSVS",\n "name": "Modrinth.App_0.19.1_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 23882352,\n "digest": "sha256:ee3ba68249c0fc81ddabd6c7bfa7f3b967911a1b142e4414f6fbccede411e406",\n "download_count": 3,\n "created_at": "2026-08-27T19:10:15Z",\n "updated_at": "2026-08-27T19:10:16Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.19.1/Modrinth.App_0.19.1_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.19.1",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.19.1",\n "body": "## Changed\\n- Updated style of spoilers in descriptions.\\n- Updated style of code formatting and snippets in descriptions.\\n- Fourth-level headings in descriptions now have more contrast compared to regular body text.\\n\\n## Fixed\\n- Fixed lag on Screenshots page/tab when you have a lot of screenshots\\n"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/378005997",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/378005997/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/378005997/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.19.0",\n "id": 378005997,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4Wh-nt",\n "tag_name": "v0.19.0",\n "target_commitish": "main",\n "name": "Modrinth App 0.19.0",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-27T17:12:30Z",\n "updated_at": "2026-08-27T17:32:14Z",\n "published_at": "2026-08-27T17:32:14Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/532644951",\n "id": 532644951,\n "node_id": "RA_kwDOFpMvEs4fv4RX",\n "name": "Modrinth.App-0.19.0-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 27913806,\n "digest": "sha256:e7ff5466fc59f7bc6d25294c4856ef3196773a73d77a3cba17a21165e86c0f62",\n "download_count": 5,\n "created_at": "2026-08-27T17:32:10Z",\n "updated_at": "2026-08-27T17:32:11Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.19.0/Modrinth.App-0.19.0-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/532644947",\n "id": 532644947,\n "node_id": "RA_kwDOFpMvEs4fv4RT",\n "name": "Modrinth.App_0.19.0_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 114820288,\n "digest": "sha256:6061ed7f5fb22f176431133d501781e5de3aa3b47a6fce5a468aafd2d4dd4686",\n "download_count": 4,\n "created_at": "2026-08-27T17:32:10Z",\n "updated_at": "2026-08-27T17:32:13Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.19.0/Modrinth.App_0.19.0_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/532644949",\n "id": 532644949,\n "node_id": "RA_kwDOFpMvEs4fv4RV",\n "name": "Modrinth.App_0.19.0_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 27918216,\n "digest": "sha256:77e44214f65a26a0c202a3bb378e23e0fb573a0a90aca45abbfa3c6a9bcac51d",\n "download_count": 41,\n "created_at": "2026-08-27T17:32:10Z",\n "updated_at": "2026-08-27T17:32:12Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.19.0/Modrinth.App_0.19.0_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/532644950",\n "id": 532644950,\n "node_id": "RA_kwDOFpMvEs4fv4RW",\n "name": "Modrinth.App_0.19.0_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 55469842,\n "digest": "sha256:7c68efb20da52d6322f1b3f59c7aabc8b3d92b31c6aecf427a7530b8ad6cce47",\n "download_count": 2,\n "created_at": "2026-08-27T17:32:10Z",\n "updated_at": "2026-08-27T17:32:12Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.19.0/Modrinth.App_0.19.0_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/532644948",\n "id": 532644948,\n "node_id": "RA_kwDOFpMvEs4fv4RU",\n "name": "Modrinth.App_0.19.0_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 23852224,\n "digest": "sha256:462a9204e64be5dd9fd52bbbd8b568ad3af032990d2c8fcefc9e9534caa51cc3",\n "download_count": 6,\n "created_at": "2026-08-27T17:32:10Z",\n "updated_at": "2026-08-27T17:32:12Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.19.0/Modrinth.App_0.19.0_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.19.0",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.19.0",\n "body": "## Added\\n- Added option to switch between multiple signed-in Modrinth accounts.\\n- Added the ability to view the app signed out as well even when accounts are added.\\n- Added right-click context menu actions for Jump in items.\\n- Added \\"Add a friend\\" to account menu.\\n- Added a new global screenshots page accessible via the sidebar, which shows all screenshots you\'ve taken from all of your instances.\\n- Added an option to instances which allows you to opt-out an instance from the global screenshots page, which will enable an instance-local screenshot tab showing screenshots only for that instance.\\n- Added a new screenshot editor, allowing you to annotate, doodle and blur out areas of your screenshots.\\n- Added syncing between instances for command history, the in-game server list and creative hotbars. You will need to enable this for any existing instances in the Sync override tab of your instance settings.\\n\\n## Changed\\n- Improved the consistency of filter dropdowns on the Versions page.\\n- Improved the consistency of context menus, now they look the same as overflow menus.\\n- Changed profile button to say \\"View profile\\" in account menu.\\n- Added \\"Open backups folder\\" button from the state initialization error screen.\\n- Appearance settings now remember your preferred dark theme when using \\"Sync with system\\".\\n- Theme changes now happen instantly, disabling any funky transitions while it happens.\\n- Splash screen is now responsive to color theme.\\n- Made resize handle on \\"Jump in\\" section always visible.\\n\\n## Fixed\\n- Non-instance icons with transparent corners are no longer padded, fixing many icons flashing in after a second.\\n- Fixed window controls being covered by the splash screen.\\n- Fixed \\"Official Modrinth account\\" badge on official profiles appearing gray instead of green\\n- Fixed newer snapshots since 26.1 not being grouped properly.\\n- Fixed settings menu headers being cut off when the window is small.\\n- Fixed creating a new group when only one group exists does not show the group.\\n- Fixed inconsistencies with text inputs.\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/378005997/reactions",\n "total_count": 4,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 4,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/374065730",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/374065730/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/374065730/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.18.2",\n "id": 374065730,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4WS8pC",\n "tag_name": "v0.18.2",\n "target_commitish": "main",\n "name": "Modrinth App 0.18.2",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-20T22:10:29Z",\n "updated_at": "2026-08-20T22:30:07Z",\n "published_at": "2026-08-20T22:30:07Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/522873442",\n "id": 522873442,\n "node_id": "RA_kwDOFpMvEs4fKmpi",\n "name": "Modrinth.App-0.18.2-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 26759868,\n "digest": "sha256:81c110a43d844cdf2cbfbcfa9893b17d0d35d55dfae639d26f1ce1e3cf7e92a3",\n "download_count": 69,\n "created_at": "2026-08-20T22:30:03Z",\n "updated_at": "2026-08-20T22:30:04Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.2/Modrinth.App-0.18.2-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/522873440",\n "id": 522873440,\n "node_id": "RA_kwDOFpMvEs4fKmpg",\n "name": "Modrinth.App_0.18.2_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 113644736,\n "digest": "sha256:d64319c1c420f0e400b6e8d6171e93fb78b1fc23107184178f73f99106acdf17",\n "download_count": 71,\n "created_at": "2026-08-20T22:30:03Z",\n "updated_at": "2026-08-20T22:30:07Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.2/Modrinth.App_0.18.2_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/522873444",\n "id": 522873444,\n "node_id": "RA_kwDOFpMvEs4fKmpk",\n "name": "Modrinth.App_0.18.2_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 26760782,\n "digest": "sha256:9785c2dcddcc4bbe09bea2ca204d6d7abc05b5d8868bf5175c9f3d9fc9b7afa8",\n "download_count": 2491,\n "created_at": "2026-08-20T22:30:03Z",\n "updated_at": "2026-08-20T22:30:04Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.2/Modrinth.App_0.18.2_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/522873445",\n "id": 522873445,\n "node_id": "RA_kwDOFpMvEs4fKmpl",\n "name": "Modrinth.App_0.18.2_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 53217416,\n "digest": "sha256:25c8838f7d2d91c9625ed90039ae83be6ca5ea4bf12c6bff4db78fac8c243a0e",\n "download_count": 57,\n "created_at": "2026-08-20T22:30:03Z",\n "updated_at": "2026-08-20T22:30:05Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.2/Modrinth.App_0.18.2_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/522873441",\n "id": 522873441,\n "node_id": "RA_kwDOFpMvEs4fKmph",\n "name": "Modrinth.App_0.18.2_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 22921312,\n "digest": "sha256:c05efd64ed73f6b609903d0dd171b873cbe42c0456fc022ca752b8648fe4f0ef",\n "download_count": 203,\n "created_at": "2026-08-20T22:30:03Z",\n "updated_at": "2026-08-20T22:30:04Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.2/Modrinth.App_0.18.2_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.18.2",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.18.2",\n "body": "## Security\\n- Fixed .mrpack exports replacing the original file with the primary file of a version previously detected on hash lookup.\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/374065730/reactions",\n "total_count": 2,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 2,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/374055525",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/374055525/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/374055525/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.18.1",\n "id": 374055525,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4WS6Jl",\n "tag_name": "v0.18.1",\n "target_commitish": "main",\n "name": "Modrinth App 0.18.1",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-20T21:47:07Z",\n "updated_at": "2026-08-20T22:03:16Z",\n "published_at": "2026-08-20T22:03:16Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/522845145",\n "id": 522845145,\n "node_id": "RA_kwDOFpMvEs4fKfvZ",\n "name": "Modrinth.App-0.18.1-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 26766088,\n "digest": "sha256:2304d3cc6f11dd8ab2b3264fd176d9ce9ec624733512330eaf4bbebdb00dd0b2",\n "download_count": 1,\n "created_at": "2026-08-20T22:03:12Z",\n "updated_at": "2026-08-20T22:03:14Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.1/Modrinth.App-0.18.1-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/522845142",\n "id": 522845142,\n "node_id": "RA_kwDOFpMvEs4fKfvW",\n "name": "Modrinth.App_0.18.1_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 113648832,\n "digest": "sha256:127338543934f6233edfa47980e822164fd223908695d6176fc45c5540d370ea",\n "download_count": 2,\n "created_at": "2026-08-20T22:03:12Z",\n "updated_at": "2026-08-20T22:03:16Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.1/Modrinth.App_0.18.1_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/522845148",\n "id": 522845148,\n "node_id": "RA_kwDOFpMvEs4fKfvc",\n "name": "Modrinth.App_0.18.1_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 26766594,\n "digest": "sha256:fd766213e38f40539c6d16fd199bbbd5b1c0582a821bef330e099458da4be979",\n "download_count": 1335,\n "created_at": "2026-08-20T22:03:12Z",\n "updated_at": "2026-08-20T22:03:13Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.1/Modrinth.App_0.18.1_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/522845144",\n "id": 522845144,\n "node_id": "RA_kwDOFpMvEs4fKfvY",\n "name": "Modrinth.App_0.18.1_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 53219446,\n "digest": "sha256:23c56b9415e4e19af6a49b1fd363b1f45e472fe10a86b683af9f93997fa3f126",\n "download_count": 2,\n "created_at": "2026-08-20T22:03:12Z",\n "updated_at": "2026-08-20T22:03:14Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.1/Modrinth.App_0.18.1_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/522845147",\n "id": 522845147,\n "node_id": "RA_kwDOFpMvEs4fKfvb",\n "name": "Modrinth.App_0.18.1_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 22921824,\n "digest": "sha256:548b283f3a73b0585f4c6f957a038b2a8eba01178db3c28649b6429b2b5d5ef4",\n "download_count": 7,\n "created_at": "2026-08-20T22:03:12Z",\n "updated_at": "2026-08-20T22:03:14Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.1/Modrinth.App_0.18.1_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.18.1",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.18.1",\n "body": "## Added\\n- Added ability to click on the ellipses in pagination controls to go to a specific page.\\n- Added compact mode for instances in library.\\n- Added drag handle to resize the amount of items in the \\"Jump in\\" section.\\n- Added icon editing actions for instance context menu.\\n- Added back sort by loader and game version.\\n- Added new loader symbols for icon editor.\\n- Depends on search filter, which filters all projects that depends on the project you\'ve selected.\\n- Modpack included content filter, which filters projects that includes a set of projects you\'ve selected.\\n- Enabled friend request controls in Social settings - you can now limit who can send you friend requests on Modrinth.\\n- Enabled shared instance invite controls in Social settings, letting you limit who can send you shared instance invites.\\n- Enabled Modrinth Hosting access invite controls in Social settings - you can now limit who can invite you to manage a Modrinth Hosting server.\\n- Added a new option to sync your behaviour & appearance settings across Modrinth App sessions on multiple devices.\\n- Added language coverage to the Language settings page.\\n\\n## Changed\\n- Expanded quick instance area now that there is more vertical height in the navbar.\\n- Tab bars now display with smaller text and without icons on mobile.\\n\\n## Fixed\\n- Fixed issue where projects not installed display as installed.\\n- Fixed tab bars displaying weirdly on mobile.\\n- Fixed tab bar shadows being cut off.\\n- Fixed tab bars showing the highlight as the wrong size or position sometimes.\\n- Fixed missing signal icon and players online in \\"Jump in\\" cards.\\n- Stopped applying conditional icon padding for user avatars.\\n- Fixed memory leak on Discover page\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/374055525/reactions",\n "total_count": 1,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 1,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/372036570",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/372036570/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/372036570/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.18.0",\n "id": 372036570,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4WLNPa",\n "tag_name": "v0.18.0",\n "target_commitish": "main",\n "name": "Modrinth App 0.18.0",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-18T01:11:30Z",\n "updated_at": "2026-08-18T01:25:51Z",\n "published_at": "2026-08-18T01:25:51Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/518746522",\n "id": 518746522,\n "node_id": "RA_kwDOFpMvEs4e63Ga",\n "name": "Modrinth.App-0.18.0-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 26379137,\n "digest": "sha256:3eafa3a6a11770b219537af6a7b2028ea0444c6538f13dd8ecb2e38741ac26a5",\n "download_count": 46,\n "created_at": "2026-08-18T01:25:48Z",\n "updated_at": "2026-08-18T01:25:49Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.0/Modrinth.App-0.18.0-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/518746518",\n "id": 518746518,\n "node_id": "RA_kwDOFpMvEs4e63GW",\n "name": "Modrinth.App_0.18.0_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 113259712,\n "digest": "sha256:a852516a201c56ef4887151b46198193c060de2c729e37ae55a90fcd81e9a09a",\n "download_count": 39,\n "created_at": "2026-08-18T01:25:48Z",\n "updated_at": "2026-08-18T01:25:51Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.0/Modrinth.App_0.18.0_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/518746519",\n "id": 518746519,\n "node_id": "RA_kwDOFpMvEs4e63GX",\n "name": "Modrinth.App_0.18.0_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 26379744,\n "digest": "sha256:93664a0d250dab7f6f6b79a972584e94e2c09496ca2205161ea0d6ea54c27717",\n "download_count": 2482,\n "created_at": "2026-08-18T01:25:48Z",\n "updated_at": "2026-08-18T01:25:49Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.0/Modrinth.App_0.18.0_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/518746516",\n "id": 518746516,\n "node_id": "RA_kwDOFpMvEs4e63GU",\n "name": "Modrinth.App_0.18.0_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 52442730,\n "digest": "sha256:a84c216231a9e40f24d60e73bc7e144f4dcbe9ea77ee07d5e2a85757ec867bd7",\n "download_count": 28,\n "created_at": "2026-08-18T01:25:47Z",\n "updated_at": "2026-08-18T01:25:49Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.0/Modrinth.App_0.18.0_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/518746521",\n "id": 518746521,\n "node_id": "RA_kwDOFpMvEs4e63GZ",\n "name": "Modrinth.App_0.18.0_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 22531016,\n "digest": "sha256:a82e7433bf1a6361121c61cf23239e93b7d08dedef3b8af5b94995a04605324b",\n "download_count": 127,\n "created_at": "2026-08-18T01:25:48Z",\n "updated_at": "2026-08-18T01:25:49Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.0/Modrinth.App_0.18.0_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.18.0",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.18.0",\n "body": "## Added\\n- Added new Play page, replacing the old Home and Library pages.\\n- Added an icon creator so you can create icons for your instances if you don\'t have your own art for it.\\n- Added a \\"Getting started\\" checklist to help you finish setting up the app.\\n\\n## Changed\\n- Improved the create instance menu to make the options clearer and let you search for projects right from the menu.\\n- Improved the empty states to help guide you to creating an instance.\\n- Improved the sign-in pop-up for when your Minecraft account is required.\\n- Skin selector can now be previewed before signing in with your Minecraft account.\\n- Reintroduced the modpack icon in the content tab\'s managed content card.\\n- Renamed \\"Managed content\\" -> \\"Provided content\\"\\n\\n## Fixed\\n- Fixed hooks and environment variables not saving.\\n- Fixed hover state on the \\"Reload to update\\" button\\n- Fixed header alignment issue in the browse content page\\n- Fixed instance icon being deleted after a installing a server project\'s shared content.\\n- Fixed flickering on the content tab at specific app window widths.\\n- Fixed issue where some instances when unlinking a modpack or shared instance, the newly unlinked content would not have updates checked\\n- Fixed broken gallery image viewer on project pages.\\n- Attempted to fix bug on macOS that prevented LAN play in some cases.\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/372036570/reactions",\n "total_count": 7,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 7,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/370767552",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/370767552/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/370767552/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.17.10",\n "id": 370767552,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4WGXbA",\n "tag_name": "v0.17.10",\n "target_commitish": "main",\n "name": "Modrinth App 0.17.10",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-14T18:44:55Z",\n "updated_at": "2026-08-14T18:59:37Z",\n "published_at": "2026-08-14T18:59:37Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514786717",\n "id": 514786717,\n "node_id": "RA_kwDOFpMvEs4erwWd",\n "name": "Modrinth.App-0.17.10-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 20240007,\n "digest": "sha256:6d91ab3e0a23cfb68a6c6cf5fa71486ed5890e76a39678b28945ffa41815f51f",\n "download_count": 32,\n "created_at": "2026-08-14T18:59:33Z",\n "updated_at": "2026-08-14T18:59:33Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.10/Modrinth.App-0.17.10-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514786716",\n "id": 514786716,\n "node_id": "RA_kwDOFpMvEs4erwWc",\n "name": "Modrinth.App_0.17.10_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 107136192,\n "digest": "sha256:e3a49529ad519757f1b78d1a05e462173448554bdd8c56cf3cbdb1eb8fa64b05",\n "download_count": 49,\n "created_at": "2026-08-14T18:59:33Z",\n "updated_at": "2026-08-14T18:59:36Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.10/Modrinth.App_0.17.10_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514786718",\n "id": 514786718,\n "node_id": "RA_kwDOFpMvEs4erwWe",\n "name": "Modrinth.App_0.17.10_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 20251608,\n "digest": "sha256:9694fb6aafd1928f35071910822b2d377416bad14407dfd75209148dd9234d7f",\n "download_count": 3101,\n "created_at": "2026-08-14T18:59:33Z",\n "updated_at": "2026-08-14T18:59:34Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.10/Modrinth.App_0.17.10_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514786714",\n "id": 514786714,\n "node_id": "RA_kwDOFpMvEs4erwWa",\n "name": "Modrinth.App_0.17.10_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 40148039,\n "digest": "sha256:d63601fb80682ccfb72300134741afa59d233548468088292cd067df724bc97d",\n "download_count": 29,\n "created_at": "2026-08-14T18:59:33Z",\n "updated_at": "2026-08-14T18:59:34Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.10/Modrinth.App_0.17.10_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514786715",\n "id": 514786715,\n "node_id": "RA_kwDOFpMvEs4erwWb",\n "name": "Modrinth.App_0.17.10_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 16427360,\n "digest": "sha256:026bc32e51b08cd424d607b4f97ce7a2805db71c84715cad2f2791d67ef7de52",\n "download_count": 88,\n "created_at": "2026-08-14T18:59:33Z",\n "updated_at": "2026-08-14T18:59:33Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.10/Modrinth.App_0.17.10_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.17.10",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.17.10",\n "body": "## Changed\\n\\n- The server panel will no longer be locked while individual content is being installed when using the Browse content button.\\n- Better stability when content is being installed\\n- **Modrinth Hosting:** The server panel will no longer be locked while individual content is being installed when using the Browse content button.\\n- **Modrinth Hosting:** Better stability when content is being installed\\n\\n## Fixed\\n\\n- Fixed issue when trying to upgrade a medal server from the manage servers page.\\n- **Modrinth Hosting:** Fixed issue when trying to upgrade a medal server from the manage servers page.\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/370767552/reactions",\n "total_count": 2,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 2,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/370740130",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/370740130/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/370740130/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.17.9",\n "id": 370740130,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4WGQui",\n "tag_name": "v0.17.9",\n "target_commitish": "main",\n "name": "Modrinth App 0.17.9",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-14T17:47:39Z",\n "updated_at": "2026-08-14T18:01:31Z",\n "published_at": "2026-08-14T18:01:31Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514729932",\n "id": 514729932,\n "node_id": "RA_kwDOFpMvEs4erifM",\n "name": "Modrinth.App-0.17.9-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 20248252,\n "digest": "sha256:d7526b03fd8548c585cd9f8b86b8e1a3bbf1285e030079b832cfae7c0ae1db83",\n "download_count": 3,\n "created_at": "2026-08-14T18:01:28Z",\n "updated_at": "2026-08-14T18:01:29Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.9/Modrinth.App-0.17.9-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514729931",\n "id": 514729931,\n "node_id": "RA_kwDOFpMvEs4erifL",\n "name": "Modrinth.App_0.17.9_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 107140288,\n "digest": "sha256:0dfb479d7bfae5ba1656d05c689c3997c965f705c5ef0dfbe2d73b37903dd2f8",\n "download_count": 3,\n "created_at": "2026-08-14T18:01:28Z",\n "updated_at": "2026-08-14T18:01:31Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.9/Modrinth.App_0.17.9_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514729928",\n "id": 514729928,\n "node_id": "RA_kwDOFpMvEs4erifI",\n "name": "Modrinth.App_0.17.9_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 20257906,\n "digest": "sha256:b2f2ae987c0ddbb6511c994863dc0ec6a0e6d12c06042f05eeac44fc04454c24",\n "download_count": 2447,\n "created_at": "2026-08-14T18:01:28Z",\n "updated_at": "2026-08-14T18:01:29Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.9/Modrinth.App_0.17.9_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514729927",\n "id": 514729927,\n "node_id": "RA_kwDOFpMvEs4erifH",\n "name": "Modrinth.App_0.17.9_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 40157011,\n "digest": "sha256:59abc1844d778f9c8f09babc810410bc3b0626f517d51e8215135c40a54729d6",\n "download_count": 1,\n "created_at": "2026-08-14T18:01:28Z",\n "updated_at": "2026-08-14T18:01:29Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.9/Modrinth.App_0.17.9_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514729929",\n "id": 514729929,\n "node_id": "RA_kwDOFpMvEs4erifJ",\n "name": "Modrinth.App_0.17.9_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 16420088,\n "digest": "sha256:5f2831d40e0a686e887f53a44b9b6a06b70dff73c04d4ef126770390c4735fb8",\n "download_count": 5,\n "created_at": "2026-08-14T18:01:28Z",\n "updated_at": "2026-08-14T18:01:29Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.9/Modrinth.App_0.17.9_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.17.9",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.17.9",\n "body": "## Fixed\\n\\n- Reverted server panel change that wasn\'t meant to go out yet.\\n- **Modrinth Hosting:** Reverted server panel change that wasn\'t meant to go out yet.\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/370740130/reactions",\n "total_count": 1,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 1,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/370722130",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/370722130/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/370722130/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.17.8",\n "id": 370722130,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4WGMVS",\n "tag_name": "v0.17.8",\n "target_commitish": "main",\n "name": "Modrinth App 0.17.8",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-14T17:05:43Z",\n "updated_at": "2026-08-14T17:24:47Z",\n "published_at": "2026-08-14T17:24:47Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514694069",\n "id": 514694069,\n "node_id": "RA_kwDOFpMvEs4erZu1",\n "name": "Modrinth.App-0.17.8-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 20240418,\n "digest": "sha256:495c66d532573323520431edbb685322d5164b9156f068c0529fc96039879226",\n "download_count": 5,\n "created_at": "2026-08-14T17:24:43Z",\n "updated_at": "2026-08-14T17:24:44Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.8/Modrinth.App-0.17.8-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514694066",\n "id": 514694066,\n "node_id": "RA_kwDOFpMvEs4erZuy",\n "name": "Modrinth.App_0.17.8_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 107136192,\n "digest": "sha256:6b3ce44a52a5be134a12340a3a675e1bd988e15d8b343dccaad286904dc1c568",\n "download_count": 3,\n "created_at": "2026-08-14T17:24:43Z",\n "updated_at": "2026-08-14T17:24:47Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.8/Modrinth.App_0.17.8_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514694068",\n "id": 514694068,\n "node_id": "RA_kwDOFpMvEs4erZu0",\n "name": "Modrinth.App_0.17.8_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 20240224,\n "digest": "sha256:ffb3e0ce42d2489f74313d08356dc10eb2442e97ddd019c4a72a7883cd7c5ce0",\n "download_count": 2453,\n "created_at": "2026-08-14T17:24:43Z",\n "updated_at": "2026-08-14T17:24:44Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.8/Modrinth.App_0.17.8_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514694067",\n "id": 514694067,\n "node_id": "RA_kwDOFpMvEs4erZuz",\n "name": "Modrinth.App_0.17.8_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 40141003,\n "digest": "sha256:a947f2897ded0bfb931509a1f87588adf82f90bed9b24a403e6babfecf635cff",\n "download_count": 3,\n "created_at": "2026-08-14T17:24:43Z",\n "updated_at": "2026-08-14T17:24:45Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.8/Modrinth.App_0.17.8_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514694070",\n "id": 514694070,\n "node_id": "RA_kwDOFpMvEs4erZu2",\n "name": "Modrinth.App_0.17.8_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 16414608,\n "digest": "sha256:880f2e3237e85a18074286ebb4a3f0bf57177a52e882f4fe05018c8f8c979e40",\n "download_count": 9,\n "created_at": "2026-08-14T17:24:43Z",\n "updated_at": "2026-08-14T17:24:44Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.8/Modrinth.App_0.17.8_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.17.8",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.17.8",\n "body": "## Fixed\\n\\n- Fixed some issues rendering Ears skins\\n- Fixed mrpack exports setting the wrong environment inclusion values.\\n- Fixed issue where if your instance was linked to a modpack version that has been deleted from Modrinth the Managed content card on the content tab would not show up\\n- **Modrinth Hosting:** Fixed issue when trying to upgrade a medal server from the manage servers page.\\n\\n## Changed\\n\\n- **Modrinth Hosting:** The server panel will no longer be locked while individual content is being installed when using the Browse content button.\\n- **Modrinth Hosting:** Better stability when content is being installed\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/370722130/reactions",\n "total_count": 1,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 1,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/370122003",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/370122003/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/370122003/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.17.7",\n "id": 370122003,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4WD50T",\n "tag_name": "v0.17.7",\n "target_commitish": "main",\n "name": "Modrinth App 0.17.7",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-13T18:09:21Z",\n "updated_at": "2026-08-13T18:25:55Z",\n "published_at": "2026-08-13T18:25:55Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/513348350",\n "id": 513348350,\n "node_id": "RA_kwDOFpMvEs4emRL-",\n "name": "Modrinth.App-0.17.7-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 20245702,\n "digest": "sha256:e5e8ea67eb22f3ba6afb73aedde66b6e592c047144b59fb75ad7dadd8823ce8a",\n "download_count": 19,\n "created_at": "2026-08-13T18:25:52Z",\n "updated_at": "2026-08-13T18:25:52Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.7/Modrinth.App-0.17.7-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/513348352",\n "id": 513348352,\n "node_id": "RA_kwDOFpMvEs4emRMA",\n "name": "Modrinth.App_0.17.7_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 107136192,\n "digest": "sha256:b4aaf4216998acc66e8bd1be804fe3054d3168dea8704f32602b2496edb45775",\n "download_count": 23,\n "created_at": "2026-08-13T18:25:52Z",\n "updated_at": "2026-08-13T18:25:54Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.7/Modrinth.App_0.17.7_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/513348349",\n "id": 513348349,\n "node_id": "RA_kwDOFpMvEs4emRL9",\n "name": "Modrinth.App_0.17.7_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 20247114,\n "digest": "sha256:7e796ad78103f64e0c7e39fa9857e2c9796c7cab65e9fd9d4260ffe911258766",\n "download_count": 2889,\n "created_at": "2026-08-13T18:25:52Z",\n "updated_at": "2026-08-13T18:25:53Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.7/Modrinth.App_0.17.7_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/513348351",\n "id": 513348351,\n "node_id": "RA_kwDOFpMvEs4emRL_",\n "name": "Modrinth.App_0.17.7_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 40118262,\n "digest": "sha256:1940eab36f4d5d646859cf80ce009fa520631c2c87314a9a551fc56f1500fcf8",\n "download_count": 10,\n "created_at": "2026-08-13T18:25:52Z",\n "updated_at": "2026-08-13T18:25:53Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.7/Modrinth.App_0.17.7_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/513348348",\n "id": 513348348,\n "node_id": "RA_kwDOFpMvEs4emRL8",\n "name": "Modrinth.App_0.17.7_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 16439288,\n "digest": "sha256:68666393c1a168876bc076eb62e68f94a0850d4d34ec547cef827a51eb824b64",\n "download_count": 25,\n "created_at": "2026-08-13T18:25:51Z",\n "updated_at": "2026-08-13T18:25:52Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.7/Modrinth.App_0.17.7_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.17.7",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.17.7",\n "body": "## Added\\n- Added a notification to indicate when modpack export is done.\\n\\n## Changed\\n- Improved how disclosures are displayed and added support for basic Markdown functionality.\\n\\n## Fixed\\n- Fixed modpack export appears to work but fails when imported as an instance.\\n- Fixed modpack export progress bar.\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/370122003/reactions",\n "total_count": 2,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 2,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/370055035",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/370055035/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/370055035/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.17.6",\n "id": 370055035,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4WDpd7",\n "tag_name": "v0.17.6",\n "target_commitish": "main",\n "name": "Modrinth App 0.17.6",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-13T16:02:05Z",\n "updated_at": "2026-08-13T16:23:15Z",\n "published_at": "2026-08-13T16:23:15Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/513213112",\n "id": 513213112,\n "node_id": "RA_kwDOFpMvEs4elwK4",\n "name": "Modrinth.App-0.17.6-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 20198547,\n "digest": "sha256:7ce036ecc58b3fc97d4eba2c4da0c266c2207eb4bb960af4d29aac4cde374fb1",\n "download_count": 3,\n "created_at": "2026-08-13T16:23:11Z",\n "updated_at": "2026-08-13T16:23:12Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.6/Modrinth.App-0.17.6-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/513213108",\n "id": 513213108,\n "node_id": "RA_kwDOFpMvEs4elwK0",\n "name": "Modrinth.App_0.17.6_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 107087040,\n "digest": "sha256:9975a07331e8b0521447464c6695fd9558a061d66e325fad9b2219c1a0bdfb9c",\n "download_count": 6,\n "created_at": "2026-08-13T16:23:11Z",\n "updated_at": "2026-08-13T16:23:15Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.6/Modrinth.App_0.17.6_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/513213110",\n "id": 513213110,\n "node_id": "RA_kwDOFpMvEs4elwK2",\n "name": "Modrinth.App_0.17.6_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 20198910,\n "digest": "sha256:70308a0ae0f287d280a36ce063932ac636857e7ec2a58f54ccf2b78034439a47",\n "download_count": 2657,\n "created_at": "2026-08-13T16:23:11Z",\n "updated_at": "2026-08-13T16:23:12Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.6/Modrinth.App_0.17.6_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/513213109",\n "id": 513213109,\n "node_id": "RA_kwDOFpMvEs4elwK1",\n "name": "Modrinth.App_0.17.6_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 40075875,\n "digest": "sha256:83f570a6391cf1ca061c92bb66bd98c52a2fc2a77fbf1fd6734bc92b21f4db13",\n "download_count": 6,\n "created_at": "2026-08-13T16:23:11Z",\n "updated_at": "2026-08-13T16:23:12Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.6/Modrinth.App_0.17.6_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/513213111",\n "id": 513213111,\n "node_id": "RA_kwDOFpMvEs4elwK3",\n "name": "Modrinth.App_0.17.6_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 16411520,\n "digest": "sha256:ef9c0efa624686ce3d8c87525659a7eba4ca6eb014980c45161ed8c488663b65",\n "download_count": 10,\n "created_at": "2026-08-13T16:23:11Z",\n "updated_at": "2026-08-13T16:23:12Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.6/Modrinth.App_0.17.6_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.17.6",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.17.6",\n "body": "## Added\\n- Added new content disclosures for projects.\\n\\n## Changed\\n- \\"Advanced\\" search filter group is now called \\"Advanced exclusions\\" and now contains content disclosure filters\\n- Project archiving has been changed from a visibility status to a content disclosure, making it compatible with Unlisted and Private projects.\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/370055035/reactions",\n "total_count": 2,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 2,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/368101092",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/368101092/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/368101092/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.17.5",\n "id": 368101092,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4V8Mbk",\n "tag_name": "v0.17.5",\n "target_commitish": "main",\n "name": "Modrinth App 0.17.5",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-10T17:36:07Z",\n "updated_at": "2026-08-10T17:52:31Z",\n "published_at": "2026-08-10T17:52:31Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/509071474",\n "id": 509071474,\n "node_id": "RA_kwDOFpMvEs4eV9By",\n "name": "Modrinth.App-0.17.5-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 20076222,\n "digest": "sha256:494d84728022c8ef09be9cc759cabdcd7ed669e1918784c61bfdb563d6426d89",\n "download_count": 30,\n "created_at": "2026-08-10T17:52:27Z",\n "updated_at": "2026-08-10T17:52:28Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.5/Modrinth.App-0.17.5-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/509071479",\n "id": 509071479,\n "node_id": "RA_kwDOFpMvEs4eV9B3",\n "name": "Modrinth.App_0.17.5_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 106968256,\n "digest": "sha256:74bd6ef537b66275e0a1dee15bf26e9d17a3f38549c7ddc9262b3b7e649872ff",\n "download_count": 36,\n "created_at": "2026-08-10T17:52:27Z",\n "updated_at": "2026-08-10T17:52:30Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.5/Modrinth.App_0.17.5_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/509071476",\n "id": 509071476,\n "node_id": "RA_kwDOFpMvEs4eV9B0",\n "name": "Modrinth.App_0.17.5_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 20080916,\n "digest": "sha256:ba51a433163797c632ea22da10f85eff3d4d58076e0a33dfbbd84da246656175",\n "download_count": 3674,\n "created_at": "2026-08-10T17:52:27Z",\n "updated_at": "2026-08-10T17:52:28Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.5/Modrinth.App_0.17.5_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/509071480",\n "id": 509071480,\n "node_id": "RA_kwDOFpMvEs4eV9B4",\n "name": "Modrinth.App_0.17.5_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 39845286,\n "digest": "sha256:b643c09c67ff387568386dc1e69f3eef9bf12a938ac3ccc91e7390a16cebe37e",\n "download_count": 23,\n "created_at": "2026-08-10T17:52:27Z",\n "updated_at": "2026-08-10T17:52:29Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.5/Modrinth.App_0.17.5_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/509071478",\n "id": 509071478,\n "node_id": "RA_kwDOFpMvEs4eV9B2",\n "name": "Modrinth.App_0.17.5_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 16298440,\n "digest": "sha256:76aa47ba507f59c24dd864f8f3762d24b84002a27afa4e4e36fa50fa6533869c",\n "download_count": 59,\n "created_at": "2026-08-10T17:52:27Z",\n "updated_at": "2026-08-10T17:52:28Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.5/Modrinth.App_0.17.5_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.17.5",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.17.5",\n "body": "## Changed\\n\\n- Common config file formats and RPO files are now hidden from the external modpack file warning modal.\\n- Updated text in unknown file warning.\\n- When viewing an instance\'s content in the app, content updates will now be checked immediately, rather than waiting for cache to be invalidated. It may take up to 10 minutes for updates to be shown in the content tab.\\n- Updated translations. Want to help translate Modrinth App? [Click here](https://translate.modrinth.com)\\n- **Modrinth Hosting:** Updated translations. Want to help translate Modrinth Hosting? [Click here](https://translate.modrinth.com)\\n\\n## Fixed\\n\\n- Fixed issue with animated GIFs sometimes not working in project page descriptions.\\n- Fixed issue on Windows and Linux where the window close button was incorrectly coloured.\\n- Fixed an issue when clicking content in the content tab of an instance it show a \\"Instance not found\\" notification\\n- Fixed issue with the file information (name + file size) on the download button on project version pages not showing up.\\n- Fixed broken buttons on the \\"Minecraft account required\\" modal on Windows.\\n- Fixed the right sidebar closing when collapsing friend list sections when using the \\"Hide right sidebar\\" option.\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/368101092/reactions",\n "total_count": 2,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 2,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/367004004",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/367004004/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/367004004/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.17.4",\n "id": 367004004,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4V4Alk",\n "tag_name": "v0.17.4",\n "target_commitish": "main",\n "name": "Modrinth App 0.17.4",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-07T20:43:05Z",\n "updated_at": "2026-08-07T20:57:05Z",\n "published_at": "2026-08-07T20:57:05Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/505654862",\n "id": 505654862,\n "node_id": "RA_kwDOFpMvEs4eI65O",\n "name": "Modrinth.App-0.17.4-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 20065730,\n "digest": "sha256:2eb9b634c910877fd6ee91bdd9f9fb7f9a6b61e7aaeb2fa3d28ff6d24d38326b",\n "download_count": 28,\n "created_at": "2026-08-07T20:57:02Z",\n "updated_at": "2026-08-07T20:57:03Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.4/Modrinth.App-0.17.4-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/505654865",\n "id": 505654865,\n "node_id": "RA_kwDOFpMvEs4eI65R",\n "name": "Modrinth.App_0.17.4_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 106951872,\n "digest": "sha256:8ea12087f84e492bc6d6474842a27f8c93437ab4d13a20d3ba40875262597fc4",\n "download_count": 35,\n "created_at": "2026-08-07T20:57:02Z",\n "updated_at": "2026-08-07T20:57:05Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.4/Modrinth.App_0.17.4_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/505654861",\n "id": 505654861,\n "node_id": "RA_kwDOFpMvEs4eI65N",\n "name": "Modrinth.App_0.17.4_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 20066234,\n "digest": "sha256:0f5b9f94dd76634887e2451e6f0e159573587d4d099d19528ba892499e3513c1",\n "download_count": 3822,\n "created_at": "2026-08-07T20:57:02Z",\n "updated_at": "2026-08-07T20:57:02Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.4/Modrinth.App_0.17.4_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/505654864",\n "id": 505654864,\n "node_id": "RA_kwDOFpMvEs4eI65Q",\n "name": "Modrinth.App_0.17.4_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 39799786,\n "digest": "sha256:efb6a02e816580493abff4070955be1c1c526f23f84b96af7f2fbebb77381de3",\n "download_count": 26,\n "created_at": "2026-08-07T20:57:02Z",\n "updated_at": "2026-08-07T20:57:03Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.4/Modrinth.App_0.17.4_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/505654863",\n "id": 505654863,\n "node_id": "RA_kwDOFpMvEs4eI65P",\n "name": "Modrinth.App_0.17.4_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 16282200,\n "digest": "sha256:5ff1e5a3f2bb1c44a3277130699699a674f2823bec6a97d438da659b4b4f218d",\n "download_count": 95,\n "created_at": "2026-08-07T20:57:02Z",\n "updated_at": "2026-08-07T20:57:02Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.4/Modrinth.App_0.17.4_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.17.4",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.17.4",\n "body": "## Changed\\n- Added loading states for project members and server details, to make it feel smoother.\\n- Improved popout menu animations.\\n- Updated NeoForge icon to be closer to the actual logo and look more like a fox.\\n- Updated design of buttons.\\n\\n## Fixed\\n- Fixed \\"Licensed Unknown\\" showing up under details on server projects.\\n- Fixed project types sometimes appearing in random orders on some pages.\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/367004004/reactions",\n "total_count": 5,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 1,\n "confused": 0,\n "heart": 2,\n "rocket": 2,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/362068092",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/362068092/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/362068092/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.17.3",\n "id": 362068092,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4VlLh8",\n "tag_name": "v0.17.3",\n "target_commitish": "main",\n "name": "Modrinth App 0.17.3",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-07-29T21:34:48Z",\n "updated_at": "2026-07-29T21:47:52Z",\n "published_at": "2026-07-29T21:47:52Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/494562168",\n "id": 494562168,\n "node_id": "RA_kwDOFpMvEs4demt4",\n "name": "Modrinth.App-0.17.3-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 19927049,\n "digest": "sha256:22628e96fb2427775505198759dd21413f4ef376a3dcbe3f41a6de1f9ecc71b7",\n "download_count": 55,\n "created_at": "2026-07-29T21:47:49Z",\n "updated_at": "2026-07-29T21:47:50Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.3/Modrinth.App-0.17.3-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/494562172",\n "id": 494562172,\n "node_id": "RA_kwDOFpMvEs4demt8",\n "name": "Modrinth.App_0.17.3_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 106820800,\n "digest": "sha256:0578e23f3710445d0daef9e0e50c8a047baf095106b0a60cd3f1d84b6195a152",\n "download_count": 106,\n "created_at": "2026-07-29T21:47:49Z",\n "updated_at": "2026-07-29T21:47:52Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.3/Modrinth.App_0.17.3_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/494562170",\n "id": 494562170,\n "node_id": "RA_kwDOFpMvEs4demt6",\n "name": "Modrinth.App_0.17.3_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 19932992,\n "digest": "sha256:b878cbfe51c0d29d4086bbb3c39c5f02c1f8cee5eb17c0db96159dbf8ddde993",\n "download_count": 6919,\n "created_at": "2026-07-29T21:47:49Z",\n "updated_at": "2026-07-29T21:47:50Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.3/Modrinth.App_0.17.3_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/494562169",\n "id": 494562169,\n "node_id": "RA_kwDOFpMvEs4demt5",\n "name": "Modrinth.App_0.17.3_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 39588610,\n "digest": "sha256:02bfe61920235491ea8b3c72bb3acb079746ae7726f31865285c95706be6ff5e",\n "download_count": 50,\n "created_at": "2026-07-29T21:47:49Z",\n "updated_at": "2026-07-29T21:47:50Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.3/Modrinth.App_0.17.3_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/494562171",\n "id": 494562171,\n "node_id": "RA_kwDOFpMvEs4demt7",\n "name": "Modrinth.App_0.17.3_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 16214384,\n "digest": "sha256:0e4ffd823efbe9edea9c85836bf760737519f27962447906c0b7f145c6594948",\n "download_count": 204,\n "created_at": "2026-07-29T21:47:49Z",\n "updated_at": "2026-07-29T21:47:50Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.3/Modrinth.App_0.17.3_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.17.3",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.17.3",\n "body": "## Added\\n- Added button to create a new instance on the Library page.\\n\\n## Changed\\n- Added a toggle to hide modpacks that are already installed.\\n- Added tooltip to installation settings button in installed modpack card.\\n\\n## Fixed\\n- Improved error when shared instances reach a config file limit.\\n- When pushing updates to shared instances, will now scroll to the top when entering a sub-page.\\n- Fixed instance installations getting stuck when the instance is deleted.\\n- Fixed error when failing to fetch a shared instance icon.\\n- Installing content from Discover content will now install the latest that matches the game version and loader filters, not the absolute latest.\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/362068092/reactions",\n "total_count": 2,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 2,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/361435497",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/361435497/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/361435497/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.17.2",\n "id": 361435497,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4VixFp",\n "tag_name": "v0.17.2",\n "target_commitish": "main",\n "name": "Modrinth App 0.17.2",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-07-28T23:36:26Z",\n "updated_at": "2026-07-28T23:48:39Z",\n "published_at": "2026-07-28T23:48:39Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/493355984",\n "id": 493355984,\n "node_id": "RA_kwDOFpMvEs4daAPQ",\n "name": "Modrinth.App-0.17.2-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 19930069,\n "digest": "sha256:51a08ed7bc6cb342d5872e1289d24ffe86c055cb5ecb2ddaf5ee33cbae903985",\n "download_count": 16,\n "created_at": "2026-07-28T23:48:35Z",\n "updated_at": "2026-07-28T23:48:36Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.2/Modrinth.App-0.17.2-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/493355985",\n "id": 493355985,\n "node_id": "RA_kwDOFpMvEs4daAPR",\n "name": "Modrinth.App_0.17.2_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 106812608,\n "digest": "sha256:64f3a76c48dc22aaf57f34ab4448f7d612d59634a9d591c6fa487de664c38699",\n "download_count": 24,\n "created_at": "2026-07-28T23:48:35Z",\n "updated_at": "2026-07-28T23:48:39Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.2/Modrinth.App_0.17.2_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/493355987",\n "id": 493355987,\n "node_id": "RA_kwDOFpMvEs4daAPT",\n "name": "Modrinth.App_0.17.2_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 19930372,\n "digest": "sha256:8837a4ea26c3f184aa179b650afbf17b92cb6f6c8a1c8603820410b19c356c22",\n "download_count": 6135,\n "created_at": "2026-07-28T23:48:35Z",\n "updated_at": "2026-07-28T23:48:36Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.2/Modrinth.App_0.17.2_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/493355988",\n "id": 493355988,\n "node_id": "RA_kwDOFpMvEs4daAPU",\n "name": "Modrinth.App_0.17.2_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 39551192,\n "digest": "sha256:2260e6b87f3971d06c7be63d28612ddf174b0ee53e77760f44c5b20c6f901254",\n "download_count": 8,\n "created_at": "2026-07-28T23:48:35Z",\n "updated_at": "2026-07-28T23:48:37Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.2/Modrinth.App_0.17.2_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/493355986",\n "id": 493355986,\n "node_id": "RA_kwDOFpMvEs4daAPS",\n "name": "Modrinth.App_0.17.2_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 16208144,\n "digest": "sha256:65bc9ccb3111f640fea3bd138f3b2a73017b9614430dcfe7947a9e43b12dce04",\n "download_count": 31,\n "created_at": "2026-07-28T23:48:35Z",\n "updated_at": "2026-07-28T23:48:36Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.2/Modrinth.App_0.17.2_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.17.2",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.17.2",\n "body": "## Fixed\\n- Fixed broken shared instances invite management table.\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/361435497/reactions",\n "total_count": 1,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 1,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/361383804",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/361383804/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/361383804/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.17.1",\n "id": 361383804,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4Vikd8",\n "tag_name": "v0.17.1",\n "target_commitish": "main",\n "name": "Modrinth App 0.17.1",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-07-28T21:01:33Z",\n "updated_at": "2026-07-28T21:52:10Z",\n "published_at": "2026-07-28T21:18:09Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/493209215",\n "id": 493209215,\n "node_id": "RA_kwDOFpMvEs4dZcZ_",\n "name": "Modrinth.App-0.17.1-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 19926509,\n "digest": "sha256:ef761fa97a89e331e0d75fdcfc1e751d9065666e7f4085250a9fcab56c242dc1",\n "download_count": 6,\n "created_at": "2026-07-28T21:18:05Z",\n "updated_at": "2026-07-28T21:18:06Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.1/Modrinth.App-0.17.1-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/493209216",\n "id": 493209216,\n "node_id": "RA_kwDOFpMvEs4dZcaA",\n "name": "Modrinth.App_0.17.1_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 106816704,\n "digest": "sha256:132fd9ba4d7827c93e66124498cbc088aa33b45e57f7f528d8d23108bd19b077",\n "download_count": 13,\n "created_at": "2026-07-28T21:18:05Z",\n "updated_at": "2026-07-28T21:18:09Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.1/Modrinth.App_0.17.1_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/493209218",\n "id": 493209218,\n "node_id": "RA_kwDOFpMvEs4dZcaC",\n "name": "Modrinth.App_0.17.1_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 19931676,\n "digest": "sha256:419c293ace4789dedfbdcef01efc12162cac457d2647fea48e9377f60777f0e0",\n "download_count": 5872,\n "created_at": "2026-07-28T21:18:05Z",\n "updated_at": "2026-07-28T21:18:06Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.1/Modrinth.App_0.17.1_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/493209217",\n "id": 493209217,\n "node_id": "RA_kwDOFpMvEs4dZcaB",\n "name": "Modrinth.App_0.17.1_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 39551699,\n "digest": "sha256:af7df22f1afaf183f2235c395f3c270c90c883ba5d6e7f9dabc2ac170dfc4e48",\n "download_count": 7,\n "created_at": "2026-07-28T21:18:05Z",\n "updated_at": "2026-07-28T21:18:06Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.1/Modrinth.App_0.17.1_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/493209214",\n "id": 493209214,\n "node_id": "RA_kwDOFpMvEs4dZcZ-",\n "name": "Modrinth.App_0.17.1_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 16203904,\n "digest": "sha256:b5016afbc63cdb13360e0c5d7e8484a39737b3169e97221d1bca64c734444b36",\n "download_count": 17,\n "created_at": "2026-07-28T21:18:05Z",\n "updated_at": "2026-07-28T21:18:06Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.1/Modrinth.App_0.17.1_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.17.1",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.17.1",\n "body": "## Added\\r\\n\\r\\n- Added user pages.\\r\\n- Added a banner for users of a shared instance which let\'s them know that they need to review an update to play the instance - alongside the existing checks when you click Play.\\r\\n- Added a way to see and manage the invite links you have created for a shared instance in the Sharing tab of the Instance Settings modal.\\r\\n- Added a way to see where a shared instance content is coming from when in the Install to play modal, either the linked modpack or if it was added on top. Content which is a part of the linked modpack will show the modpack information underneath it\'s name.\\r\\n- Added user blocking\\r\\n- You can block users on their profile page.\\r\\n- You can block users when reporting a shared instance. This prevents the user from sending you invites to shared instances and Modrinth Hosting server panels.\\r\\n- You can manage who you\'ve blocked in the new Social settings in the app\'s Settings menu, or on the Modrinth website.\\r\\n- Added the ability to edit your Modrinth profile in the app\'s Settings menu.\\r\\n- Added the ability to adjust the amount of quick instances shown in the sidebar by dragging the divider up and down.\\r\\n- Added an option to always show \\"Copy details\\" on the installation job notifications, rather than just on failed and interrupted instance install jobs.\\r\\n- Clicking on friends in the friends list will take you to their profile page.\\r\\n\\r\\n## Changed\\r\\n\\r\\n- More than three instances now show up in the left sidebar\'s quick instance selection area for larger window sizes.\\r\\n- Updated Modrinth App logo to just use the standard Modrinth logo to save space.\\r\\n- Updated the design of the back/forward buttons.\\r\\n- Limited shared instances to 50 users.\\r\\n- Changed the expiry date picker in the shared instance invite edit modal to be a dropdown of common dates, rather than a complicated date picker. You can still use the fine-grained date picker by choosing \\"Custom\\"\\r\\n- Instance icons must now be smaller than 4MB - any existing instances will have their icons compressed to 512x512px size to conform to the new limit. This will break any instances which have .GIF icons.\\r\\n- Split up the App Settings modal into categories.\\r\\n- Moved out behavioural settings into it\'s own subpage, rather than being in Appearance settings.\\r\\n- Updated \\"Advanced\\" toggle filter design to be the same as the other filters, just with only an exclude button as the primary action.\\r\\n- Re-aligned the traffic light buttons on macOS with the top bar.\\r\\n- Updated translations. Want to help translate the Modrinth App? [Click here](https://translate.modrinth.com)\\r\\n- **Modrinth Hosting:** Updated translations. Want to help translate Modrinth Hosting? [Click here](https://translate.modrinth.com)\\r\\n\\r\\n## Fixed\\r\\n\\r\\n- **Modrinth Hosting:** Fixed issue where when browsing content for your server panel, when visiting a project page and going back to search, it would reset the page back to one.\\r\\n- Fixed issue where when browsing content for an instance, when visiting a project page and going back to search, it would reset the page back to one.\\r\\n- Refactored how breadcrumbs work in the app, this should solve many issues you might have encountered using the back and forward navigation buttons in the app header.\\r\\n- Fixed error spam when the shared instances API is not accessible, it will cleanly provide feedback that the app cannot connect.\\r\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/361383804/reactions",\n "total_count": 2,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 2,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n }\n]' ++ jq -r $'\n [.[] | select(.assets[]?.name | test("x86_64\\\\.rpm$"))] | first | .tag_name // empty\n' ++ printf %s $'[\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/378062226",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/378062226/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/378062226/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.19.1",\n "id": 378062226,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4WiMWS",\n "tag_name": "v0.19.1",\n "target_commitish": "main",\n "name": "Modrinth App 0.19.1",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-27T18:54:39Z",\n "updated_at": "2026-08-27T19:10:18Z",\n "published_at": "2026-08-27T19:10:18Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/532751703",\n "id": 532751703,\n "node_id": "RA_kwDOFpMvEs4fwSVX",\n "name": "Modrinth.App-0.19.1-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 27923343,\n "digest": "sha256:6f8da4dd1a7f882021e611d6b1d9e7a3722652ef3d0da751f17bd8cc27dd8878",\n "download_count": 2,\n "created_at": "2026-08-27T19:10:15Z",\n "updated_at": "2026-08-27T19:10:16Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.19.1/Modrinth.App-0.19.1-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/532751701",\n "id": 532751701,\n "node_id": "RA_kwDOFpMvEs4fwSVV",\n "name": "Modrinth.App_0.19.1_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 114820288,\n "digest": "sha256:2db7a34cc7a777a6022649c6825df49f4b2af87c0f53e3d7e3508a18530007a2",\n "download_count": 3,\n "created_at": "2026-08-27T19:10:15Z",\n "updated_at": "2026-08-27T19:10:18Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.19.1/Modrinth.App_0.19.1_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/532751699",\n "id": 532751699,\n "node_id": "RA_kwDOFpMvEs4fwSVT",\n "name": "Modrinth.App_0.19.1_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 27927818,\n "digest": "sha256:00cae977a8679b2edab7bba904441bbea394f0776fe5f0aed803e664218ded98",\n "download_count": 25,\n "created_at": "2026-08-27T19:10:15Z",\n "updated_at": "2026-08-27T19:10:16Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.19.1/Modrinth.App_0.19.1_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/532751700",\n "id": 532751700,\n "node_id": "RA_kwDOFpMvEs4fwSVU",\n "name": "Modrinth.App_0.19.1_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 55484585,\n "digest": "sha256:727bf0715b05f07eab115789d39d7673265fc22b9581c2d532c7226bfc542a87",\n "download_count": 1,\n "created_at": "2026-08-27T19:10:15Z",\n "updated_at": "2026-08-27T19:10:17Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.19.1/Modrinth.App_0.19.1_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/532751698",\n "id": 532751698,\n "node_id": "RA_kwDOFpMvEs4fwSVS",\n "name": "Modrinth.App_0.19.1_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 23882352,\n "digest": "sha256:ee3ba68249c0fc81ddabd6c7bfa7f3b967911a1b142e4414f6fbccede411e406",\n "download_count": 3,\n "created_at": "2026-08-27T19:10:15Z",\n "updated_at": "2026-08-27T19:10:16Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.19.1/Modrinth.App_0.19.1_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.19.1",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.19.1",\n "body": "## Changed\\n- Updated style of spoilers in descriptions.\\n- Updated style of code formatting and snippets in descriptions.\\n- Fourth-level headings in descriptions now have more contrast compared to regular body text.\\n\\n## Fixed\\n- Fixed lag on Screenshots page/tab when you have a lot of screenshots\\n"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/378005997",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/378005997/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/378005997/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.19.0",\n "id": 378005997,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4Wh-nt",\n "tag_name": "v0.19.0",\n "target_commitish": "main",\n "name": "Modrinth App 0.19.0",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-27T17:12:30Z",\n "updated_at": "2026-08-27T17:32:14Z",\n "published_at": "2026-08-27T17:32:14Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/532644951",\n "id": 532644951,\n "node_id": "RA_kwDOFpMvEs4fv4RX",\n "name": "Modrinth.App-0.19.0-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 27913806,\n "digest": "sha256:e7ff5466fc59f7bc6d25294c4856ef3196773a73d77a3cba17a21165e86c0f62",\n "download_count": 5,\n "created_at": "2026-08-27T17:32:10Z",\n "updated_at": "2026-08-27T17:32:11Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.19.0/Modrinth.App-0.19.0-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/532644947",\n "id": 532644947,\n "node_id": "RA_kwDOFpMvEs4fv4RT",\n "name": "Modrinth.App_0.19.0_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 114820288,\n "digest": "sha256:6061ed7f5fb22f176431133d501781e5de3aa3b47a6fce5a468aafd2d4dd4686",\n "download_count": 4,\n "created_at": "2026-08-27T17:32:10Z",\n "updated_at": "2026-08-27T17:32:13Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.19.0/Modrinth.App_0.19.0_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/532644949",\n "id": 532644949,\n "node_id": "RA_kwDOFpMvEs4fv4RV",\n "name": "Modrinth.App_0.19.0_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 27918216,\n "digest": "sha256:77e44214f65a26a0c202a3bb378e23e0fb573a0a90aca45abbfa3c6a9bcac51d",\n "download_count": 41,\n "created_at": "2026-08-27T17:32:10Z",\n "updated_at": "2026-08-27T17:32:12Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.19.0/Modrinth.App_0.19.0_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/532644950",\n "id": 532644950,\n "node_id": "RA_kwDOFpMvEs4fv4RW",\n "name": "Modrinth.App_0.19.0_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 55469842,\n "digest": "sha256:7c68efb20da52d6322f1b3f59c7aabc8b3d92b31c6aecf427a7530b8ad6cce47",\n "download_count": 2,\n "created_at": "2026-08-27T17:32:10Z",\n "updated_at": "2026-08-27T17:32:12Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.19.0/Modrinth.App_0.19.0_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/532644948",\n "id": 532644948,\n "node_id": "RA_kwDOFpMvEs4fv4RU",\n "name": "Modrinth.App_0.19.0_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 23852224,\n "digest": "sha256:462a9204e64be5dd9fd52bbbd8b568ad3af032990d2c8fcefc9e9534caa51cc3",\n "download_count": 6,\n "created_at": "2026-08-27T17:32:10Z",\n "updated_at": "2026-08-27T17:32:12Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.19.0/Modrinth.App_0.19.0_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.19.0",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.19.0",\n "body": "## Added\\n- Added option to switch between multiple signed-in Modrinth accounts.\\n- Added the ability to view the app signed out as well even when accounts are added.\\n- Added right-click context menu actions for Jump in items.\\n- Added \\"Add a friend\\" to account menu.\\n- Added a new global screenshots page accessible via the sidebar, which shows all screenshots you\'ve taken from all of your instances.\\n- Added an option to instances which allows you to opt-out an instance from the global screenshots page, which will enable an instance-local screenshot tab showing screenshots only for that instance.\\n- Added a new screenshot editor, allowing you to annotate, doodle and blur out areas of your screenshots.\\n- Added syncing between instances for command history, the in-game server list and creative hotbars. You will need to enable this for any existing instances in the Sync override tab of your instance settings.\\n\\n## Changed\\n- Improved the consistency of filter dropdowns on the Versions page.\\n- Improved the consistency of context menus, now they look the same as overflow menus.\\n- Changed profile button to say \\"View profile\\" in account menu.\\n- Added \\"Open backups folder\\" button from the state initialization error screen.\\n- Appearance settings now remember your preferred dark theme when using \\"Sync with system\\".\\n- Theme changes now happen instantly, disabling any funky transitions while it happens.\\n- Splash screen is now responsive to color theme.\\n- Made resize handle on \\"Jump in\\" section always visible.\\n\\n## Fixed\\n- Non-instance icons with transparent corners are no longer padded, fixing many icons flashing in after a second.\\n- Fixed window controls being covered by the splash screen.\\n- Fixed \\"Official Modrinth account\\" badge on official profiles appearing gray instead of green\\n- Fixed newer snapshots since 26.1 not being grouped properly.\\n- Fixed settings menu headers being cut off when the window is small.\\n- Fixed creating a new group when only one group exists does not show the group.\\n- Fixed inconsistencies with text inputs.\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/378005997/reactions",\n "total_count": 4,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 4,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/374065730",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/374065730/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/374065730/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.18.2",\n "id": 374065730,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4WS8pC",\n "tag_name": "v0.18.2",\n "target_commitish": "main",\n "name": "Modrinth App 0.18.2",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-20T22:10:29Z",\n "updated_at": "2026-08-20T22:30:07Z",\n "published_at": "2026-08-20T22:30:07Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/522873442",\n "id": 522873442,\n "node_id": "RA_kwDOFpMvEs4fKmpi",\n "name": "Modrinth.App-0.18.2-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 26759868,\n "digest": "sha256:81c110a43d844cdf2cbfbcfa9893b17d0d35d55dfae639d26f1ce1e3cf7e92a3",\n "download_count": 69,\n "created_at": "2026-08-20T22:30:03Z",\n "updated_at": "2026-08-20T22:30:04Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.2/Modrinth.App-0.18.2-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/522873440",\n "id": 522873440,\n "node_id": "RA_kwDOFpMvEs4fKmpg",\n "name": "Modrinth.App_0.18.2_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 113644736,\n "digest": "sha256:d64319c1c420f0e400b6e8d6171e93fb78b1fc23107184178f73f99106acdf17",\n "download_count": 71,\n "created_at": "2026-08-20T22:30:03Z",\n "updated_at": "2026-08-20T22:30:07Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.2/Modrinth.App_0.18.2_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/522873444",\n "id": 522873444,\n "node_id": "RA_kwDOFpMvEs4fKmpk",\n "name": "Modrinth.App_0.18.2_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 26760782,\n "digest": "sha256:9785c2dcddcc4bbe09bea2ca204d6d7abc05b5d8868bf5175c9f3d9fc9b7afa8",\n "download_count": 2491,\n "created_at": "2026-08-20T22:30:03Z",\n "updated_at": "2026-08-20T22:30:04Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.2/Modrinth.App_0.18.2_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/522873445",\n "id": 522873445,\n "node_id": "RA_kwDOFpMvEs4fKmpl",\n "name": "Modrinth.App_0.18.2_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 53217416,\n "digest": "sha256:25c8838f7d2d91c9625ed90039ae83be6ca5ea4bf12c6bff4db78fac8c243a0e",\n "download_count": 57,\n "created_at": "2026-08-20T22:30:03Z",\n "updated_at": "2026-08-20T22:30:05Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.2/Modrinth.App_0.18.2_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/522873441",\n "id": 522873441,\n "node_id": "RA_kwDOFpMvEs4fKmph",\n "name": "Modrinth.App_0.18.2_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 22921312,\n "digest": "sha256:c05efd64ed73f6b609903d0dd171b873cbe42c0456fc022ca752b8648fe4f0ef",\n "download_count": 203,\n "created_at": "2026-08-20T22:30:03Z",\n "updated_at": "2026-08-20T22:30:04Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.2/Modrinth.App_0.18.2_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.18.2",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.18.2",\n "body": "## Security\\n- Fixed .mrpack exports replacing the original file with the primary file of a version previously detected on hash lookup.\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/374065730/reactions",\n "total_count": 2,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 2,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/374055525",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/374055525/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/374055525/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.18.1",\n "id": 374055525,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4WS6Jl",\n "tag_name": "v0.18.1",\n "target_commitish": "main",\n "name": "Modrinth App 0.18.1",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-20T21:47:07Z",\n "updated_at": "2026-08-20T22:03:16Z",\n "published_at": "2026-08-20T22:03:16Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/522845145",\n "id": 522845145,\n "node_id": "RA_kwDOFpMvEs4fKfvZ",\n "name": "Modrinth.App-0.18.1-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 26766088,\n "digest": "sha256:2304d3cc6f11dd8ab2b3264fd176d9ce9ec624733512330eaf4bbebdb00dd0b2",\n "download_count": 1,\n "created_at": "2026-08-20T22:03:12Z",\n "updated_at": "2026-08-20T22:03:14Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.1/Modrinth.App-0.18.1-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/522845142",\n "id": 522845142,\n "node_id": "RA_kwDOFpMvEs4fKfvW",\n "name": "Modrinth.App_0.18.1_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 113648832,\n "digest": "sha256:127338543934f6233edfa47980e822164fd223908695d6176fc45c5540d370ea",\n "download_count": 2,\n "created_at": "2026-08-20T22:03:12Z",\n "updated_at": "2026-08-20T22:03:16Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.1/Modrinth.App_0.18.1_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/522845148",\n "id": 522845148,\n "node_id": "RA_kwDOFpMvEs4fKfvc",\n "name": "Modrinth.App_0.18.1_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 26766594,\n "digest": "sha256:fd766213e38f40539c6d16fd199bbbd5b1c0582a821bef330e099458da4be979",\n "download_count": 1335,\n "created_at": "2026-08-20T22:03:12Z",\n "updated_at": "2026-08-20T22:03:13Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.1/Modrinth.App_0.18.1_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/522845144",\n "id": 522845144,\n "node_id": "RA_kwDOFpMvEs4fKfvY",\n "name": "Modrinth.App_0.18.1_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 53219446,\n "digest": "sha256:23c56b9415e4e19af6a49b1fd363b1f45e472fe10a86b683af9f93997fa3f126",\n "download_count": 2,\n "created_at": "2026-08-20T22:03:12Z",\n "updated_at": "2026-08-20T22:03:14Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.1/Modrinth.App_0.18.1_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/522845147",\n "id": 522845147,\n "node_id": "RA_kwDOFpMvEs4fKfvb",\n "name": "Modrinth.App_0.18.1_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 22921824,\n "digest": "sha256:548b283f3a73b0585f4c6f957a038b2a8eba01178db3c28649b6429b2b5d5ef4",\n "download_count": 7,\n "created_at": "2026-08-20T22:03:12Z",\n "updated_at": "2026-08-20T22:03:14Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.1/Modrinth.App_0.18.1_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.18.1",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.18.1",\n "body": "## Added\\n- Added ability to click on the ellipses in pagination controls to go to a specific page.\\n- Added compact mode for instances in library.\\n- Added drag handle to resize the amount of items in the \\"Jump in\\" section.\\n- Added icon editing actions for instance context menu.\\n- Added back sort by loader and game version.\\n- Added new loader symbols for icon editor.\\n- Depends on search filter, which filters all projects that depends on the project you\'ve selected.\\n- Modpack included content filter, which filters projects that includes a set of projects you\'ve selected.\\n- Enabled friend request controls in Social settings - you can now limit who can send you friend requests on Modrinth.\\n- Enabled shared instance invite controls in Social settings, letting you limit who can send you shared instance invites.\\n- Enabled Modrinth Hosting access invite controls in Social settings - you can now limit who can invite you to manage a Modrinth Hosting server.\\n- Added a new option to sync your behaviour & appearance settings across Modrinth App sessions on multiple devices.\\n- Added language coverage to the Language settings page.\\n\\n## Changed\\n- Expanded quick instance area now that there is more vertical height in the navbar.\\n- Tab bars now display with smaller text and without icons on mobile.\\n\\n## Fixed\\n- Fixed issue where projects not installed display as installed.\\n- Fixed tab bars displaying weirdly on mobile.\\n- Fixed tab bar shadows being cut off.\\n- Fixed tab bars showing the highlight as the wrong size or position sometimes.\\n- Fixed missing signal icon and players online in \\"Jump in\\" cards.\\n- Stopped applying conditional icon padding for user avatars.\\n- Fixed memory leak on Discover page\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/374055525/reactions",\n "total_count": 1,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 1,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/372036570",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/372036570/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/372036570/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.18.0",\n "id": 372036570,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4WLNPa",\n "tag_name": "v0.18.0",\n "target_commitish": "main",\n "name": "Modrinth App 0.18.0",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-18T01:11:30Z",\n "updated_at": "2026-08-18T01:25:51Z",\n "published_at": "2026-08-18T01:25:51Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/518746522",\n "id": 518746522,\n "node_id": "RA_kwDOFpMvEs4e63Ga",\n "name": "Modrinth.App-0.18.0-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 26379137,\n "digest": "sha256:3eafa3a6a11770b219537af6a7b2028ea0444c6538f13dd8ecb2e38741ac26a5",\n "download_count": 46,\n "created_at": "2026-08-18T01:25:48Z",\n "updated_at": "2026-08-18T01:25:49Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.0/Modrinth.App-0.18.0-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/518746518",\n "id": 518746518,\n "node_id": "RA_kwDOFpMvEs4e63GW",\n "name": "Modrinth.App_0.18.0_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 113259712,\n "digest": "sha256:a852516a201c56ef4887151b46198193c060de2c729e37ae55a90fcd81e9a09a",\n "download_count": 39,\n "created_at": "2026-08-18T01:25:48Z",\n "updated_at": "2026-08-18T01:25:51Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.0/Modrinth.App_0.18.0_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/518746519",\n "id": 518746519,\n "node_id": "RA_kwDOFpMvEs4e63GX",\n "name": "Modrinth.App_0.18.0_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 26379744,\n "digest": "sha256:93664a0d250dab7f6f6b79a972584e94e2c09496ca2205161ea0d6ea54c27717",\n "download_count": 2482,\n "created_at": "2026-08-18T01:25:48Z",\n "updated_at": "2026-08-18T01:25:49Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.0/Modrinth.App_0.18.0_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/518746516",\n "id": 518746516,\n "node_id": "RA_kwDOFpMvEs4e63GU",\n "name": "Modrinth.App_0.18.0_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 52442730,\n "digest": "sha256:a84c216231a9e40f24d60e73bc7e144f4dcbe9ea77ee07d5e2a85757ec867bd7",\n "download_count": 28,\n "created_at": "2026-08-18T01:25:47Z",\n "updated_at": "2026-08-18T01:25:49Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.0/Modrinth.App_0.18.0_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/518746521",\n "id": 518746521,\n "node_id": "RA_kwDOFpMvEs4e63GZ",\n "name": "Modrinth.App_0.18.0_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 22531016,\n "digest": "sha256:a82e7433bf1a6361121c61cf23239e93b7d08dedef3b8af5b94995a04605324b",\n "download_count": 127,\n "created_at": "2026-08-18T01:25:48Z",\n "updated_at": "2026-08-18T01:25:49Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.0/Modrinth.App_0.18.0_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.18.0",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.18.0",\n "body": "## Added\\n- Added new Play page, replacing the old Home and Library pages.\\n- Added an icon creator so you can create icons for your instances if you don\'t have your own art for it.\\n- Added a \\"Getting started\\" checklist to help you finish setting up the app.\\n\\n## Changed\\n- Improved the create instance menu to make the options clearer and let you search for projects right from the menu.\\n- Improved the empty states to help guide you to creating an instance.\\n- Improved the sign-in pop-up for when your Minecraft account is required.\\n- Skin selector can now be previewed before signing in with your Minecraft account.\\n- Reintroduced the modpack icon in the content tab\'s managed content card.\\n- Renamed \\"Managed content\\" -> \\"Provided content\\"\\n\\n## Fixed\\n- Fixed hooks and environment variables not saving.\\n- Fixed hover state on the \\"Reload to update\\" button\\n- Fixed header alignment issue in the browse content page\\n- Fixed instance icon being deleted after a installing a server project\'s shared content.\\n- Fixed flickering on the content tab at specific app window widths.\\n- Fixed issue where some instances when unlinking a modpack or shared instance, the newly unlinked content would not have updates checked\\n- Fixed broken gallery image viewer on project pages.\\n- Attempted to fix bug on macOS that prevented LAN play in some cases.\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/372036570/reactions",\n "total_count": 7,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 7,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/370767552",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/370767552/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/370767552/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.17.10",\n "id": 370767552,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4WGXbA",\n "tag_name": "v0.17.10",\n "target_commitish": "main",\n "name": "Modrinth App 0.17.10",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-14T18:44:55Z",\n "updated_at": "2026-08-14T18:59:37Z",\n "published_at": "2026-08-14T18:59:37Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514786717",\n "id": 514786717,\n "node_id": "RA_kwDOFpMvEs4erwWd",\n "name": "Modrinth.App-0.17.10-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 20240007,\n "digest": "sha256:6d91ab3e0a23cfb68a6c6cf5fa71486ed5890e76a39678b28945ffa41815f51f",\n "download_count": 32,\n "created_at": "2026-08-14T18:59:33Z",\n "updated_at": "2026-08-14T18:59:33Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.10/Modrinth.App-0.17.10-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514786716",\n "id": 514786716,\n "node_id": "RA_kwDOFpMvEs4erwWc",\n "name": "Modrinth.App_0.17.10_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 107136192,\n "digest": "sha256:e3a49529ad519757f1b78d1a05e462173448554bdd8c56cf3cbdb1eb8fa64b05",\n "download_count": 49,\n "created_at": "2026-08-14T18:59:33Z",\n "updated_at": "2026-08-14T18:59:36Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.10/Modrinth.App_0.17.10_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514786718",\n "id": 514786718,\n "node_id": "RA_kwDOFpMvEs4erwWe",\n "name": "Modrinth.App_0.17.10_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 20251608,\n "digest": "sha256:9694fb6aafd1928f35071910822b2d377416bad14407dfd75209148dd9234d7f",\n "download_count": 3101,\n "created_at": "2026-08-14T18:59:33Z",\n "updated_at": "2026-08-14T18:59:34Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.10/Modrinth.App_0.17.10_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514786714",\n "id": 514786714,\n "node_id": "RA_kwDOFpMvEs4erwWa",\n "name": "Modrinth.App_0.17.10_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 40148039,\n "digest": "sha256:d63601fb80682ccfb72300134741afa59d233548468088292cd067df724bc97d",\n "download_count": 29,\n "created_at": "2026-08-14T18:59:33Z",\n "updated_at": "2026-08-14T18:59:34Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.10/Modrinth.App_0.17.10_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514786715",\n "id": 514786715,\n "node_id": "RA_kwDOFpMvEs4erwWb",\n "name": "Modrinth.App_0.17.10_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 16427360,\n "digest": "sha256:026bc32e51b08cd424d607b4f97ce7a2805db71c84715cad2f2791d67ef7de52",\n "download_count": 88,\n "created_at": "2026-08-14T18:59:33Z",\n "updated_at": "2026-08-14T18:59:33Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.10/Modrinth.App_0.17.10_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.17.10",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.17.10",\n "body": "## Changed\\n\\n- The server panel will no longer be locked while individual content is being installed when using the Browse content button.\\n- Better stability when content is being installed\\n- **Modrinth Hosting:** The server panel will no longer be locked while individual content is being installed when using the Browse content button.\\n- **Modrinth Hosting:** Better stability when content is being installed\\n\\n## Fixed\\n\\n- Fixed issue when trying to upgrade a medal server from the manage servers page.\\n- **Modrinth Hosting:** Fixed issue when trying to upgrade a medal server from the manage servers page.\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/370767552/reactions",\n "total_count": 2,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 2,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/370740130",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/370740130/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/370740130/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.17.9",\n "id": 370740130,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4WGQui",\n "tag_name": "v0.17.9",\n "target_commitish": "main",\n "name": "Modrinth App 0.17.9",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-14T17:47:39Z",\n "updated_at": "2026-08-14T18:01:31Z",\n "published_at": "2026-08-14T18:01:31Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514729932",\n "id": 514729932,\n "node_id": "RA_kwDOFpMvEs4erifM",\n "name": "Modrinth.App-0.17.9-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 20248252,\n "digest": "sha256:d7526b03fd8548c585cd9f8b86b8e1a3bbf1285e030079b832cfae7c0ae1db83",\n "download_count": 3,\n "created_at": "2026-08-14T18:01:28Z",\n "updated_at": "2026-08-14T18:01:29Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.9/Modrinth.App-0.17.9-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514729931",\n "id": 514729931,\n "node_id": "RA_kwDOFpMvEs4erifL",\n "name": "Modrinth.App_0.17.9_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 107140288,\n "digest": "sha256:0dfb479d7bfae5ba1656d05c689c3997c965f705c5ef0dfbe2d73b37903dd2f8",\n "download_count": 3,\n "created_at": "2026-08-14T18:01:28Z",\n "updated_at": "2026-08-14T18:01:31Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.9/Modrinth.App_0.17.9_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514729928",\n "id": 514729928,\n "node_id": "RA_kwDOFpMvEs4erifI",\n "name": "Modrinth.App_0.17.9_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 20257906,\n "digest": "sha256:b2f2ae987c0ddbb6511c994863dc0ec6a0e6d12c06042f05eeac44fc04454c24",\n "download_count": 2447,\n "created_at": "2026-08-14T18:01:28Z",\n "updated_at": "2026-08-14T18:01:29Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.9/Modrinth.App_0.17.9_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514729927",\n "id": 514729927,\n "node_id": "RA_kwDOFpMvEs4erifH",\n "name": "Modrinth.App_0.17.9_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 40157011,\n "digest": "sha256:59abc1844d778f9c8f09babc810410bc3b0626f517d51e8215135c40a54729d6",\n "download_count": 1,\n "created_at": "2026-08-14T18:01:28Z",\n "updated_at": "2026-08-14T18:01:29Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.9/Modrinth.App_0.17.9_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514729929",\n "id": 514729929,\n "node_id": "RA_kwDOFpMvEs4erifJ",\n "name": "Modrinth.App_0.17.9_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 16420088,\n "digest": "sha256:5f2831d40e0a686e887f53a44b9b6a06b70dff73c04d4ef126770390c4735fb8",\n "download_count": 5,\n "created_at": "2026-08-14T18:01:28Z",\n "updated_at": "2026-08-14T18:01:29Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.9/Modrinth.App_0.17.9_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.17.9",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.17.9",\n "body": "## Fixed\\n\\n- Reverted server panel change that wasn\'t meant to go out yet.\\n- **Modrinth Hosting:** Reverted server panel change that wasn\'t meant to go out yet.\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/370740130/reactions",\n "total_count": 1,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 1,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/370722130",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/370722130/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/370722130/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.17.8",\n "id": 370722130,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4WGMVS",\n "tag_name": "v0.17.8",\n "target_commitish": "main",\n "name": "Modrinth App 0.17.8",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-14T17:05:43Z",\n "updated_at": "2026-08-14T17:24:47Z",\n "published_at": "2026-08-14T17:24:47Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514694069",\n "id": 514694069,\n "node_id": "RA_kwDOFpMvEs4erZu1",\n "name": "Modrinth.App-0.17.8-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 20240418,\n "digest": "sha256:495c66d532573323520431edbb685322d5164b9156f068c0529fc96039879226",\n "download_count": 5,\n "created_at": "2026-08-14T17:24:43Z",\n "updated_at": "2026-08-14T17:24:44Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.8/Modrinth.App-0.17.8-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514694066",\n "id": 514694066,\n "node_id": "RA_kwDOFpMvEs4erZuy",\n "name": "Modrinth.App_0.17.8_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 107136192,\n "digest": "sha256:6b3ce44a52a5be134a12340a3a675e1bd988e15d8b343dccaad286904dc1c568",\n "download_count": 3,\n "created_at": "2026-08-14T17:24:43Z",\n "updated_at": "2026-08-14T17:24:47Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.8/Modrinth.App_0.17.8_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514694068",\n "id": 514694068,\n "node_id": "RA_kwDOFpMvEs4erZu0",\n "name": "Modrinth.App_0.17.8_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 20240224,\n "digest": "sha256:ffb3e0ce42d2489f74313d08356dc10eb2442e97ddd019c4a72a7883cd7c5ce0",\n "download_count": 2453,\n "created_at": "2026-08-14T17:24:43Z",\n "updated_at": "2026-08-14T17:24:44Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.8/Modrinth.App_0.17.8_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514694067",\n "id": 514694067,\n "node_id": "RA_kwDOFpMvEs4erZuz",\n "name": "Modrinth.App_0.17.8_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 40141003,\n "digest": "sha256:a947f2897ded0bfb931509a1f87588adf82f90bed9b24a403e6babfecf635cff",\n "download_count": 3,\n "created_at": "2026-08-14T17:24:43Z",\n "updated_at": "2026-08-14T17:24:45Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.8/Modrinth.App_0.17.8_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514694070",\n "id": 514694070,\n "node_id": "RA_kwDOFpMvEs4erZu2",\n "name": "Modrinth.App_0.17.8_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 16414608,\n "digest": "sha256:880f2e3237e85a18074286ebb4a3f0bf57177a52e882f4fe05018c8f8c979e40",\n "download_count": 9,\n "created_at": "2026-08-14T17:24:43Z",\n "updated_at": "2026-08-14T17:24:44Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.8/Modrinth.App_0.17.8_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.17.8",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.17.8",\n "body": "## Fixed\\n\\n- Fixed some issues rendering Ears skins\\n- Fixed mrpack exports setting the wrong environment inclusion values.\\n- Fixed issue where if your instance was linked to a modpack version that has been deleted from Modrinth the Managed content card on the content tab would not show up\\n- **Modrinth Hosting:** Fixed issue when trying to upgrade a medal server from the manage servers page.\\n\\n## Changed\\n\\n- **Modrinth Hosting:** The server panel will no longer be locked while individual content is being installed when using the Browse content button.\\n- **Modrinth Hosting:** Better stability when content is being installed\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/370722130/reactions",\n "total_count": 1,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 1,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/370122003",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/370122003/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/370122003/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.17.7",\n "id": 370122003,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4WD50T",\n "tag_name": "v0.17.7",\n "target_commitish": "main",\n "name": "Modrinth App 0.17.7",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-13T18:09:21Z",\n "updated_at": "2026-08-13T18:25:55Z",\n "published_at": "2026-08-13T18:25:55Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/513348350",\n "id": 513348350,\n "node_id": "RA_kwDOFpMvEs4emRL-",\n "name": "Modrinth.App-0.17.7-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 20245702,\n "digest": "sha256:e5e8ea67eb22f3ba6afb73aedde66b6e592c047144b59fb75ad7dadd8823ce8a",\n "download_count": 19,\n "created_at": "2026-08-13T18:25:52Z",\n "updated_at": "2026-08-13T18:25:52Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.7/Modrinth.App-0.17.7-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/513348352",\n "id": 513348352,\n "node_id": "RA_kwDOFpMvEs4emRMA",\n "name": "Modrinth.App_0.17.7_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 107136192,\n "digest": "sha256:b4aaf4216998acc66e8bd1be804fe3054d3168dea8704f32602b2496edb45775",\n "download_count": 23,\n "created_at": "2026-08-13T18:25:52Z",\n "updated_at": "2026-08-13T18:25:54Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.7/Modrinth.App_0.17.7_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/513348349",\n "id": 513348349,\n "node_id": "RA_kwDOFpMvEs4emRL9",\n "name": "Modrinth.App_0.17.7_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 20247114,\n "digest": "sha256:7e796ad78103f64e0c7e39fa9857e2c9796c7cab65e9fd9d4260ffe911258766",\n "download_count": 2889,\n "created_at": "2026-08-13T18:25:52Z",\n "updated_at": "2026-08-13T18:25:53Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.7/Modrinth.App_0.17.7_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/513348351",\n "id": 513348351,\n "node_id": "RA_kwDOFpMvEs4emRL_",\n "name": "Modrinth.App_0.17.7_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 40118262,\n "digest": "sha256:1940eab36f4d5d646859cf80ce009fa520631c2c87314a9a551fc56f1500fcf8",\n "download_count": 10,\n "created_at": "2026-08-13T18:25:52Z",\n "updated_at": "2026-08-13T18:25:53Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.7/Modrinth.App_0.17.7_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/513348348",\n "id": 513348348,\n "node_id": "RA_kwDOFpMvEs4emRL8",\n "name": "Modrinth.App_0.17.7_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 16439288,\n "digest": "sha256:68666393c1a168876bc076eb62e68f94a0850d4d34ec547cef827a51eb824b64",\n "download_count": 25,\n "created_at": "2026-08-13T18:25:51Z",\n "updated_at": "2026-08-13T18:25:52Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.7/Modrinth.App_0.17.7_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.17.7",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.17.7",\n "body": "## Added\\n- Added a notification to indicate when modpack export is done.\\n\\n## Changed\\n- Improved how disclosures are displayed and added support for basic Markdown functionality.\\n\\n## Fixed\\n- Fixed modpack export appears to work but fails when imported as an instance.\\n- Fixed modpack export progress bar.\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/370122003/reactions",\n "total_count": 2,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 2,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/370055035",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/370055035/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/370055035/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.17.6",\n "id": 370055035,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4WDpd7",\n "tag_name": "v0.17.6",\n "target_commitish": "main",\n "name": "Modrinth App 0.17.6",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-13T16:02:05Z",\n "updated_at": "2026-08-13T16:23:15Z",\n "published_at": "2026-08-13T16:23:15Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/513213112",\n "id": 513213112,\n "node_id": "RA_kwDOFpMvEs4elwK4",\n "name": "Modrinth.App-0.17.6-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 20198547,\n "digest": "sha256:7ce036ecc58b3fc97d4eba2c4da0c266c2207eb4bb960af4d29aac4cde374fb1",\n "download_count": 3,\n "created_at": "2026-08-13T16:23:11Z",\n "updated_at": "2026-08-13T16:23:12Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.6/Modrinth.App-0.17.6-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/513213108",\n "id": 513213108,\n "node_id": "RA_kwDOFpMvEs4elwK0",\n "name": "Modrinth.App_0.17.6_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 107087040,\n "digest": "sha256:9975a07331e8b0521447464c6695fd9558a061d66e325fad9b2219c1a0bdfb9c",\n "download_count": 6,\n "created_at": "2026-08-13T16:23:11Z",\n "updated_at": "2026-08-13T16:23:15Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.6/Modrinth.App_0.17.6_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/513213110",\n "id": 513213110,\n "node_id": "RA_kwDOFpMvEs4elwK2",\n "name": "Modrinth.App_0.17.6_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 20198910,\n "digest": "sha256:70308a0ae0f287d280a36ce063932ac636857e7ec2a58f54ccf2b78034439a47",\n "download_count": 2657,\n "created_at": "2026-08-13T16:23:11Z",\n "updated_at": "2026-08-13T16:23:12Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.6/Modrinth.App_0.17.6_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/513213109",\n "id": 513213109,\n "node_id": "RA_kwDOFpMvEs4elwK1",\n "name": "Modrinth.App_0.17.6_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 40075875,\n "digest": "sha256:83f570a6391cf1ca061c92bb66bd98c52a2fc2a77fbf1fd6734bc92b21f4db13",\n "download_count": 6,\n "created_at": "2026-08-13T16:23:11Z",\n "updated_at": "2026-08-13T16:23:12Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.6/Modrinth.App_0.17.6_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/513213111",\n "id": 513213111,\n "node_id": "RA_kwDOFpMvEs4elwK3",\n "name": "Modrinth.App_0.17.6_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 16411520,\n "digest": "sha256:ef9c0efa624686ce3d8c87525659a7eba4ca6eb014980c45161ed8c488663b65",\n "download_count": 10,\n "created_at": "2026-08-13T16:23:11Z",\n "updated_at": "2026-08-13T16:23:12Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.6/Modrinth.App_0.17.6_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.17.6",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.17.6",\n "body": "## Added\\n- Added new content disclosures for projects.\\n\\n## Changed\\n- \\"Advanced\\" search filter group is now called \\"Advanced exclusions\\" and now contains content disclosure filters\\n- Project archiving has been changed from a visibility status to a content disclosure, making it compatible with Unlisted and Private projects.\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/370055035/reactions",\n "total_count": 2,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 2,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/368101092",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/368101092/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/368101092/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.17.5",\n "id": 368101092,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4V8Mbk",\n "tag_name": "v0.17.5",\n "target_commitish": "main",\n "name": "Modrinth App 0.17.5",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-10T17:36:07Z",\n "updated_at": "2026-08-10T17:52:31Z",\n "published_at": "2026-08-10T17:52:31Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/509071474",\n "id": 509071474,\n "node_id": "RA_kwDOFpMvEs4eV9By",\n "name": "Modrinth.App-0.17.5-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 20076222,\n "digest": "sha256:494d84728022c8ef09be9cc759cabdcd7ed669e1918784c61bfdb563d6426d89",\n "download_count": 30,\n "created_at": "2026-08-10T17:52:27Z",\n "updated_at": "2026-08-10T17:52:28Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.5/Modrinth.App-0.17.5-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/509071479",\n "id": 509071479,\n "node_id": "RA_kwDOFpMvEs4eV9B3",\n "name": "Modrinth.App_0.17.5_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 106968256,\n "digest": "sha256:74bd6ef537b66275e0a1dee15bf26e9d17a3f38549c7ddc9262b3b7e649872ff",\n "download_count": 36,\n "created_at": "2026-08-10T17:52:27Z",\n "updated_at": "2026-08-10T17:52:30Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.5/Modrinth.App_0.17.5_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/509071476",\n "id": 509071476,\n "node_id": "RA_kwDOFpMvEs4eV9B0",\n "name": "Modrinth.App_0.17.5_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 20080916,\n "digest": "sha256:ba51a433163797c632ea22da10f85eff3d4d58076e0a33dfbbd84da246656175",\n "download_count": 3674,\n "created_at": "2026-08-10T17:52:27Z",\n "updated_at": "2026-08-10T17:52:28Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.5/Modrinth.App_0.17.5_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/509071480",\n "id": 509071480,\n "node_id": "RA_kwDOFpMvEs4eV9B4",\n "name": "Modrinth.App_0.17.5_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 39845286,\n "digest": "sha256:b643c09c67ff387568386dc1e69f3eef9bf12a938ac3ccc91e7390a16cebe37e",\n "download_count": 23,\n "created_at": "2026-08-10T17:52:27Z",\n "updated_at": "2026-08-10T17:52:29Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.5/Modrinth.App_0.17.5_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/509071478",\n "id": 509071478,\n "node_id": "RA_kwDOFpMvEs4eV9B2",\n "name": "Modrinth.App_0.17.5_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 16298440,\n "digest": "sha256:76aa47ba507f59c24dd864f8f3762d24b84002a27afa4e4e36fa50fa6533869c",\n "download_count": 59,\n "created_at": "2026-08-10T17:52:27Z",\n "updated_at": "2026-08-10T17:52:28Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.5/Modrinth.App_0.17.5_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.17.5",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.17.5",\n "body": "## Changed\\n\\n- Common config file formats and RPO files are now hidden from the external modpack file warning modal.\\n- Updated text in unknown file warning.\\n- When viewing an instance\'s content in the app, content updates will now be checked immediately, rather than waiting for cache to be invalidated. It may take up to 10 minutes for updates to be shown in the content tab.\\n- Updated translations. Want to help translate Modrinth App? [Click here](https://translate.modrinth.com)\\n- **Modrinth Hosting:** Updated translations. Want to help translate Modrinth Hosting? [Click here](https://translate.modrinth.com)\\n\\n## Fixed\\n\\n- Fixed issue with animated GIFs sometimes not working in project page descriptions.\\n- Fixed issue on Windows and Linux where the window close button was incorrectly coloured.\\n- Fixed an issue when clicking content in the content tab of an instance it show a \\"Instance not found\\" notification\\n- Fixed issue with the file information (name + file size) on the download button on project version pages not showing up.\\n- Fixed broken buttons on the \\"Minecraft account required\\" modal on Windows.\\n- Fixed the right sidebar closing when collapsing friend list sections when using the \\"Hide right sidebar\\" option.\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/368101092/reactions",\n "total_count": 2,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 2,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/367004004",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/367004004/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/367004004/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.17.4",\n "id": 367004004,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4V4Alk",\n "tag_name": "v0.17.4",\n "target_commitish": "main",\n "name": "Modrinth App 0.17.4",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-07T20:43:05Z",\n "updated_at": "2026-08-07T20:57:05Z",\n "published_at": "2026-08-07T20:57:05Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/505654862",\n "id": 505654862,\n "node_id": "RA_kwDOFpMvEs4eI65O",\n "name": "Modrinth.App-0.17.4-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 20065730,\n "digest": "sha256:2eb9b634c910877fd6ee91bdd9f9fb7f9a6b61e7aaeb2fa3d28ff6d24d38326b",\n "download_count": 28,\n "created_at": "2026-08-07T20:57:02Z",\n "updated_at": "2026-08-07T20:57:03Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.4/Modrinth.App-0.17.4-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/505654865",\n "id": 505654865,\n "node_id": "RA_kwDOFpMvEs4eI65R",\n "name": "Modrinth.App_0.17.4_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 106951872,\n "digest": "sha256:8ea12087f84e492bc6d6474842a27f8c93437ab4d13a20d3ba40875262597fc4",\n "download_count": 35,\n "created_at": "2026-08-07T20:57:02Z",\n "updated_at": "2026-08-07T20:57:05Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.4/Modrinth.App_0.17.4_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/505654861",\n "id": 505654861,\n "node_id": "RA_kwDOFpMvEs4eI65N",\n "name": "Modrinth.App_0.17.4_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 20066234,\n "digest": "sha256:0f5b9f94dd76634887e2451e6f0e159573587d4d099d19528ba892499e3513c1",\n "download_count": 3822,\n "created_at": "2026-08-07T20:57:02Z",\n "updated_at": "2026-08-07T20:57:02Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.4/Modrinth.App_0.17.4_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/505654864",\n "id": 505654864,\n "node_id": "RA_kwDOFpMvEs4eI65Q",\n "name": "Modrinth.App_0.17.4_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 39799786,\n "digest": "sha256:efb6a02e816580493abff4070955be1c1c526f23f84b96af7f2fbebb77381de3",\n "download_count": 26,\n "created_at": "2026-08-07T20:57:02Z",\n "updated_at": "2026-08-07T20:57:03Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.4/Modrinth.App_0.17.4_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/505654863",\n "id": 505654863,\n "node_id": "RA_kwDOFpMvEs4eI65P",\n "name": "Modrinth.App_0.17.4_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 16282200,\n "digest": "sha256:5ff1e5a3f2bb1c44a3277130699699a674f2823bec6a97d438da659b4b4f218d",\n "download_count": 95,\n "created_at": "2026-08-07T20:57:02Z",\n "updated_at": "2026-08-07T20:57:02Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.4/Modrinth.App_0.17.4_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.17.4",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.17.4",\n "body": "## Changed\\n- Added loading states for project members and server details, to make it feel smoother.\\n- Improved popout menu animations.\\n- Updated NeoForge icon to be closer to the actual logo and look more like a fox.\\n- Updated design of buttons.\\n\\n## Fixed\\n- Fixed \\"Licensed Unknown\\" showing up under details on server projects.\\n- Fixed project types sometimes appearing in random orders on some pages.\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/367004004/reactions",\n "total_count": 5,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 1,\n "confused": 0,\n "heart": 2,\n "rocket": 2,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/362068092",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/362068092/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/362068092/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.17.3",\n "id": 362068092,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4VlLh8",\n "tag_name": "v0.17.3",\n "target_commitish": "main",\n "name": "Modrinth App 0.17.3",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-07-29T21:34:48Z",\n "updated_at": "2026-07-29T21:47:52Z",\n "published_at": "2026-07-29T21:47:52Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/494562168",\n "id": 494562168,\n "node_id": "RA_kwDOFpMvEs4demt4",\n "name": "Modrinth.App-0.17.3-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 19927049,\n "digest": "sha256:22628e96fb2427775505198759dd21413f4ef376a3dcbe3f41a6de1f9ecc71b7",\n "download_count": 55,\n "created_at": "2026-07-29T21:47:49Z",\n "updated_at": "2026-07-29T21:47:50Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.3/Modrinth.App-0.17.3-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/494562172",\n "id": 494562172,\n "node_id": "RA_kwDOFpMvEs4demt8",\n "name": "Modrinth.App_0.17.3_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 106820800,\n "digest": "sha256:0578e23f3710445d0daef9e0e50c8a047baf095106b0a60cd3f1d84b6195a152",\n "download_count": 106,\n "created_at": "2026-07-29T21:47:49Z",\n "updated_at": "2026-07-29T21:47:52Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.3/Modrinth.App_0.17.3_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/494562170",\n "id": 494562170,\n "node_id": "RA_kwDOFpMvEs4demt6",\n "name": "Modrinth.App_0.17.3_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 19932992,\n "digest": "sha256:b878cbfe51c0d29d4086bbb3c39c5f02c1f8cee5eb17c0db96159dbf8ddde993",\n "download_count": 6919,\n "created_at": "2026-07-29T21:47:49Z",\n "updated_at": "2026-07-29T21:47:50Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.3/Modrinth.App_0.17.3_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/494562169",\n "id": 494562169,\n "node_id": "RA_kwDOFpMvEs4demt5",\n "name": "Modrinth.App_0.17.3_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 39588610,\n "digest": "sha256:02bfe61920235491ea8b3c72bb3acb079746ae7726f31865285c95706be6ff5e",\n "download_count": 50,\n "created_at": "2026-07-29T21:47:49Z",\n "updated_at": "2026-07-29T21:47:50Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.3/Modrinth.App_0.17.3_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/494562171",\n "id": 494562171,\n "node_id": "RA_kwDOFpMvEs4demt7",\n "name": "Modrinth.App_0.17.3_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 16214384,\n "digest": "sha256:0e4ffd823efbe9edea9c85836bf760737519f27962447906c0b7f145c6594948",\n "download_count": 204,\n "created_at": "2026-07-29T21:47:49Z",\n "updated_at": "2026-07-29T21:47:50Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.3/Modrinth.App_0.17.3_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.17.3",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.17.3",\n "body": "## Added\\n- Added button to create a new instance on the Library page.\\n\\n## Changed\\n- Added a toggle to hide modpacks that are already installed.\\n- Added tooltip to installation settings button in installed modpack card.\\n\\n## Fixed\\n- Improved error when shared instances reach a config file limit.\\n- When pushing updates to shared instances, will now scroll to the top when entering a sub-page.\\n- Fixed instance installations getting stuck when the instance is deleted.\\n- Fixed error when failing to fetch a shared instance icon.\\n- Installing content from Discover content will now install the latest that matches the game version and loader filters, not the absolute latest.\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/362068092/reactions",\n "total_count": 2,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 2,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/361435497",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/361435497/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/361435497/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.17.2",\n "id": 361435497,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4VixFp",\n "tag_name": "v0.17.2",\n "target_commitish": "main",\n "name": "Modrinth App 0.17.2",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-07-28T23:36:26Z",\n "updated_at": "2026-07-28T23:48:39Z",\n "published_at": "2026-07-28T23:48:39Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/493355984",\n "id": 493355984,\n "node_id": "RA_kwDOFpMvEs4daAPQ",\n "name": "Modrinth.App-0.17.2-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 19930069,\n "digest": "sha256:51a08ed7bc6cb342d5872e1289d24ffe86c055cb5ecb2ddaf5ee33cbae903985",\n "download_count": 16,\n "created_at": "2026-07-28T23:48:35Z",\n "updated_at": "2026-07-28T23:48:36Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.2/Modrinth.App-0.17.2-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/493355985",\n "id": 493355985,\n "node_id": "RA_kwDOFpMvEs4daAPR",\n "name": "Modrinth.App_0.17.2_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 106812608,\n "digest": "sha256:64f3a76c48dc22aaf57f34ab4448f7d612d59634a9d591c6fa487de664c38699",\n "download_count": 24,\n "created_at": "2026-07-28T23:48:35Z",\n "updated_at": "2026-07-28T23:48:39Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.2/Modrinth.App_0.17.2_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/493355987",\n "id": 493355987,\n "node_id": "RA_kwDOFpMvEs4daAPT",\n "name": "Modrinth.App_0.17.2_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 19930372,\n "digest": "sha256:8837a4ea26c3f184aa179b650afbf17b92cb6f6c8a1c8603820410b19c356c22",\n "download_count": 6135,\n "created_at": "2026-07-28T23:48:35Z",\n "updated_at": "2026-07-28T23:48:36Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.2/Modrinth.App_0.17.2_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/493355988",\n "id": 493355988,\n "node_id": "RA_kwDOFpMvEs4daAPU",\n "name": "Modrinth.App_0.17.2_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 39551192,\n "digest": "sha256:2260e6b87f3971d06c7be63d28612ddf174b0ee53e77760f44c5b20c6f901254",\n "download_count": 8,\n "created_at": "2026-07-28T23:48:35Z",\n "updated_at": "2026-07-28T23:48:37Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.2/Modrinth.App_0.17.2_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/493355986",\n "id": 493355986,\n "node_id": "RA_kwDOFpMvEs4daAPS",\n "name": "Modrinth.App_0.17.2_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 16208144,\n "digest": "sha256:65bc9ccb3111f640fea3bd138f3b2a73017b9614430dcfe7947a9e43b12dce04",\n "download_count": 31,\n "created_at": "2026-07-28T23:48:35Z",\n "updated_at": "2026-07-28T23:48:36Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.2/Modrinth.App_0.17.2_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.17.2",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.17.2",\n "body": "## Fixed\\n- Fixed broken shared instances invite management table.\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/361435497/reactions",\n "total_count": 1,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 1,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/361383804",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/361383804/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/361383804/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.17.1",\n "id": 361383804,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4Vikd8",\n "tag_name": "v0.17.1",\n "target_commitish": "main",\n "name": "Modrinth App 0.17.1",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-07-28T21:01:33Z",\n "updated_at": "2026-07-28T21:52:10Z",\n "published_at": "2026-07-28T21:18:09Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/493209215",\n "id": 493209215,\n "node_id": "RA_kwDOFpMvEs4dZcZ_",\n "name": "Modrinth.App-0.17.1-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 19926509,\n "digest": "sha256:ef761fa97a89e331e0d75fdcfc1e751d9065666e7f4085250a9fcab56c242dc1",\n "download_count": 6,\n "created_at": "2026-07-28T21:18:05Z",\n "updated_at": "2026-07-28T21:18:06Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.1/Modrinth.App-0.17.1-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/493209216",\n "id": 493209216,\n "node_id": "RA_kwDOFpMvEs4dZcaA",\n "name": "Modrinth.App_0.17.1_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 106816704,\n "digest": "sha256:132fd9ba4d7827c93e66124498cbc088aa33b45e57f7f528d8d23108bd19b077",\n "download_count": 13,\n "created_at": "2026-07-28T21:18:05Z",\n "updated_at": "2026-07-28T21:18:09Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.1/Modrinth.App_0.17.1_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/493209218",\n "id": 493209218,\n "node_id": "RA_kwDOFpMvEs4dZcaC",\n "name": "Modrinth.App_0.17.1_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 19931676,\n "digest": "sha256:419c293ace4789dedfbdcef01efc12162cac457d2647fea48e9377f60777f0e0",\n "download_count": 5872,\n "created_at": "2026-07-28T21:18:05Z",\n "updated_at": "2026-07-28T21:18:06Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.1/Modrinth.App_0.17.1_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/493209217",\n "id": 493209217,\n "node_id": "RA_kwDOFpMvEs4dZcaB",\n "name": "Modrinth.App_0.17.1_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 39551699,\n "digest": "sha256:af7df22f1afaf183f2235c395f3c270c90c883ba5d6e7f9dabc2ac170dfc4e48",\n "download_count": 7,\n "created_at": "2026-07-28T21:18:05Z",\n "updated_at": "2026-07-28T21:18:06Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.1/Modrinth.App_0.17.1_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/493209214",\n "id": 493209214,\n "node_id": "RA_kwDOFpMvEs4dZcZ-",\n "name": "Modrinth.App_0.17.1_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 16203904,\n "digest": "sha256:b5016afbc63cdb13360e0c5d7e8484a39737b3169e97221d1bca64c734444b36",\n "download_count": 17,\n "created_at": "2026-07-28T21:18:05Z",\n "updated_at": "2026-07-28T21:18:06Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.1/Modrinth.App_0.17.1_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.17.1",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.17.1",\n "body": "## Added\\r\\n\\r\\n- Added user pages.\\r\\n- Added a banner for users of a shared instance which let\'s them know that they need to review an update to play the instance - alongside the existing checks when you click Play.\\r\\n- Added a way to see and manage the invite links you have created for a shared instance in the Sharing tab of the Instance Settings modal.\\r\\n- Added a way to see where a shared instance content is coming from when in the Install to play modal, either the linked modpack or if it was added on top. Content which is a part of the linked modpack will show the modpack information underneath it\'s name.\\r\\n- Added user blocking\\r\\n- You can block users on their profile page.\\r\\n- You can block users when reporting a shared instance. This prevents the user from sending you invites to shared instances and Modrinth Hosting server panels.\\r\\n- You can manage who you\'ve blocked in the new Social settings in the app\'s Settings menu, or on the Modrinth website.\\r\\n- Added the ability to edit your Modrinth profile in the app\'s Settings menu.\\r\\n- Added the ability to adjust the amount of quick instances shown in the sidebar by dragging the divider up and down.\\r\\n- Added an option to always show \\"Copy details\\" on the installation job notifications, rather than just on failed and interrupted instance install jobs.\\r\\n- Clicking on friends in the friends list will take you to their profile page.\\r\\n\\r\\n## Changed\\r\\n\\r\\n- More than three instances now show up in the left sidebar\'s quick instance selection area for larger window sizes.\\r\\n- Updated Modrinth App logo to just use the standard Modrinth logo to save space.\\r\\n- Updated the design of the back/forward buttons.\\r\\n- Limited shared instances to 50 users.\\r\\n- Changed the expiry date picker in the shared instance invite edit modal to be a dropdown of common dates, rather than a complicated date picker. You can still use the fine-grained date picker by choosing \\"Custom\\"\\r\\n- Instance icons must now be smaller than 4MB - any existing instances will have their icons compressed to 512x512px size to conform to the new limit. This will break any instances which have .GIF icons.\\r\\n- Split up the App Settings modal into categories.\\r\\n- Moved out behavioural settings into it\'s own subpage, rather than being in Appearance settings.\\r\\n- Updated \\"Advanced\\" toggle filter design to be the same as the other filters, just with only an exclude button as the primary action.\\r\\n- Re-aligned the traffic light buttons on macOS with the top bar.\\r\\n- Updated translations. Want to help translate the Modrinth App? [Click here](https://translate.modrinth.com)\\r\\n- **Modrinth Hosting:** Updated translations. Want to help translate Modrinth Hosting? [Click here](https://translate.modrinth.com)\\r\\n\\r\\n## Fixed\\r\\n\\r\\n- **Modrinth Hosting:** Fixed issue where when browsing content for your server panel, when visiting a project page and going back to search, it would reset the page back to one.\\r\\n- Fixed issue where when browsing content for an instance, when visiting a project page and going back to search, it would reset the page back to one.\\r\\n- Refactored how breadcrumbs work in the app, this should solve many issues you might have encountered using the back and forward navigation buttons in the app header.\\r\\n- Fixed error spam when the shared instances API is not accessible, it will cleanly provide feedback that the app cannot connect.\\r\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/361383804/reactions",\n "total_count": 2,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 2,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n }\n]' + tag=v0.19.1 + '[' -z v0.19.1 ']' ++ printf %s v0.19.1 ++ sed 's/^v//' + version=0.19.1 ++ jq -r --arg tag v0.19.1 $'\n .[] | select(.tag_name == $tag) | .assets[] | select(.name | test("x86_64\\\\.rpm$")) | .browser_download_url\n' ++ head -n1 ++ printf %s $'[\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/378062226",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/378062226/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/378062226/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.19.1",\n "id": 378062226,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4WiMWS",\n "tag_name": "v0.19.1",\n "target_commitish": "main",\n "name": "Modrinth App 0.19.1",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-27T18:54:39Z",\n "updated_at": "2026-08-27T19:10:18Z",\n "published_at": "2026-08-27T19:10:18Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/532751703",\n "id": 532751703,\n "node_id": "RA_kwDOFpMvEs4fwSVX",\n "name": "Modrinth.App-0.19.1-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 27923343,\n "digest": "sha256:6f8da4dd1a7f882021e611d6b1d9e7a3722652ef3d0da751f17bd8cc27dd8878",\n "download_count": 2,\n "created_at": "2026-08-27T19:10:15Z",\n "updated_at": "2026-08-27T19:10:16Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.19.1/Modrinth.App-0.19.1-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/532751701",\n "id": 532751701,\n "node_id": "RA_kwDOFpMvEs4fwSVV",\n "name": "Modrinth.App_0.19.1_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 114820288,\n "digest": "sha256:2db7a34cc7a777a6022649c6825df49f4b2af87c0f53e3d7e3508a18530007a2",\n "download_count": 3,\n "created_at": "2026-08-27T19:10:15Z",\n "updated_at": "2026-08-27T19:10:18Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.19.1/Modrinth.App_0.19.1_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/532751699",\n "id": 532751699,\n "node_id": "RA_kwDOFpMvEs4fwSVT",\n "name": "Modrinth.App_0.19.1_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 27927818,\n "digest": "sha256:00cae977a8679b2edab7bba904441bbea394f0776fe5f0aed803e664218ded98",\n "download_count": 25,\n "created_at": "2026-08-27T19:10:15Z",\n "updated_at": "2026-08-27T19:10:16Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.19.1/Modrinth.App_0.19.1_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/532751700",\n "id": 532751700,\n "node_id": "RA_kwDOFpMvEs4fwSVU",\n "name": "Modrinth.App_0.19.1_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 55484585,\n "digest": "sha256:727bf0715b05f07eab115789d39d7673265fc22b9581c2d532c7226bfc542a87",\n "download_count": 1,\n "created_at": "2026-08-27T19:10:15Z",\n "updated_at": "2026-08-27T19:10:17Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.19.1/Modrinth.App_0.19.1_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/532751698",\n "id": 532751698,\n "node_id": "RA_kwDOFpMvEs4fwSVS",\n "name": "Modrinth.App_0.19.1_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 23882352,\n "digest": "sha256:ee3ba68249c0fc81ddabd6c7bfa7f3b967911a1b142e4414f6fbccede411e406",\n "download_count": 3,\n "created_at": "2026-08-27T19:10:15Z",\n "updated_at": "2026-08-27T19:10:16Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.19.1/Modrinth.App_0.19.1_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.19.1",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.19.1",\n "body": "## Changed\\n- Updated style of spoilers in descriptions.\\n- Updated style of code formatting and snippets in descriptions.\\n- Fourth-level headings in descriptions now have more contrast compared to regular body text.\\n\\n## Fixed\\n- Fixed lag on Screenshots page/tab when you have a lot of screenshots\\n"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/378005997",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/378005997/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/378005997/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.19.0",\n "id": 378005997,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4Wh-nt",\n "tag_name": "v0.19.0",\n "target_commitish": "main",\n "name": "Modrinth App 0.19.0",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-27T17:12:30Z",\n "updated_at": "2026-08-27T17:32:14Z",\n "published_at": "2026-08-27T17:32:14Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/532644951",\n "id": 532644951,\n "node_id": "RA_kwDOFpMvEs4fv4RX",\n "name": "Modrinth.App-0.19.0-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 27913806,\n "digest": "sha256:e7ff5466fc59f7bc6d25294c4856ef3196773a73d77a3cba17a21165e86c0f62",\n "download_count": 5,\n "created_at": "2026-08-27T17:32:10Z",\n "updated_at": "2026-08-27T17:32:11Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.19.0/Modrinth.App-0.19.0-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/532644947",\n "id": 532644947,\n "node_id": "RA_kwDOFpMvEs4fv4RT",\n "name": "Modrinth.App_0.19.0_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 114820288,\n "digest": "sha256:6061ed7f5fb22f176431133d501781e5de3aa3b47a6fce5a468aafd2d4dd4686",\n "download_count": 4,\n "created_at": "2026-08-27T17:32:10Z",\n "updated_at": "2026-08-27T17:32:13Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.19.0/Modrinth.App_0.19.0_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/532644949",\n "id": 532644949,\n "node_id": "RA_kwDOFpMvEs4fv4RV",\n "name": "Modrinth.App_0.19.0_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 27918216,\n "digest": "sha256:77e44214f65a26a0c202a3bb378e23e0fb573a0a90aca45abbfa3c6a9bcac51d",\n "download_count": 41,\n "created_at": "2026-08-27T17:32:10Z",\n "updated_at": "2026-08-27T17:32:12Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.19.0/Modrinth.App_0.19.0_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/532644950",\n "id": 532644950,\n "node_id": "RA_kwDOFpMvEs4fv4RW",\n "name": "Modrinth.App_0.19.0_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 55469842,\n "digest": "sha256:7c68efb20da52d6322f1b3f59c7aabc8b3d92b31c6aecf427a7530b8ad6cce47",\n "download_count": 2,\n "created_at": "2026-08-27T17:32:10Z",\n "updated_at": "2026-08-27T17:32:12Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.19.0/Modrinth.App_0.19.0_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/532644948",\n "id": 532644948,\n "node_id": "RA_kwDOFpMvEs4fv4RU",\n "name": "Modrinth.App_0.19.0_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 23852224,\n "digest": "sha256:462a9204e64be5dd9fd52bbbd8b568ad3af032990d2c8fcefc9e9534caa51cc3",\n "download_count": 6,\n "created_at": "2026-08-27T17:32:10Z",\n "updated_at": "2026-08-27T17:32:12Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.19.0/Modrinth.App_0.19.0_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.19.0",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.19.0",\n "body": "## Added\\n- Added option to switch between multiple signed-in Modrinth accounts.\\n- Added the ability to view the app signed out as well even when accounts are added.\\n- Added right-click context menu actions for Jump in items.\\n- Added \\"Add a friend\\" to account menu.\\n- Added a new global screenshots page accessible via the sidebar, which shows all screenshots you\'ve taken from all of your instances.\\n- Added an option to instances which allows you to opt-out an instance from the global screenshots page, which will enable an instance-local screenshot tab showing screenshots only for that instance.\\n- Added a new screenshot editor, allowing you to annotate, doodle and blur out areas of your screenshots.\\n- Added syncing between instances for command history, the in-game server list and creative hotbars. You will need to enable this for any existing instances in the Sync override tab of your instance settings.\\n\\n## Changed\\n- Improved the consistency of filter dropdowns on the Versions page.\\n- Improved the consistency of context menus, now they look the same as overflow menus.\\n- Changed profile button to say \\"View profile\\" in account menu.\\n- Added \\"Open backups folder\\" button from the state initialization error screen.\\n- Appearance settings now remember your preferred dark theme when using \\"Sync with system\\".\\n- Theme changes now happen instantly, disabling any funky transitions while it happens.\\n- Splash screen is now responsive to color theme.\\n- Made resize handle on \\"Jump in\\" section always visible.\\n\\n## Fixed\\n- Non-instance icons with transparent corners are no longer padded, fixing many icons flashing in after a second.\\n- Fixed window controls being covered by the splash screen.\\n- Fixed \\"Official Modrinth account\\" badge on official profiles appearing gray instead of green\\n- Fixed newer snapshots since 26.1 not being grouped properly.\\n- Fixed settings menu headers being cut off when the window is small.\\n- Fixed creating a new group when only one group exists does not show the group.\\n- Fixed inconsistencies with text inputs.\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/378005997/reactions",\n "total_count": 4,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 4,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/374065730",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/374065730/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/374065730/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.18.2",\n "id": 374065730,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4WS8pC",\n "tag_name": "v0.18.2",\n "target_commitish": "main",\n "name": "Modrinth App 0.18.2",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-20T22:10:29Z",\n "updated_at": "2026-08-20T22:30:07Z",\n "published_at": "2026-08-20T22:30:07Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/522873442",\n "id": 522873442,\n "node_id": "RA_kwDOFpMvEs4fKmpi",\n "name": "Modrinth.App-0.18.2-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 26759868,\n "digest": "sha256:81c110a43d844cdf2cbfbcfa9893b17d0d35d55dfae639d26f1ce1e3cf7e92a3",\n "download_count": 69,\n "created_at": "2026-08-20T22:30:03Z",\n "updated_at": "2026-08-20T22:30:04Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.2/Modrinth.App-0.18.2-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/522873440",\n "id": 522873440,\n "node_id": "RA_kwDOFpMvEs4fKmpg",\n "name": "Modrinth.App_0.18.2_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 113644736,\n "digest": "sha256:d64319c1c420f0e400b6e8d6171e93fb78b1fc23107184178f73f99106acdf17",\n "download_count": 71,\n "created_at": "2026-08-20T22:30:03Z",\n "updated_at": "2026-08-20T22:30:07Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.2/Modrinth.App_0.18.2_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/522873444",\n "id": 522873444,\n "node_id": "RA_kwDOFpMvEs4fKmpk",\n "name": "Modrinth.App_0.18.2_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 26760782,\n "digest": "sha256:9785c2dcddcc4bbe09bea2ca204d6d7abc05b5d8868bf5175c9f3d9fc9b7afa8",\n "download_count": 2491,\n "created_at": "2026-08-20T22:30:03Z",\n "updated_at": "2026-08-20T22:30:04Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.2/Modrinth.App_0.18.2_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/522873445",\n "id": 522873445,\n "node_id": "RA_kwDOFpMvEs4fKmpl",\n "name": "Modrinth.App_0.18.2_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 53217416,\n "digest": "sha256:25c8838f7d2d91c9625ed90039ae83be6ca5ea4bf12c6bff4db78fac8c243a0e",\n "download_count": 57,\n "created_at": "2026-08-20T22:30:03Z",\n "updated_at": "2026-08-20T22:30:05Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.2/Modrinth.App_0.18.2_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/522873441",\n "id": 522873441,\n "node_id": "RA_kwDOFpMvEs4fKmph",\n "name": "Modrinth.App_0.18.2_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 22921312,\n "digest": "sha256:c05efd64ed73f6b609903d0dd171b873cbe42c0456fc022ca752b8648fe4f0ef",\n "download_count": 203,\n "created_at": "2026-08-20T22:30:03Z",\n "updated_at": "2026-08-20T22:30:04Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.2/Modrinth.App_0.18.2_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.18.2",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.18.2",\n "body": "## Security\\n- Fixed .mrpack exports replacing the original file with the primary file of a version previously detected on hash lookup.\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/374065730/reactions",\n "total_count": 2,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 2,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/374055525",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/374055525/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/374055525/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.18.1",\n "id": 374055525,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4WS6Jl",\n "tag_name": "v0.18.1",\n "target_commitish": "main",\n "name": "Modrinth App 0.18.1",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-20T21:47:07Z",\n "updated_at": "2026-08-20T22:03:16Z",\n "published_at": "2026-08-20T22:03:16Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/522845145",\n "id": 522845145,\n "node_id": "RA_kwDOFpMvEs4fKfvZ",\n "name": "Modrinth.App-0.18.1-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 26766088,\n "digest": "sha256:2304d3cc6f11dd8ab2b3264fd176d9ce9ec624733512330eaf4bbebdb00dd0b2",\n "download_count": 1,\n "created_at": "2026-08-20T22:03:12Z",\n "updated_at": "2026-08-20T22:03:14Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.1/Modrinth.App-0.18.1-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/522845142",\n "id": 522845142,\n "node_id": "RA_kwDOFpMvEs4fKfvW",\n "name": "Modrinth.App_0.18.1_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 113648832,\n "digest": "sha256:127338543934f6233edfa47980e822164fd223908695d6176fc45c5540d370ea",\n "download_count": 2,\n "created_at": "2026-08-20T22:03:12Z",\n "updated_at": "2026-08-20T22:03:16Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.1/Modrinth.App_0.18.1_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/522845148",\n "id": 522845148,\n "node_id": "RA_kwDOFpMvEs4fKfvc",\n "name": "Modrinth.App_0.18.1_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 26766594,\n "digest": "sha256:fd766213e38f40539c6d16fd199bbbd5b1c0582a821bef330e099458da4be979",\n "download_count": 1335,\n "created_at": "2026-08-20T22:03:12Z",\n "updated_at": "2026-08-20T22:03:13Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.1/Modrinth.App_0.18.1_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/522845144",\n "id": 522845144,\n "node_id": "RA_kwDOFpMvEs4fKfvY",\n "name": "Modrinth.App_0.18.1_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 53219446,\n "digest": "sha256:23c56b9415e4e19af6a49b1fd363b1f45e472fe10a86b683af9f93997fa3f126",\n "download_count": 2,\n "created_at": "2026-08-20T22:03:12Z",\n "updated_at": "2026-08-20T22:03:14Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.1/Modrinth.App_0.18.1_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/522845147",\n "id": 522845147,\n "node_id": "RA_kwDOFpMvEs4fKfvb",\n "name": "Modrinth.App_0.18.1_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 22921824,\n "digest": "sha256:548b283f3a73b0585f4c6f957a038b2a8eba01178db3c28649b6429b2b5d5ef4",\n "download_count": 7,\n "created_at": "2026-08-20T22:03:12Z",\n "updated_at": "2026-08-20T22:03:14Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.1/Modrinth.App_0.18.1_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.18.1",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.18.1",\n "body": "## Added\\n- Added ability to click on the ellipses in pagination controls to go to a specific page.\\n- Added compact mode for instances in library.\\n- Added drag handle to resize the amount of items in the \\"Jump in\\" section.\\n- Added icon editing actions for instance context menu.\\n- Added back sort by loader and game version.\\n- Added new loader symbols for icon editor.\\n- Depends on search filter, which filters all projects that depends on the project you\'ve selected.\\n- Modpack included content filter, which filters projects that includes a set of projects you\'ve selected.\\n- Enabled friend request controls in Social settings - you can now limit who can send you friend requests on Modrinth.\\n- Enabled shared instance invite controls in Social settings, letting you limit who can send you shared instance invites.\\n- Enabled Modrinth Hosting access invite controls in Social settings - you can now limit who can invite you to manage a Modrinth Hosting server.\\n- Added a new option to sync your behaviour & appearance settings across Modrinth App sessions on multiple devices.\\n- Added language coverage to the Language settings page.\\n\\n## Changed\\n- Expanded quick instance area now that there is more vertical height in the navbar.\\n- Tab bars now display with smaller text and without icons on mobile.\\n\\n## Fixed\\n- Fixed issue where projects not installed display as installed.\\n- Fixed tab bars displaying weirdly on mobile.\\n- Fixed tab bar shadows being cut off.\\n- Fixed tab bars showing the highlight as the wrong size or position sometimes.\\n- Fixed missing signal icon and players online in \\"Jump in\\" cards.\\n- Stopped applying conditional icon padding for user avatars.\\n- Fixed memory leak on Discover page\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/374055525/reactions",\n "total_count": 1,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 1,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/372036570",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/372036570/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/372036570/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.18.0",\n "id": 372036570,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4WLNPa",\n "tag_name": "v0.18.0",\n "target_commitish": "main",\n "name": "Modrinth App 0.18.0",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-18T01:11:30Z",\n "updated_at": "2026-08-18T01:25:51Z",\n "published_at": "2026-08-18T01:25:51Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/518746522",\n "id": 518746522,\n "node_id": "RA_kwDOFpMvEs4e63Ga",\n "name": "Modrinth.App-0.18.0-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 26379137,\n "digest": "sha256:3eafa3a6a11770b219537af6a7b2028ea0444c6538f13dd8ecb2e38741ac26a5",\n "download_count": 46,\n "created_at": "2026-08-18T01:25:48Z",\n "updated_at": "2026-08-18T01:25:49Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.0/Modrinth.App-0.18.0-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/518746518",\n "id": 518746518,\n "node_id": "RA_kwDOFpMvEs4e63GW",\n "name": "Modrinth.App_0.18.0_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 113259712,\n "digest": "sha256:a852516a201c56ef4887151b46198193c060de2c729e37ae55a90fcd81e9a09a",\n "download_count": 39,\n "created_at": "2026-08-18T01:25:48Z",\n "updated_at": "2026-08-18T01:25:51Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.0/Modrinth.App_0.18.0_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/518746519",\n "id": 518746519,\n "node_id": "RA_kwDOFpMvEs4e63GX",\n "name": "Modrinth.App_0.18.0_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 26379744,\n "digest": "sha256:93664a0d250dab7f6f6b79a972584e94e2c09496ca2205161ea0d6ea54c27717",\n "download_count": 2482,\n "created_at": "2026-08-18T01:25:48Z",\n "updated_at": "2026-08-18T01:25:49Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.0/Modrinth.App_0.18.0_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/518746516",\n "id": 518746516,\n "node_id": "RA_kwDOFpMvEs4e63GU",\n "name": "Modrinth.App_0.18.0_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 52442730,\n "digest": "sha256:a84c216231a9e40f24d60e73bc7e144f4dcbe9ea77ee07d5e2a85757ec867bd7",\n "download_count": 28,\n "created_at": "2026-08-18T01:25:47Z",\n "updated_at": "2026-08-18T01:25:49Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.0/Modrinth.App_0.18.0_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/518746521",\n "id": 518746521,\n "node_id": "RA_kwDOFpMvEs4e63GZ",\n "name": "Modrinth.App_0.18.0_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 22531016,\n "digest": "sha256:a82e7433bf1a6361121c61cf23239e93b7d08dedef3b8af5b94995a04605324b",\n "download_count": 127,\n "created_at": "2026-08-18T01:25:48Z",\n "updated_at": "2026-08-18T01:25:49Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.0/Modrinth.App_0.18.0_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.18.0",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.18.0",\n "body": "## Added\\n- Added new Play page, replacing the old Home and Library pages.\\n- Added an icon creator so you can create icons for your instances if you don\'t have your own art for it.\\n- Added a \\"Getting started\\" checklist to help you finish setting up the app.\\n\\n## Changed\\n- Improved the create instance menu to make the options clearer and let you search for projects right from the menu.\\n- Improved the empty states to help guide you to creating an instance.\\n- Improved the sign-in pop-up for when your Minecraft account is required.\\n- Skin selector can now be previewed before signing in with your Minecraft account.\\n- Reintroduced the modpack icon in the content tab\'s managed content card.\\n- Renamed \\"Managed content\\" -> \\"Provided content\\"\\n\\n## Fixed\\n- Fixed hooks and environment variables not saving.\\n- Fixed hover state on the \\"Reload to update\\" button\\n- Fixed header alignment issue in the browse content page\\n- Fixed instance icon being deleted after a installing a server project\'s shared content.\\n- Fixed flickering on the content tab at specific app window widths.\\n- Fixed issue where some instances when unlinking a modpack or shared instance, the newly unlinked content would not have updates checked\\n- Fixed broken gallery image viewer on project pages.\\n- Attempted to fix bug on macOS that prevented LAN play in some cases.\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/372036570/reactions",\n "total_count": 7,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 7,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/370767552",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/370767552/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/370767552/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.17.10",\n "id": 370767552,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4WGXbA",\n "tag_name": "v0.17.10",\n "target_commitish": "main",\n "name": "Modrinth App 0.17.10",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-14T18:44:55Z",\n "updated_at": "2026-08-14T18:59:37Z",\n "published_at": "2026-08-14T18:59:37Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514786717",\n "id": 514786717,\n "node_id": "RA_kwDOFpMvEs4erwWd",\n "name": "Modrinth.App-0.17.10-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 20240007,\n "digest": "sha256:6d91ab3e0a23cfb68a6c6cf5fa71486ed5890e76a39678b28945ffa41815f51f",\n "download_count": 32,\n "created_at": "2026-08-14T18:59:33Z",\n "updated_at": "2026-08-14T18:59:33Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.10/Modrinth.App-0.17.10-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514786716",\n "id": 514786716,\n "node_id": "RA_kwDOFpMvEs4erwWc",\n "name": "Modrinth.App_0.17.10_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 107136192,\n "digest": "sha256:e3a49529ad519757f1b78d1a05e462173448554bdd8c56cf3cbdb1eb8fa64b05",\n "download_count": 49,\n "created_at": "2026-08-14T18:59:33Z",\n "updated_at": "2026-08-14T18:59:36Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.10/Modrinth.App_0.17.10_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514786718",\n "id": 514786718,\n "node_id": "RA_kwDOFpMvEs4erwWe",\n "name": "Modrinth.App_0.17.10_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 20251608,\n "digest": "sha256:9694fb6aafd1928f35071910822b2d377416bad14407dfd75209148dd9234d7f",\n "download_count": 3101,\n "created_at": "2026-08-14T18:59:33Z",\n "updated_at": "2026-08-14T18:59:34Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.10/Modrinth.App_0.17.10_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514786714",\n "id": 514786714,\n "node_id": "RA_kwDOFpMvEs4erwWa",\n "name": "Modrinth.App_0.17.10_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 40148039,\n "digest": "sha256:d63601fb80682ccfb72300134741afa59d233548468088292cd067df724bc97d",\n "download_count": 29,\n "created_at": "2026-08-14T18:59:33Z",\n "updated_at": "2026-08-14T18:59:34Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.10/Modrinth.App_0.17.10_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514786715",\n "id": 514786715,\n "node_id": "RA_kwDOFpMvEs4erwWb",\n "name": "Modrinth.App_0.17.10_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 16427360,\n "digest": "sha256:026bc32e51b08cd424d607b4f97ce7a2805db71c84715cad2f2791d67ef7de52",\n "download_count": 88,\n "created_at": "2026-08-14T18:59:33Z",\n "updated_at": "2026-08-14T18:59:33Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.10/Modrinth.App_0.17.10_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.17.10",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.17.10",\n "body": "## Changed\\n\\n- The server panel will no longer be locked while individual content is being installed when using the Browse content button.\\n- Better stability when content is being installed\\n- **Modrinth Hosting:** The server panel will no longer be locked while individual content is being installed when using the Browse content button.\\n- **Modrinth Hosting:** Better stability when content is being installed\\n\\n## Fixed\\n\\n- Fixed issue when trying to upgrade a medal server from the manage servers page.\\n- **Modrinth Hosting:** Fixed issue when trying to upgrade a medal server from the manage servers page.\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/370767552/reactions",\n "total_count": 2,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 2,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/370740130",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/370740130/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/370740130/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.17.9",\n "id": 370740130,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4WGQui",\n "tag_name": "v0.17.9",\n "target_commitish": "main",\n "name": "Modrinth App 0.17.9",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-14T17:47:39Z",\n "updated_at": "2026-08-14T18:01:31Z",\n "published_at": "2026-08-14T18:01:31Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514729932",\n "id": 514729932,\n "node_id": "RA_kwDOFpMvEs4erifM",\n "name": "Modrinth.App-0.17.9-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 20248252,\n "digest": "sha256:d7526b03fd8548c585cd9f8b86b8e1a3bbf1285e030079b832cfae7c0ae1db83",\n "download_count": 3,\n "created_at": "2026-08-14T18:01:28Z",\n "updated_at": "2026-08-14T18:01:29Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.9/Modrinth.App-0.17.9-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514729931",\n "id": 514729931,\n "node_id": "RA_kwDOFpMvEs4erifL",\n "name": "Modrinth.App_0.17.9_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 107140288,\n "digest": "sha256:0dfb479d7bfae5ba1656d05c689c3997c965f705c5ef0dfbe2d73b37903dd2f8",\n "download_count": 3,\n "created_at": "2026-08-14T18:01:28Z",\n "updated_at": "2026-08-14T18:01:31Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.9/Modrinth.App_0.17.9_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514729928",\n "id": 514729928,\n "node_id": "RA_kwDOFpMvEs4erifI",\n "name": "Modrinth.App_0.17.9_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 20257906,\n "digest": "sha256:b2f2ae987c0ddbb6511c994863dc0ec6a0e6d12c06042f05eeac44fc04454c24",\n "download_count": 2447,\n "created_at": "2026-08-14T18:01:28Z",\n "updated_at": "2026-08-14T18:01:29Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.9/Modrinth.App_0.17.9_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514729927",\n "id": 514729927,\n "node_id": "RA_kwDOFpMvEs4erifH",\n "name": "Modrinth.App_0.17.9_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 40157011,\n "digest": "sha256:59abc1844d778f9c8f09babc810410bc3b0626f517d51e8215135c40a54729d6",\n "download_count": 1,\n "created_at": "2026-08-14T18:01:28Z",\n "updated_at": "2026-08-14T18:01:29Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.9/Modrinth.App_0.17.9_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514729929",\n "id": 514729929,\n "node_id": "RA_kwDOFpMvEs4erifJ",\n "name": "Modrinth.App_0.17.9_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 16420088,\n "digest": "sha256:5f2831d40e0a686e887f53a44b9b6a06b70dff73c04d4ef126770390c4735fb8",\n "download_count": 5,\n "created_at": "2026-08-14T18:01:28Z",\n "updated_at": "2026-08-14T18:01:29Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.9/Modrinth.App_0.17.9_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.17.9",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.17.9",\n "body": "## Fixed\\n\\n- Reverted server panel change that wasn\'t meant to go out yet.\\n- **Modrinth Hosting:** Reverted server panel change that wasn\'t meant to go out yet.\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/370740130/reactions",\n "total_count": 1,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 1,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/370722130",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/370722130/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/370722130/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.17.8",\n "id": 370722130,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4WGMVS",\n "tag_name": "v0.17.8",\n "target_commitish": "main",\n "name": "Modrinth App 0.17.8",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-14T17:05:43Z",\n "updated_at": "2026-08-14T17:24:47Z",\n "published_at": "2026-08-14T17:24:47Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514694069",\n "id": 514694069,\n "node_id": "RA_kwDOFpMvEs4erZu1",\n "name": "Modrinth.App-0.17.8-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 20240418,\n "digest": "sha256:495c66d532573323520431edbb685322d5164b9156f068c0529fc96039879226",\n "download_count": 5,\n "created_at": "2026-08-14T17:24:43Z",\n "updated_at": "2026-08-14T17:24:44Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.8/Modrinth.App-0.17.8-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514694066",\n "id": 514694066,\n "node_id": "RA_kwDOFpMvEs4erZuy",\n "name": "Modrinth.App_0.17.8_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 107136192,\n "digest": "sha256:6b3ce44a52a5be134a12340a3a675e1bd988e15d8b343dccaad286904dc1c568",\n "download_count": 3,\n "created_at": "2026-08-14T17:24:43Z",\n "updated_at": "2026-08-14T17:24:47Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.8/Modrinth.App_0.17.8_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514694068",\n "id": 514694068,\n "node_id": "RA_kwDOFpMvEs4erZu0",\n "name": "Modrinth.App_0.17.8_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 20240224,\n "digest": "sha256:ffb3e0ce42d2489f74313d08356dc10eb2442e97ddd019c4a72a7883cd7c5ce0",\n "download_count": 2453,\n "created_at": "2026-08-14T17:24:43Z",\n "updated_at": "2026-08-14T17:24:44Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.8/Modrinth.App_0.17.8_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514694067",\n "id": 514694067,\n "node_id": "RA_kwDOFpMvEs4erZuz",\n "name": "Modrinth.App_0.17.8_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 40141003,\n "digest": "sha256:a947f2897ded0bfb931509a1f87588adf82f90bed9b24a403e6babfecf635cff",\n "download_count": 3,\n "created_at": "2026-08-14T17:24:43Z",\n "updated_at": "2026-08-14T17:24:45Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.8/Modrinth.App_0.17.8_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514694070",\n "id": 514694070,\n "node_id": "RA_kwDOFpMvEs4erZu2",\n "name": "Modrinth.App_0.17.8_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 16414608,\n "digest": "sha256:880f2e3237e85a18074286ebb4a3f0bf57177a52e882f4fe05018c8f8c979e40",\n "download_count": 9,\n "created_at": "2026-08-14T17:24:43Z",\n "updated_at": "2026-08-14T17:24:44Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.8/Modrinth.App_0.17.8_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.17.8",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.17.8",\n "body": "## Fixed\\n\\n- Fixed some issues rendering Ears skins\\n- Fixed mrpack exports setting the wrong environment inclusion values.\\n- Fixed issue where if your instance was linked to a modpack version that has been deleted from Modrinth the Managed content card on the content tab would not show up\\n- **Modrinth Hosting:** Fixed issue when trying to upgrade a medal server from the manage servers page.\\n\\n## Changed\\n\\n- **Modrinth Hosting:** The server panel will no longer be locked while individual content is being installed when using the Browse content button.\\n- **Modrinth Hosting:** Better stability when content is being installed\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/370722130/reactions",\n "total_count": 1,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 1,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/370122003",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/370122003/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/370122003/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.17.7",\n "id": 370122003,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4WD50T",\n "tag_name": "v0.17.7",\n "target_commitish": "main",\n "name": "Modrinth App 0.17.7",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-13T18:09:21Z",\n "updated_at": "2026-08-13T18:25:55Z",\n "published_at": "2026-08-13T18:25:55Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/513348350",\n "id": 513348350,\n "node_id": "RA_kwDOFpMvEs4emRL-",\n "name": "Modrinth.App-0.17.7-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 20245702,\n "digest": "sha256:e5e8ea67eb22f3ba6afb73aedde66b6e592c047144b59fb75ad7dadd8823ce8a",\n "download_count": 19,\n "created_at": "2026-08-13T18:25:52Z",\n "updated_at": "2026-08-13T18:25:52Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.7/Modrinth.App-0.17.7-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/513348352",\n "id": 513348352,\n "node_id": "RA_kwDOFpMvEs4emRMA",\n "name": "Modrinth.App_0.17.7_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 107136192,\n "digest": "sha256:b4aaf4216998acc66e8bd1be804fe3054d3168dea8704f32602b2496edb45775",\n "download_count": 23,\n "created_at": "2026-08-13T18:25:52Z",\n "updated_at": "2026-08-13T18:25:54Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.7/Modrinth.App_0.17.7_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/513348349",\n "id": 513348349,\n "node_id": "RA_kwDOFpMvEs4emRL9",\n "name": "Modrinth.App_0.17.7_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 20247114,\n "digest": "sha256:7e796ad78103f64e0c7e39fa9857e2c9796c7cab65e9fd9d4260ffe911258766",\n "download_count": 2889,\n "created_at": "2026-08-13T18:25:52Z",\n "updated_at": "2026-08-13T18:25:53Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.7/Modrinth.App_0.17.7_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/513348351",\n "id": 513348351,\n "node_id": "RA_kwDOFpMvEs4emRL_",\n "name": "Modrinth.App_0.17.7_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 40118262,\n "digest": "sha256:1940eab36f4d5d646859cf80ce009fa520631c2c87314a9a551fc56f1500fcf8",\n "download_count": 10,\n "created_at": "2026-08-13T18:25:52Z",\n "updated_at": "2026-08-13T18:25:53Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.7/Modrinth.App_0.17.7_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/513348348",\n "id": 513348348,\n "node_id": "RA_kwDOFpMvEs4emRL8",\n "name": "Modrinth.App_0.17.7_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 16439288,\n "digest": "sha256:68666393c1a168876bc076eb62e68f94a0850d4d34ec547cef827a51eb824b64",\n "download_count": 25,\n "created_at": "2026-08-13T18:25:51Z",\n "updated_at": "2026-08-13T18:25:52Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.7/Modrinth.App_0.17.7_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.17.7",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.17.7",\n "body": "## Added\\n- Added a notification to indicate when modpack export is done.\\n\\n## Changed\\n- Improved how disclosures are displayed and added support for basic Markdown functionality.\\n\\n## Fixed\\n- Fixed modpack export appears to work but fails when imported as an instance.\\n- Fixed modpack export progress bar.\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/370122003/reactions",\n "total_count": 2,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 2,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/370055035",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/370055035/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/370055035/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.17.6",\n "id": 370055035,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4WDpd7",\n "tag_name": "v0.17.6",\n "target_commitish": "main",\n "name": "Modrinth App 0.17.6",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-13T16:02:05Z",\n "updated_at": "2026-08-13T16:23:15Z",\n "published_at": "2026-08-13T16:23:15Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/513213112",\n "id": 513213112,\n "node_id": "RA_kwDOFpMvEs4elwK4",\n "name": "Modrinth.App-0.17.6-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 20198547,\n "digest": "sha256:7ce036ecc58b3fc97d4eba2c4da0c266c2207eb4bb960af4d29aac4cde374fb1",\n "download_count": 3,\n "created_at": "2026-08-13T16:23:11Z",\n "updated_at": "2026-08-13T16:23:12Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.6/Modrinth.App-0.17.6-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/513213108",\n "id": 513213108,\n "node_id": "RA_kwDOFpMvEs4elwK0",\n "name": "Modrinth.App_0.17.6_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 107087040,\n "digest": "sha256:9975a07331e8b0521447464c6695fd9558a061d66e325fad9b2219c1a0bdfb9c",\n "download_count": 6,\n "created_at": "2026-08-13T16:23:11Z",\n "updated_at": "2026-08-13T16:23:15Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.6/Modrinth.App_0.17.6_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/513213110",\n "id": 513213110,\n "node_id": "RA_kwDOFpMvEs4elwK2",\n "name": "Modrinth.App_0.17.6_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 20198910,\n "digest": "sha256:70308a0ae0f287d280a36ce063932ac636857e7ec2a58f54ccf2b78034439a47",\n "download_count": 2657,\n "created_at": "2026-08-13T16:23:11Z",\n "updated_at": "2026-08-13T16:23:12Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.6/Modrinth.App_0.17.6_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/513213109",\n "id": 513213109,\n "node_id": "RA_kwDOFpMvEs4elwK1",\n "name": "Modrinth.App_0.17.6_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 40075875,\n "digest": "sha256:83f570a6391cf1ca061c92bb66bd98c52a2fc2a77fbf1fd6734bc92b21f4db13",\n "download_count": 6,\n "created_at": "2026-08-13T16:23:11Z",\n "updated_at": "2026-08-13T16:23:12Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.6/Modrinth.App_0.17.6_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/513213111",\n "id": 513213111,\n "node_id": "RA_kwDOFpMvEs4elwK3",\n "name": "Modrinth.App_0.17.6_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 16411520,\n "digest": "sha256:ef9c0efa624686ce3d8c87525659a7eba4ca6eb014980c45161ed8c488663b65",\n "download_count": 10,\n "created_at": "2026-08-13T16:23:11Z",\n "updated_at": "2026-08-13T16:23:12Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.6/Modrinth.App_0.17.6_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.17.6",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.17.6",\n "body": "## Added\\n- Added new content disclosures for projects.\\n\\n## Changed\\n- \\"Advanced\\" search filter group is now called \\"Advanced exclusions\\" and now contains content disclosure filters\\n- Project archiving has been changed from a visibility status to a content disclosure, making it compatible with Unlisted and Private projects.\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/370055035/reactions",\n "total_count": 2,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 2,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/368101092",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/368101092/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/368101092/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.17.5",\n "id": 368101092,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4V8Mbk",\n "tag_name": "v0.17.5",\n "target_commitish": "main",\n "name": "Modrinth App 0.17.5",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-10T17:36:07Z",\n "updated_at": "2026-08-10T17:52:31Z",\n "published_at": "2026-08-10T17:52:31Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/509071474",\n "id": 509071474,\n "node_id": "RA_kwDOFpMvEs4eV9By",\n "name": "Modrinth.App-0.17.5-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 20076222,\n "digest": "sha256:494d84728022c8ef09be9cc759cabdcd7ed669e1918784c61bfdb563d6426d89",\n "download_count": 30,\n "created_at": "2026-08-10T17:52:27Z",\n "updated_at": "2026-08-10T17:52:28Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.5/Modrinth.App-0.17.5-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/509071479",\n "id": 509071479,\n "node_id": "RA_kwDOFpMvEs4eV9B3",\n "name": "Modrinth.App_0.17.5_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 106968256,\n "digest": "sha256:74bd6ef537b66275e0a1dee15bf26e9d17a3f38549c7ddc9262b3b7e649872ff",\n "download_count": 36,\n "created_at": "2026-08-10T17:52:27Z",\n "updated_at": "2026-08-10T17:52:30Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.5/Modrinth.App_0.17.5_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/509071476",\n "id": 509071476,\n "node_id": "RA_kwDOFpMvEs4eV9B0",\n "name": "Modrinth.App_0.17.5_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 20080916,\n "digest": "sha256:ba51a433163797c632ea22da10f85eff3d4d58076e0a33dfbbd84da246656175",\n "download_count": 3674,\n "created_at": "2026-08-10T17:52:27Z",\n "updated_at": "2026-08-10T17:52:28Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.5/Modrinth.App_0.17.5_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/509071480",\n "id": 509071480,\n "node_id": "RA_kwDOFpMvEs4eV9B4",\n "name": "Modrinth.App_0.17.5_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 39845286,\n "digest": "sha256:b643c09c67ff387568386dc1e69f3eef9bf12a938ac3ccc91e7390a16cebe37e",\n "download_count": 23,\n "created_at": "2026-08-10T17:52:27Z",\n "updated_at": "2026-08-10T17:52:29Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.5/Modrinth.App_0.17.5_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/509071478",\n "id": 509071478,\n "node_id": "RA_kwDOFpMvEs4eV9B2",\n "name": "Modrinth.App_0.17.5_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 16298440,\n "digest": "sha256:76aa47ba507f59c24dd864f8f3762d24b84002a27afa4e4e36fa50fa6533869c",\n "download_count": 59,\n "created_at": "2026-08-10T17:52:27Z",\n "updated_at": "2026-08-10T17:52:28Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.5/Modrinth.App_0.17.5_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.17.5",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.17.5",\n "body": "## Changed\\n\\n- Common config file formats and RPO files are now hidden from the external modpack file warning modal.\\n- Updated text in unknown file warning.\\n- When viewing an instance\'s content in the app, content updates will now be checked immediately, rather than waiting for cache to be invalidated. It may take up to 10 minutes for updates to be shown in the content tab.\\n- Updated translations. Want to help translate Modrinth App? [Click here](https://translate.modrinth.com)\\n- **Modrinth Hosting:** Updated translations. Want to help translate Modrinth Hosting? [Click here](https://translate.modrinth.com)\\n\\n## Fixed\\n\\n- Fixed issue with animated GIFs sometimes not working in project page descriptions.\\n- Fixed issue on Windows and Linux where the window close button was incorrectly coloured.\\n- Fixed an issue when clicking content in the content tab of an instance it show a \\"Instance not found\\" notification\\n- Fixed issue with the file information (name + file size) on the download button on project version pages not showing up.\\n- Fixed broken buttons on the \\"Minecraft account required\\" modal on Windows.\\n- Fixed the right sidebar closing when collapsing friend list sections when using the \\"Hide right sidebar\\" option.\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/368101092/reactions",\n "total_count": 2,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 2,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/367004004",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/367004004/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/367004004/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.17.4",\n "id": 367004004,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4V4Alk",\n "tag_name": "v0.17.4",\n "target_commitish": "main",\n "name": "Modrinth App 0.17.4",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-07T20:43:05Z",\n "updated_at": "2026-08-07T20:57:05Z",\n "published_at": "2026-08-07T20:57:05Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/505654862",\n "id": 505654862,\n "node_id": "RA_kwDOFpMvEs4eI65O",\n "name": "Modrinth.App-0.17.4-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 20065730,\n "digest": "sha256:2eb9b634c910877fd6ee91bdd9f9fb7f9a6b61e7aaeb2fa3d28ff6d24d38326b",\n "download_count": 28,\n "created_at": "2026-08-07T20:57:02Z",\n "updated_at": "2026-08-07T20:57:03Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.4/Modrinth.App-0.17.4-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/505654865",\n "id": 505654865,\n "node_id": "RA_kwDOFpMvEs4eI65R",\n "name": "Modrinth.App_0.17.4_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 106951872,\n "digest": "sha256:8ea12087f84e492bc6d6474842a27f8c93437ab4d13a20d3ba40875262597fc4",\n "download_count": 35,\n "created_at": "2026-08-07T20:57:02Z",\n "updated_at": "2026-08-07T20:57:05Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.4/Modrinth.App_0.17.4_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/505654861",\n "id": 505654861,\n "node_id": "RA_kwDOFpMvEs4eI65N",\n "name": "Modrinth.App_0.17.4_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 20066234,\n "digest": "sha256:0f5b9f94dd76634887e2451e6f0e159573587d4d099d19528ba892499e3513c1",\n "download_count": 3822,\n "created_at": "2026-08-07T20:57:02Z",\n "updated_at": "2026-08-07T20:57:02Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.4/Modrinth.App_0.17.4_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/505654864",\n "id": 505654864,\n "node_id": "RA_kwDOFpMvEs4eI65Q",\n "name": "Modrinth.App_0.17.4_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 39799786,\n "digest": "sha256:efb6a02e816580493abff4070955be1c1c526f23f84b96af7f2fbebb77381de3",\n "download_count": 26,\n "created_at": "2026-08-07T20:57:02Z",\n "updated_at": "2026-08-07T20:57:03Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.4/Modrinth.App_0.17.4_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/505654863",\n "id": 505654863,\n "node_id": "RA_kwDOFpMvEs4eI65P",\n "name": "Modrinth.App_0.17.4_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 16282200,\n "digest": "sha256:5ff1e5a3f2bb1c44a3277130699699a674f2823bec6a97d438da659b4b4f218d",\n "download_count": 95,\n "created_at": "2026-08-07T20:57:02Z",\n "updated_at": "2026-08-07T20:57:02Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.4/Modrinth.App_0.17.4_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.17.4",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.17.4",\n "body": "## Changed\\n- Added loading states for project members and server details, to make it feel smoother.\\n- Improved popout menu animations.\\n- Updated NeoForge icon to be closer to the actual logo and look more like a fox.\\n- Updated design of buttons.\\n\\n## Fixed\\n- Fixed \\"Licensed Unknown\\" showing up under details on server projects.\\n- Fixed project types sometimes appearing in random orders on some pages.\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/367004004/reactions",\n "total_count": 5,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 1,\n "confused": 0,\n "heart": 2,\n "rocket": 2,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/362068092",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/362068092/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/362068092/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.17.3",\n "id": 362068092,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4VlLh8",\n "tag_name": "v0.17.3",\n "target_commitish": "main",\n "name": "Modrinth App 0.17.3",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-07-29T21:34:48Z",\n "updated_at": "2026-07-29T21:47:52Z",\n "published_at": "2026-07-29T21:47:52Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/494562168",\n "id": 494562168,\n "node_id": "RA_kwDOFpMvEs4demt4",\n "name": "Modrinth.App-0.17.3-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 19927049,\n "digest": "sha256:22628e96fb2427775505198759dd21413f4ef376a3dcbe3f41a6de1f9ecc71b7",\n "download_count": 55,\n "created_at": "2026-07-29T21:47:49Z",\n "updated_at": "2026-07-29T21:47:50Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.3/Modrinth.App-0.17.3-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/494562172",\n "id": 494562172,\n "node_id": "RA_kwDOFpMvEs4demt8",\n "name": "Modrinth.App_0.17.3_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 106820800,\n "digest": "sha256:0578e23f3710445d0daef9e0e50c8a047baf095106b0a60cd3f1d84b6195a152",\n "download_count": 106,\n "created_at": "2026-07-29T21:47:49Z",\n "updated_at": "2026-07-29T21:47:52Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.3/Modrinth.App_0.17.3_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/494562170",\n "id": 494562170,\n "node_id": "RA_kwDOFpMvEs4demt6",\n "name": "Modrinth.App_0.17.3_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 19932992,\n "digest": "sha256:b878cbfe51c0d29d4086bbb3c39c5f02c1f8cee5eb17c0db96159dbf8ddde993",\n "download_count": 6919,\n "created_at": "2026-07-29T21:47:49Z",\n "updated_at": "2026-07-29T21:47:50Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.3/Modrinth.App_0.17.3_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/494562169",\n "id": 494562169,\n "node_id": "RA_kwDOFpMvEs4demt5",\n "name": "Modrinth.App_0.17.3_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 39588610,\n "digest": "sha256:02bfe61920235491ea8b3c72bb3acb079746ae7726f31865285c95706be6ff5e",\n "download_count": 50,\n "created_at": "2026-07-29T21:47:49Z",\n "updated_at": "2026-07-29T21:47:50Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.3/Modrinth.App_0.17.3_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/494562171",\n "id": 494562171,\n "node_id": "RA_kwDOFpMvEs4demt7",\n "name": "Modrinth.App_0.17.3_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 16214384,\n "digest": "sha256:0e4ffd823efbe9edea9c85836bf760737519f27962447906c0b7f145c6594948",\n "download_count": 204,\n "created_at": "2026-07-29T21:47:49Z",\n "updated_at": "2026-07-29T21:47:50Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.3/Modrinth.App_0.17.3_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.17.3",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.17.3",\n "body": "## Added\\n- Added button to create a new instance on the Library page.\\n\\n## Changed\\n- Added a toggle to hide modpacks that are already installed.\\n- Added tooltip to installation settings button in installed modpack card.\\n\\n## Fixed\\n- Improved error when shared instances reach a config file limit.\\n- When pushing updates to shared instances, will now scroll to the top when entering a sub-page.\\n- Fixed instance installations getting stuck when the instance is deleted.\\n- Fixed error when failing to fetch a shared instance icon.\\n- Installing content from Discover content will now install the latest that matches the game version and loader filters, not the absolute latest.\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/362068092/reactions",\n "total_count": 2,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 2,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/361435497",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/361435497/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/361435497/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.17.2",\n "id": 361435497,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4VixFp",\n "tag_name": "v0.17.2",\n "target_commitish": "main",\n "name": "Modrinth App 0.17.2",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-07-28T23:36:26Z",\n "updated_at": "2026-07-28T23:48:39Z",\n "published_at": "2026-07-28T23:48:39Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/493355984",\n "id": 493355984,\n "node_id": "RA_kwDOFpMvEs4daAPQ",\n "name": "Modrinth.App-0.17.2-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 19930069,\n "digest": "sha256:51a08ed7bc6cb342d5872e1289d24ffe86c055cb5ecb2ddaf5ee33cbae903985",\n "download_count": 16,\n "created_at": "2026-07-28T23:48:35Z",\n "updated_at": "2026-07-28T23:48:36Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.2/Modrinth.App-0.17.2-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/493355985",\n "id": 493355985,\n "node_id": "RA_kwDOFpMvEs4daAPR",\n "name": "Modrinth.App_0.17.2_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 106812608,\n "digest": "sha256:64f3a76c48dc22aaf57f34ab4448f7d612d59634a9d591c6fa487de664c38699",\n "download_count": 24,\n "created_at": "2026-07-28T23:48:35Z",\n "updated_at": "2026-07-28T23:48:39Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.2/Modrinth.App_0.17.2_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/493355987",\n "id": 493355987,\n "node_id": "RA_kwDOFpMvEs4daAPT",\n "name": "Modrinth.App_0.17.2_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 19930372,\n "digest": "sha256:8837a4ea26c3f184aa179b650afbf17b92cb6f6c8a1c8603820410b19c356c22",\n "download_count": 6135,\n "created_at": "2026-07-28T23:48:35Z",\n "updated_at": "2026-07-28T23:48:36Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.2/Modrinth.App_0.17.2_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/493355988",\n "id": 493355988,\n "node_id": "RA_kwDOFpMvEs4daAPU",\n "name": "Modrinth.App_0.17.2_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 39551192,\n "digest": "sha256:2260e6b87f3971d06c7be63d28612ddf174b0ee53e77760f44c5b20c6f901254",\n "download_count": 8,\n "created_at": "2026-07-28T23:48:35Z",\n "updated_at": "2026-07-28T23:48:37Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.2/Modrinth.App_0.17.2_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/493355986",\n "id": 493355986,\n "node_id": "RA_kwDOFpMvEs4daAPS",\n "name": "Modrinth.App_0.17.2_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 16208144,\n "digest": "sha256:65bc9ccb3111f640fea3bd138f3b2a73017b9614430dcfe7947a9e43b12dce04",\n "download_count": 31,\n "created_at": "2026-07-28T23:48:35Z",\n "updated_at": "2026-07-28T23:48:36Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.2/Modrinth.App_0.17.2_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.17.2",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.17.2",\n "body": "## Fixed\\n- Fixed broken shared instances invite management table.\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/361435497/reactions",\n "total_count": 1,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 1,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/361383804",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/361383804/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/361383804/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.17.1",\n "id": 361383804,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4Vikd8",\n "tag_name": "v0.17.1",\n "target_commitish": "main",\n "name": "Modrinth App 0.17.1",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-07-28T21:01:33Z",\n "updated_at": "2026-07-28T21:52:10Z",\n "published_at": "2026-07-28T21:18:09Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/493209215",\n "id": 493209215,\n "node_id": "RA_kwDOFpMvEs4dZcZ_",\n "name": "Modrinth.App-0.17.1-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 19926509,\n "digest": "sha256:ef761fa97a89e331e0d75fdcfc1e751d9065666e7f4085250a9fcab56c242dc1",\n "download_count": 6,\n "created_at": "2026-07-28T21:18:05Z",\n "updated_at": "2026-07-28T21:18:06Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.1/Modrinth.App-0.17.1-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/493209216",\n "id": 493209216,\n "node_id": "RA_kwDOFpMvEs4dZcaA",\n "name": "Modrinth.App_0.17.1_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 106816704,\n "digest": "sha256:132fd9ba4d7827c93e66124498cbc088aa33b45e57f7f528d8d23108bd19b077",\n "download_count": 13,\n "created_at": "2026-07-28T21:18:05Z",\n "updated_at": "2026-07-28T21:18:09Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.1/Modrinth.App_0.17.1_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/493209218",\n "id": 493209218,\n "node_id": "RA_kwDOFpMvEs4dZcaC",\n "name": "Modrinth.App_0.17.1_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 19931676,\n "digest": "sha256:419c293ace4789dedfbdcef01efc12162cac457d2647fea48e9377f60777f0e0",\n "download_count": 5872,\n "created_at": "2026-07-28T21:18:05Z",\n "updated_at": "2026-07-28T21:18:06Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.1/Modrinth.App_0.17.1_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/493209217",\n "id": 493209217,\n "node_id": "RA_kwDOFpMvEs4dZcaB",\n "name": "Modrinth.App_0.17.1_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 39551699,\n "digest": "sha256:af7df22f1afaf183f2235c395f3c270c90c883ba5d6e7f9dabc2ac170dfc4e48",\n "download_count": 7,\n "created_at": "2026-07-28T21:18:05Z",\n "updated_at": "2026-07-28T21:18:06Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.1/Modrinth.App_0.17.1_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/493209214",\n "id": 493209214,\n "node_id": "RA_kwDOFpMvEs4dZcZ-",\n "name": "Modrinth.App_0.17.1_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 16203904,\n "digest": "sha256:b5016afbc63cdb13360e0c5d7e8484a39737b3169e97221d1bca64c734444b36",\n "download_count": 17,\n "created_at": "2026-07-28T21:18:05Z",\n "updated_at": "2026-07-28T21:18:06Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.1/Modrinth.App_0.17.1_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.17.1",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.17.1",\n "body": "## Added\\r\\n\\r\\n- Added user pages.\\r\\n- Added a banner for users of a shared instance which let\'s them know that they need to review an update to play the instance - alongside the existing checks when you click Play.\\r\\n- Added a way to see and manage the invite links you have created for a shared instance in the Sharing tab of the Instance Settings modal.\\r\\n- Added a way to see where a shared instance content is coming from when in the Install to play modal, either the linked modpack or if it was added on top. Content which is a part of the linked modpack will show the modpack information underneath it\'s name.\\r\\n- Added user blocking\\r\\n- You can block users on their profile page.\\r\\n- You can block users when reporting a shared instance. This prevents the user from sending you invites to shared instances and Modrinth Hosting server panels.\\r\\n- You can manage who you\'ve blocked in the new Social settings in the app\'s Settings menu, or on the Modrinth website.\\r\\n- Added the ability to edit your Modrinth profile in the app\'s Settings menu.\\r\\n- Added the ability to adjust the amount of quick instances shown in the sidebar by dragging the divider up and down.\\r\\n- Added an option to always show \\"Copy details\\" on the installation job notifications, rather than just on failed and interrupted instance install jobs.\\r\\n- Clicking on friends in the friends list will take you to their profile page.\\r\\n\\r\\n## Changed\\r\\n\\r\\n- More than three instances now show up in the left sidebar\'s quick instance selection area for larger window sizes.\\r\\n- Updated Modrinth App logo to just use the standard Modrinth logo to save space.\\r\\n- Updated the design of the back/forward buttons.\\r\\n- Limited shared instances to 50 users.\\r\\n- Changed the expiry date picker in the shared instance invite edit modal to be a dropdown of common dates, rather than a complicated date picker. You can still use the fine-grained date picker by choosing \\"Custom\\"\\r\\n- Instance icons must now be smaller than 4MB - any existing instances will have their icons compressed to 512x512px size to conform to the new limit. This will break any instances which have .GIF icons.\\r\\n- Split up the App Settings modal into categories.\\r\\n- Moved out behavioural settings into it\'s own subpage, rather than being in Appearance settings.\\r\\n- Updated \\"Advanced\\" toggle filter design to be the same as the other filters, just with only an exclude button as the primary action.\\r\\n- Re-aligned the traffic light buttons on macOS with the top bar.\\r\\n- Updated translations. Want to help translate the Modrinth App? [Click here](https://translate.modrinth.com)\\r\\n- **Modrinth Hosting:** Updated translations. Want to help translate Modrinth Hosting? [Click here](https://translate.modrinth.com)\\r\\n\\r\\n## Fixed\\r\\n\\r\\n- **Modrinth Hosting:** Fixed issue where when browsing content for your server panel, when visiting a project page and going back to search, it would reset the page back to one.\\r\\n- Fixed issue where when browsing content for an instance, when visiting a project page and going back to search, it would reset the page back to one.\\r\\n- Refactored how breadcrumbs work in the app, this should solve many issues you might have encountered using the back and forward navigation buttons in the app header.\\r\\n- Fixed error spam when the shared instances API is not accessible, it will cleanly provide feedback that the app cannot connect.\\r\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/361383804/reactions",\n "total_count": 2,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 2,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n }\n]' + rpm_url=https://github.com/modrinth/code/releases/download/v0.19.1/Modrinth.App-0.19.1-1.x86_64.rpm ++ jq -r --arg tag v0.19.1 $'\n .[] | select(.tag_name == $tag) | .assets[] | select(.name | test("x86_64\\\\.rpm$")) | (.digest // "none")\n' ++ head -n1 ++ printf %s $'[\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/378062226",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/378062226/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/378062226/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.19.1",\n "id": 378062226,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4WiMWS",\n "tag_name": "v0.19.1",\n "target_commitish": "main",\n "name": "Modrinth App 0.19.1",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-27T18:54:39Z",\n "updated_at": "2026-08-27T19:10:18Z",\n "published_at": "2026-08-27T19:10:18Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/532751703",\n "id": 532751703,\n "node_id": "RA_kwDOFpMvEs4fwSVX",\n "name": "Modrinth.App-0.19.1-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 27923343,\n "digest": "sha256:6f8da4dd1a7f882021e611d6b1d9e7a3722652ef3d0da751f17bd8cc27dd8878",\n "download_count": 2,\n "created_at": "2026-08-27T19:10:15Z",\n "updated_at": "2026-08-27T19:10:16Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.19.1/Modrinth.App-0.19.1-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/532751701",\n "id": 532751701,\n "node_id": "RA_kwDOFpMvEs4fwSVV",\n "name": "Modrinth.App_0.19.1_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 114820288,\n "digest": "sha256:2db7a34cc7a777a6022649c6825df49f4b2af87c0f53e3d7e3508a18530007a2",\n "download_count": 3,\n "created_at": "2026-08-27T19:10:15Z",\n "updated_at": "2026-08-27T19:10:18Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.19.1/Modrinth.App_0.19.1_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/532751699",\n "id": 532751699,\n "node_id": "RA_kwDOFpMvEs4fwSVT",\n "name": "Modrinth.App_0.19.1_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 27927818,\n "digest": "sha256:00cae977a8679b2edab7bba904441bbea394f0776fe5f0aed803e664218ded98",\n "download_count": 25,\n "created_at": "2026-08-27T19:10:15Z",\n "updated_at": "2026-08-27T19:10:16Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.19.1/Modrinth.App_0.19.1_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/532751700",\n "id": 532751700,\n "node_id": "RA_kwDOFpMvEs4fwSVU",\n "name": "Modrinth.App_0.19.1_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 55484585,\n "digest": "sha256:727bf0715b05f07eab115789d39d7673265fc22b9581c2d532c7226bfc542a87",\n "download_count": 1,\n "created_at": "2026-08-27T19:10:15Z",\n "updated_at": "2026-08-27T19:10:17Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.19.1/Modrinth.App_0.19.1_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/532751698",\n "id": 532751698,\n "node_id": "RA_kwDOFpMvEs4fwSVS",\n "name": "Modrinth.App_0.19.1_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 23882352,\n "digest": "sha256:ee3ba68249c0fc81ddabd6c7bfa7f3b967911a1b142e4414f6fbccede411e406",\n "download_count": 3,\n "created_at": "2026-08-27T19:10:15Z",\n "updated_at": "2026-08-27T19:10:16Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.19.1/Modrinth.App_0.19.1_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.19.1",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.19.1",\n "body": "## Changed\\n- Updated style of spoilers in descriptions.\\n- Updated style of code formatting and snippets in descriptions.\\n- Fourth-level headings in descriptions now have more contrast compared to regular body text.\\n\\n## Fixed\\n- Fixed lag on Screenshots page/tab when you have a lot of screenshots\\n"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/378005997",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/378005997/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/378005997/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.19.0",\n "id": 378005997,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4Wh-nt",\n "tag_name": "v0.19.0",\n "target_commitish": "main",\n "name": "Modrinth App 0.19.0",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-27T17:12:30Z",\n "updated_at": "2026-08-27T17:32:14Z",\n "published_at": "2026-08-27T17:32:14Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/532644951",\n "id": 532644951,\n "node_id": "RA_kwDOFpMvEs4fv4RX",\n "name": "Modrinth.App-0.19.0-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 27913806,\n "digest": "sha256:e7ff5466fc59f7bc6d25294c4856ef3196773a73d77a3cba17a21165e86c0f62",\n "download_count": 5,\n "created_at": "2026-08-27T17:32:10Z",\n "updated_at": "2026-08-27T17:32:11Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.19.0/Modrinth.App-0.19.0-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/532644947",\n "id": 532644947,\n "node_id": "RA_kwDOFpMvEs4fv4RT",\n "name": "Modrinth.App_0.19.0_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 114820288,\n "digest": "sha256:6061ed7f5fb22f176431133d501781e5de3aa3b47a6fce5a468aafd2d4dd4686",\n "download_count": 4,\n "created_at": "2026-08-27T17:32:10Z",\n "updated_at": "2026-08-27T17:32:13Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.19.0/Modrinth.App_0.19.0_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/532644949",\n "id": 532644949,\n "node_id": "RA_kwDOFpMvEs4fv4RV",\n "name": "Modrinth.App_0.19.0_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 27918216,\n "digest": "sha256:77e44214f65a26a0c202a3bb378e23e0fb573a0a90aca45abbfa3c6a9bcac51d",\n "download_count": 41,\n "created_at": "2026-08-27T17:32:10Z",\n "updated_at": "2026-08-27T17:32:12Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.19.0/Modrinth.App_0.19.0_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/532644950",\n "id": 532644950,\n "node_id": "RA_kwDOFpMvEs4fv4RW",\n "name": "Modrinth.App_0.19.0_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 55469842,\n "digest": "sha256:7c68efb20da52d6322f1b3f59c7aabc8b3d92b31c6aecf427a7530b8ad6cce47",\n "download_count": 2,\n "created_at": "2026-08-27T17:32:10Z",\n "updated_at": "2026-08-27T17:32:12Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.19.0/Modrinth.App_0.19.0_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/532644948",\n "id": 532644948,\n "node_id": "RA_kwDOFpMvEs4fv4RU",\n "name": "Modrinth.App_0.19.0_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 23852224,\n "digest": "sha256:462a9204e64be5dd9fd52bbbd8b568ad3af032990d2c8fcefc9e9534caa51cc3",\n "download_count": 6,\n "created_at": "2026-08-27T17:32:10Z",\n "updated_at": "2026-08-27T17:32:12Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.19.0/Modrinth.App_0.19.0_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.19.0",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.19.0",\n "body": "## Added\\n- Added option to switch between multiple signed-in Modrinth accounts.\\n- Added the ability to view the app signed out as well even when accounts are added.\\n- Added right-click context menu actions for Jump in items.\\n- Added \\"Add a friend\\" to account menu.\\n- Added a new global screenshots page accessible via the sidebar, which shows all screenshots you\'ve taken from all of your instances.\\n- Added an option to instances which allows you to opt-out an instance from the global screenshots page, which will enable an instance-local screenshot tab showing screenshots only for that instance.\\n- Added a new screenshot editor, allowing you to annotate, doodle and blur out areas of your screenshots.\\n- Added syncing between instances for command history, the in-game server list and creative hotbars. You will need to enable this for any existing instances in the Sync override tab of your instance settings.\\n\\n## Changed\\n- Improved the consistency of filter dropdowns on the Versions page.\\n- Improved the consistency of context menus, now they look the same as overflow menus.\\n- Changed profile button to say \\"View profile\\" in account menu.\\n- Added \\"Open backups folder\\" button from the state initialization error screen.\\n- Appearance settings now remember your preferred dark theme when using \\"Sync with system\\".\\n- Theme changes now happen instantly, disabling any funky transitions while it happens.\\n- Splash screen is now responsive to color theme.\\n- Made resize handle on \\"Jump in\\" section always visible.\\n\\n## Fixed\\n- Non-instance icons with transparent corners are no longer padded, fixing many icons flashing in after a second.\\n- Fixed window controls being covered by the splash screen.\\n- Fixed \\"Official Modrinth account\\" badge on official profiles appearing gray instead of green\\n- Fixed newer snapshots since 26.1 not being grouped properly.\\n- Fixed settings menu headers being cut off when the window is small.\\n- Fixed creating a new group when only one group exists does not show the group.\\n- Fixed inconsistencies with text inputs.\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/378005997/reactions",\n "total_count": 4,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 4,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/374065730",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/374065730/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/374065730/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.18.2",\n "id": 374065730,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4WS8pC",\n "tag_name": "v0.18.2",\n "target_commitish": "main",\n "name": "Modrinth App 0.18.2",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-20T22:10:29Z",\n "updated_at": "2026-08-20T22:30:07Z",\n "published_at": "2026-08-20T22:30:07Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/522873442",\n "id": 522873442,\n "node_id": "RA_kwDOFpMvEs4fKmpi",\n "name": "Modrinth.App-0.18.2-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 26759868,\n "digest": "sha256:81c110a43d844cdf2cbfbcfa9893b17d0d35d55dfae639d26f1ce1e3cf7e92a3",\n "download_count": 69,\n "created_at": "2026-08-20T22:30:03Z",\n "updated_at": "2026-08-20T22:30:04Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.2/Modrinth.App-0.18.2-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/522873440",\n "id": 522873440,\n "node_id": "RA_kwDOFpMvEs4fKmpg",\n "name": "Modrinth.App_0.18.2_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 113644736,\n "digest": "sha256:d64319c1c420f0e400b6e8d6171e93fb78b1fc23107184178f73f99106acdf17",\n "download_count": 71,\n "created_at": "2026-08-20T22:30:03Z",\n "updated_at": "2026-08-20T22:30:07Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.2/Modrinth.App_0.18.2_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/522873444",\n "id": 522873444,\n "node_id": "RA_kwDOFpMvEs4fKmpk",\n "name": "Modrinth.App_0.18.2_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 26760782,\n "digest": "sha256:9785c2dcddcc4bbe09bea2ca204d6d7abc05b5d8868bf5175c9f3d9fc9b7afa8",\n "download_count": 2491,\n "created_at": "2026-08-20T22:30:03Z",\n "updated_at": "2026-08-20T22:30:04Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.2/Modrinth.App_0.18.2_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/522873445",\n "id": 522873445,\n "node_id": "RA_kwDOFpMvEs4fKmpl",\n "name": "Modrinth.App_0.18.2_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 53217416,\n "digest": "sha256:25c8838f7d2d91c9625ed90039ae83be6ca5ea4bf12c6bff4db78fac8c243a0e",\n "download_count": 57,\n "created_at": "2026-08-20T22:30:03Z",\n "updated_at": "2026-08-20T22:30:05Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.2/Modrinth.App_0.18.2_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/522873441",\n "id": 522873441,\n "node_id": "RA_kwDOFpMvEs4fKmph",\n "name": "Modrinth.App_0.18.2_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 22921312,\n "digest": "sha256:c05efd64ed73f6b609903d0dd171b873cbe42c0456fc022ca752b8648fe4f0ef",\n "download_count": 203,\n "created_at": "2026-08-20T22:30:03Z",\n "updated_at": "2026-08-20T22:30:04Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.2/Modrinth.App_0.18.2_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.18.2",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.18.2",\n "body": "## Security\\n- Fixed .mrpack exports replacing the original file with the primary file of a version previously detected on hash lookup.\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/374065730/reactions",\n "total_count": 2,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 2,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/374055525",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/374055525/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/374055525/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.18.1",\n "id": 374055525,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4WS6Jl",\n "tag_name": "v0.18.1",\n "target_commitish": "main",\n "name": "Modrinth App 0.18.1",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-20T21:47:07Z",\n "updated_at": "2026-08-20T22:03:16Z",\n "published_at": "2026-08-20T22:03:16Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/522845145",\n "id": 522845145,\n "node_id": "RA_kwDOFpMvEs4fKfvZ",\n "name": "Modrinth.App-0.18.1-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 26766088,\n "digest": "sha256:2304d3cc6f11dd8ab2b3264fd176d9ce9ec624733512330eaf4bbebdb00dd0b2",\n "download_count": 1,\n "created_at": "2026-08-20T22:03:12Z",\n "updated_at": "2026-08-20T22:03:14Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.1/Modrinth.App-0.18.1-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/522845142",\n "id": 522845142,\n "node_id": "RA_kwDOFpMvEs4fKfvW",\n "name": "Modrinth.App_0.18.1_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 113648832,\n "digest": "sha256:127338543934f6233edfa47980e822164fd223908695d6176fc45c5540d370ea",\n "download_count": 2,\n "created_at": "2026-08-20T22:03:12Z",\n "updated_at": "2026-08-20T22:03:16Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.1/Modrinth.App_0.18.1_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/522845148",\n "id": 522845148,\n "node_id": "RA_kwDOFpMvEs4fKfvc",\n "name": "Modrinth.App_0.18.1_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 26766594,\n "digest": "sha256:fd766213e38f40539c6d16fd199bbbd5b1c0582a821bef330e099458da4be979",\n "download_count": 1335,\n "created_at": "2026-08-20T22:03:12Z",\n "updated_at": "2026-08-20T22:03:13Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.1/Modrinth.App_0.18.1_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/522845144",\n "id": 522845144,\n "node_id": "RA_kwDOFpMvEs4fKfvY",\n "name": "Modrinth.App_0.18.1_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 53219446,\n "digest": "sha256:23c56b9415e4e19af6a49b1fd363b1f45e472fe10a86b683af9f93997fa3f126",\n "download_count": 2,\n "created_at": "2026-08-20T22:03:12Z",\n "updated_at": "2026-08-20T22:03:14Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.1/Modrinth.App_0.18.1_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/522845147",\n "id": 522845147,\n "node_id": "RA_kwDOFpMvEs4fKfvb",\n "name": "Modrinth.App_0.18.1_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 22921824,\n "digest": "sha256:548b283f3a73b0585f4c6f957a038b2a8eba01178db3c28649b6429b2b5d5ef4",\n "download_count": 7,\n "created_at": "2026-08-20T22:03:12Z",\n "updated_at": "2026-08-20T22:03:14Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.1/Modrinth.App_0.18.1_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.18.1",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.18.1",\n "body": "## Added\\n- Added ability to click on the ellipses in pagination controls to go to a specific page.\\n- Added compact mode for instances in library.\\n- Added drag handle to resize the amount of items in the \\"Jump in\\" section.\\n- Added icon editing actions for instance context menu.\\n- Added back sort by loader and game version.\\n- Added new loader symbols for icon editor.\\n- Depends on search filter, which filters all projects that depends on the project you\'ve selected.\\n- Modpack included content filter, which filters projects that includes a set of projects you\'ve selected.\\n- Enabled friend request controls in Social settings - you can now limit who can send you friend requests on Modrinth.\\n- Enabled shared instance invite controls in Social settings, letting you limit who can send you shared instance invites.\\n- Enabled Modrinth Hosting access invite controls in Social settings - you can now limit who can invite you to manage a Modrinth Hosting server.\\n- Added a new option to sync your behaviour & appearance settings across Modrinth App sessions on multiple devices.\\n- Added language coverage to the Language settings page.\\n\\n## Changed\\n- Expanded quick instance area now that there is more vertical height in the navbar.\\n- Tab bars now display with smaller text and without icons on mobile.\\n\\n## Fixed\\n- Fixed issue where projects not installed display as installed.\\n- Fixed tab bars displaying weirdly on mobile.\\n- Fixed tab bar shadows being cut off.\\n- Fixed tab bars showing the highlight as the wrong size or position sometimes.\\n- Fixed missing signal icon and players online in \\"Jump in\\" cards.\\n- Stopped applying conditional icon padding for user avatars.\\n- Fixed memory leak on Discover page\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/374055525/reactions",\n "total_count": 1,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 1,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/372036570",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/372036570/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/372036570/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.18.0",\n "id": 372036570,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4WLNPa",\n "tag_name": "v0.18.0",\n "target_commitish": "main",\n "name": "Modrinth App 0.18.0",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-18T01:11:30Z",\n "updated_at": "2026-08-18T01:25:51Z",\n "published_at": "2026-08-18T01:25:51Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/518746522",\n "id": 518746522,\n "node_id": "RA_kwDOFpMvEs4e63Ga",\n "name": "Modrinth.App-0.18.0-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 26379137,\n "digest": "sha256:3eafa3a6a11770b219537af6a7b2028ea0444c6538f13dd8ecb2e38741ac26a5",\n "download_count": 46,\n "created_at": "2026-08-18T01:25:48Z",\n "updated_at": "2026-08-18T01:25:49Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.0/Modrinth.App-0.18.0-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/518746518",\n "id": 518746518,\n "node_id": "RA_kwDOFpMvEs4e63GW",\n "name": "Modrinth.App_0.18.0_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 113259712,\n "digest": "sha256:a852516a201c56ef4887151b46198193c060de2c729e37ae55a90fcd81e9a09a",\n "download_count": 39,\n "created_at": "2026-08-18T01:25:48Z",\n "updated_at": "2026-08-18T01:25:51Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.0/Modrinth.App_0.18.0_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/518746519",\n "id": 518746519,\n "node_id": "RA_kwDOFpMvEs4e63GX",\n "name": "Modrinth.App_0.18.0_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 26379744,\n "digest": "sha256:93664a0d250dab7f6f6b79a972584e94e2c09496ca2205161ea0d6ea54c27717",\n "download_count": 2482,\n "created_at": "2026-08-18T01:25:48Z",\n "updated_at": "2026-08-18T01:25:49Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.0/Modrinth.App_0.18.0_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/518746516",\n "id": 518746516,\n "node_id": "RA_kwDOFpMvEs4e63GU",\n "name": "Modrinth.App_0.18.0_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 52442730,\n "digest": "sha256:a84c216231a9e40f24d60e73bc7e144f4dcbe9ea77ee07d5e2a85757ec867bd7",\n "download_count": 28,\n "created_at": "2026-08-18T01:25:47Z",\n "updated_at": "2026-08-18T01:25:49Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.0/Modrinth.App_0.18.0_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/518746521",\n "id": 518746521,\n "node_id": "RA_kwDOFpMvEs4e63GZ",\n "name": "Modrinth.App_0.18.0_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 22531016,\n "digest": "sha256:a82e7433bf1a6361121c61cf23239e93b7d08dedef3b8af5b94995a04605324b",\n "download_count": 127,\n "created_at": "2026-08-18T01:25:48Z",\n "updated_at": "2026-08-18T01:25:49Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.0/Modrinth.App_0.18.0_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.18.0",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.18.0",\n "body": "## Added\\n- Added new Play page, replacing the old Home and Library pages.\\n- Added an icon creator so you can create icons for your instances if you don\'t have your own art for it.\\n- Added a \\"Getting started\\" checklist to help you finish setting up the app.\\n\\n## Changed\\n- Improved the create instance menu to make the options clearer and let you search for projects right from the menu.\\n- Improved the empty states to help guide you to creating an instance.\\n- Improved the sign-in pop-up for when your Minecraft account is required.\\n- Skin selector can now be previewed before signing in with your Minecraft account.\\n- Reintroduced the modpack icon in the content tab\'s managed content card.\\n- Renamed \\"Managed content\\" -> \\"Provided content\\"\\n\\n## Fixed\\n- Fixed hooks and environment variables not saving.\\n- Fixed hover state on the \\"Reload to update\\" button\\n- Fixed header alignment issue in the browse content page\\n- Fixed instance icon being deleted after a installing a server project\'s shared content.\\n- Fixed flickering on the content tab at specific app window widths.\\n- Fixed issue where some instances when unlinking a modpack or shared instance, the newly unlinked content would not have updates checked\\n- Fixed broken gallery image viewer on project pages.\\n- Attempted to fix bug on macOS that prevented LAN play in some cases.\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/372036570/reactions",\n "total_count": 7,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 7,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/370767552",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/370767552/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/370767552/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.17.10",\n "id": 370767552,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4WGXbA",\n "tag_name": "v0.17.10",\n "target_commitish": "main",\n "name": "Modrinth App 0.17.10",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-14T18:44:55Z",\n "updated_at": "2026-08-14T18:59:37Z",\n "published_at": "2026-08-14T18:59:37Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514786717",\n "id": 514786717,\n "node_id": "RA_kwDOFpMvEs4erwWd",\n "name": "Modrinth.App-0.17.10-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 20240007,\n "digest": "sha256:6d91ab3e0a23cfb68a6c6cf5fa71486ed5890e76a39678b28945ffa41815f51f",\n "download_count": 32,\n "created_at": "2026-08-14T18:59:33Z",\n "updated_at": "2026-08-14T18:59:33Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.10/Modrinth.App-0.17.10-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514786716",\n "id": 514786716,\n "node_id": "RA_kwDOFpMvEs4erwWc",\n "name": "Modrinth.App_0.17.10_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 107136192,\n "digest": "sha256:e3a49529ad519757f1b78d1a05e462173448554bdd8c56cf3cbdb1eb8fa64b05",\n "download_count": 49,\n "created_at": "2026-08-14T18:59:33Z",\n "updated_at": "2026-08-14T18:59:36Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.10/Modrinth.App_0.17.10_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514786718",\n "id": 514786718,\n "node_id": "RA_kwDOFpMvEs4erwWe",\n "name": "Modrinth.App_0.17.10_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 20251608,\n "digest": "sha256:9694fb6aafd1928f35071910822b2d377416bad14407dfd75209148dd9234d7f",\n "download_count": 3101,\n "created_at": "2026-08-14T18:59:33Z",\n "updated_at": "2026-08-14T18:59:34Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.10/Modrinth.App_0.17.10_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514786714",\n "id": 514786714,\n "node_id": "RA_kwDOFpMvEs4erwWa",\n "name": "Modrinth.App_0.17.10_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 40148039,\n "digest": "sha256:d63601fb80682ccfb72300134741afa59d233548468088292cd067df724bc97d",\n "download_count": 29,\n "created_at": "2026-08-14T18:59:33Z",\n "updated_at": "2026-08-14T18:59:34Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.10/Modrinth.App_0.17.10_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514786715",\n "id": 514786715,\n "node_id": "RA_kwDOFpMvEs4erwWb",\n "name": "Modrinth.App_0.17.10_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 16427360,\n "digest": "sha256:026bc32e51b08cd424d607b4f97ce7a2805db71c84715cad2f2791d67ef7de52",\n "download_count": 88,\n "created_at": "2026-08-14T18:59:33Z",\n "updated_at": "2026-08-14T18:59:33Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.10/Modrinth.App_0.17.10_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.17.10",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.17.10",\n "body": "## Changed\\n\\n- The server panel will no longer be locked while individual content is being installed when using the Browse content button.\\n- Better stability when content is being installed\\n- **Modrinth Hosting:** The server panel will no longer be locked while individual content is being installed when using the Browse content button.\\n- **Modrinth Hosting:** Better stability when content is being installed\\n\\n## Fixed\\n\\n- Fixed issue when trying to upgrade a medal server from the manage servers page.\\n- **Modrinth Hosting:** Fixed issue when trying to upgrade a medal server from the manage servers page.\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/370767552/reactions",\n "total_count": 2,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 2,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/370740130",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/370740130/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/370740130/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.17.9",\n "id": 370740130,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4WGQui",\n "tag_name": "v0.17.9",\n "target_commitish": "main",\n "name": "Modrinth App 0.17.9",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-14T17:47:39Z",\n "updated_at": "2026-08-14T18:01:31Z",\n "published_at": "2026-08-14T18:01:31Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514729932",\n "id": 514729932,\n "node_id": "RA_kwDOFpMvEs4erifM",\n "name": "Modrinth.App-0.17.9-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 20248252,\n "digest": "sha256:d7526b03fd8548c585cd9f8b86b8e1a3bbf1285e030079b832cfae7c0ae1db83",\n "download_count": 3,\n "created_at": "2026-08-14T18:01:28Z",\n "updated_at": "2026-08-14T18:01:29Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.9/Modrinth.App-0.17.9-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514729931",\n "id": 514729931,\n "node_id": "RA_kwDOFpMvEs4erifL",\n "name": "Modrinth.App_0.17.9_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 107140288,\n "digest": "sha256:0dfb479d7bfae5ba1656d05c689c3997c965f705c5ef0dfbe2d73b37903dd2f8",\n "download_count": 3,\n "created_at": "2026-08-14T18:01:28Z",\n "updated_at": "2026-08-14T18:01:31Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.9/Modrinth.App_0.17.9_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514729928",\n "id": 514729928,\n "node_id": "RA_kwDOFpMvEs4erifI",\n "name": "Modrinth.App_0.17.9_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 20257906,\n "digest": "sha256:b2f2ae987c0ddbb6511c994863dc0ec6a0e6d12c06042f05eeac44fc04454c24",\n "download_count": 2447,\n "created_at": "2026-08-14T18:01:28Z",\n "updated_at": "2026-08-14T18:01:29Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.9/Modrinth.App_0.17.9_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514729927",\n "id": 514729927,\n "node_id": "RA_kwDOFpMvEs4erifH",\n "name": "Modrinth.App_0.17.9_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 40157011,\n "digest": "sha256:59abc1844d778f9c8f09babc810410bc3b0626f517d51e8215135c40a54729d6",\n "download_count": 1,\n "created_at": "2026-08-14T18:01:28Z",\n "updated_at": "2026-08-14T18:01:29Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.9/Modrinth.App_0.17.9_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514729929",\n "id": 514729929,\n "node_id": "RA_kwDOFpMvEs4erifJ",\n "name": "Modrinth.App_0.17.9_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 16420088,\n "digest": "sha256:5f2831d40e0a686e887f53a44b9b6a06b70dff73c04d4ef126770390c4735fb8",\n "download_count": 5,\n "created_at": "2026-08-14T18:01:28Z",\n "updated_at": "2026-08-14T18:01:29Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.9/Modrinth.App_0.17.9_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.17.9",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.17.9",\n "body": "## Fixed\\n\\n- Reverted server panel change that wasn\'t meant to go out yet.\\n- **Modrinth Hosting:** Reverted server panel change that wasn\'t meant to go out yet.\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/370740130/reactions",\n "total_count": 1,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 1,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/370722130",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/370722130/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/370722130/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.17.8",\n "id": 370722130,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4WGMVS",\n "tag_name": "v0.17.8",\n "target_commitish": "main",\n "name": "Modrinth App 0.17.8",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-14T17:05:43Z",\n "updated_at": "2026-08-14T17:24:47Z",\n "published_at": "2026-08-14T17:24:47Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514694069",\n "id": 514694069,\n "node_id": "RA_kwDOFpMvEs4erZu1",\n "name": "Modrinth.App-0.17.8-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 20240418,\n "digest": "sha256:495c66d532573323520431edbb685322d5164b9156f068c0529fc96039879226",\n "download_count": 5,\n "created_at": "2026-08-14T17:24:43Z",\n "updated_at": "2026-08-14T17:24:44Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.8/Modrinth.App-0.17.8-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514694066",\n "id": 514694066,\n "node_id": "RA_kwDOFpMvEs4erZuy",\n "name": "Modrinth.App_0.17.8_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 107136192,\n "digest": "sha256:6b3ce44a52a5be134a12340a3a675e1bd988e15d8b343dccaad286904dc1c568",\n "download_count": 3,\n "created_at": "2026-08-14T17:24:43Z",\n "updated_at": "2026-08-14T17:24:47Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.8/Modrinth.App_0.17.8_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514694068",\n "id": 514694068,\n "node_id": "RA_kwDOFpMvEs4erZu0",\n "name": "Modrinth.App_0.17.8_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 20240224,\n "digest": "sha256:ffb3e0ce42d2489f74313d08356dc10eb2442e97ddd019c4a72a7883cd7c5ce0",\n "download_count": 2453,\n "created_at": "2026-08-14T17:24:43Z",\n "updated_at": "2026-08-14T17:24:44Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.8/Modrinth.App_0.17.8_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514694067",\n "id": 514694067,\n "node_id": "RA_kwDOFpMvEs4erZuz",\n "name": "Modrinth.App_0.17.8_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 40141003,\n "digest": "sha256:a947f2897ded0bfb931509a1f87588adf82f90bed9b24a403e6babfecf635cff",\n "download_count": 3,\n "created_at": "2026-08-14T17:24:43Z",\n "updated_at": "2026-08-14T17:24:45Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.8/Modrinth.App_0.17.8_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514694070",\n "id": 514694070,\n "node_id": "RA_kwDOFpMvEs4erZu2",\n "name": "Modrinth.App_0.17.8_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 16414608,\n "digest": "sha256:880f2e3237e85a18074286ebb4a3f0bf57177a52e882f4fe05018c8f8c979e40",\n "download_count": 9,\n "created_at": "2026-08-14T17:24:43Z",\n "updated_at": "2026-08-14T17:24:44Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.8/Modrinth.App_0.17.8_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.17.8",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.17.8",\n "body": "## Fixed\\n\\n- Fixed some issues rendering Ears skins\\n- Fixed mrpack exports setting the wrong environment inclusion values.\\n- Fixed issue where if your instance was linked to a modpack version that has been deleted from Modrinth the Managed content card on the content tab would not show up\\n- **Modrinth Hosting:** Fixed issue when trying to upgrade a medal server from the manage servers page.\\n\\n## Changed\\n\\n- **Modrinth Hosting:** The server panel will no longer be locked while individual content is being installed when using the Browse content button.\\n- **Modrinth Hosting:** Better stability when content is being installed\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/370722130/reactions",\n "total_count": 1,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 1,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/370122003",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/370122003/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/370122003/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.17.7",\n "id": 370122003,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4WD50T",\n "tag_name": "v0.17.7",\n "target_commitish": "main",\n "name": "Modrinth App 0.17.7",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-13T18:09:21Z",\n "updated_at": "2026-08-13T18:25:55Z",\n "published_at": "2026-08-13T18:25:55Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/513348350",\n "id": 513348350,\n "node_id": "RA_kwDOFpMvEs4emRL-",\n "name": "Modrinth.App-0.17.7-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 20245702,\n "digest": "sha256:e5e8ea67eb22f3ba6afb73aedde66b6e592c047144b59fb75ad7dadd8823ce8a",\n "download_count": 19,\n "created_at": "2026-08-13T18:25:52Z",\n "updated_at": "2026-08-13T18:25:52Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.7/Modrinth.App-0.17.7-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/513348352",\n "id": 513348352,\n "node_id": "RA_kwDOFpMvEs4emRMA",\n "name": "Modrinth.App_0.17.7_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 107136192,\n "digest": "sha256:b4aaf4216998acc66e8bd1be804fe3054d3168dea8704f32602b2496edb45775",\n "download_count": 23,\n "created_at": "2026-08-13T18:25:52Z",\n "updated_at": "2026-08-13T18:25:54Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.7/Modrinth.App_0.17.7_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/513348349",\n "id": 513348349,\n "node_id": "RA_kwDOFpMvEs4emRL9",\n "name": "Modrinth.App_0.17.7_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 20247114,\n "digest": "sha256:7e796ad78103f64e0c7e39fa9857e2c9796c7cab65e9fd9d4260ffe911258766",\n "download_count": 2889,\n "created_at": "2026-08-13T18:25:52Z",\n "updated_at": "2026-08-13T18:25:53Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.7/Modrinth.App_0.17.7_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/513348351",\n "id": 513348351,\n "node_id": "RA_kwDOFpMvEs4emRL_",\n "name": "Modrinth.App_0.17.7_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 40118262,\n "digest": "sha256:1940eab36f4d5d646859cf80ce009fa520631c2c87314a9a551fc56f1500fcf8",\n "download_count": 10,\n "created_at": "2026-08-13T18:25:52Z",\n "updated_at": "2026-08-13T18:25:53Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.7/Modrinth.App_0.17.7_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/513348348",\n "id": 513348348,\n "node_id": "RA_kwDOFpMvEs4emRL8",\n "name": "Modrinth.App_0.17.7_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 16439288,\n "digest": "sha256:68666393c1a168876bc076eb62e68f94a0850d4d34ec547cef827a51eb824b64",\n "download_count": 25,\n "created_at": "2026-08-13T18:25:51Z",\n "updated_at": "2026-08-13T18:25:52Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.7/Modrinth.App_0.17.7_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.17.7",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.17.7",\n "body": "## Added\\n- Added a notification to indicate when modpack export is done.\\n\\n## Changed\\n- Improved how disclosures are displayed and added support for basic Markdown functionality.\\n\\n## Fixed\\n- Fixed modpack export appears to work but fails when imported as an instance.\\n- Fixed modpack export progress bar.\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/370122003/reactions",\n "total_count": 2,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 2,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/370055035",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/370055035/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/370055035/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.17.6",\n "id": 370055035,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4WDpd7",\n "tag_name": "v0.17.6",\n "target_commitish": "main",\n "name": "Modrinth App 0.17.6",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-13T16:02:05Z",\n "updated_at": "2026-08-13T16:23:15Z",\n "published_at": "2026-08-13T16:23:15Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/513213112",\n "id": 513213112,\n "node_id": "RA_kwDOFpMvEs4elwK4",\n "name": "Modrinth.App-0.17.6-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 20198547,\n "digest": "sha256:7ce036ecc58b3fc97d4eba2c4da0c266c2207eb4bb960af4d29aac4cde374fb1",\n "download_count": 3,\n "created_at": "2026-08-13T16:23:11Z",\n "updated_at": "2026-08-13T16:23:12Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.6/Modrinth.App-0.17.6-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/513213108",\n "id": 513213108,\n "node_id": "RA_kwDOFpMvEs4elwK0",\n "name": "Modrinth.App_0.17.6_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 107087040,\n "digest": "sha256:9975a07331e8b0521447464c6695fd9558a061d66e325fad9b2219c1a0bdfb9c",\n "download_count": 6,\n "created_at": "2026-08-13T16:23:11Z",\n "updated_at": "2026-08-13T16:23:15Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.6/Modrinth.App_0.17.6_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/513213110",\n "id": 513213110,\n "node_id": "RA_kwDOFpMvEs4elwK2",\n "name": "Modrinth.App_0.17.6_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 20198910,\n "digest": "sha256:70308a0ae0f287d280a36ce063932ac636857e7ec2a58f54ccf2b78034439a47",\n "download_count": 2657,\n "created_at": "2026-08-13T16:23:11Z",\n "updated_at": "2026-08-13T16:23:12Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.6/Modrinth.App_0.17.6_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/513213109",\n "id": 513213109,\n "node_id": "RA_kwDOFpMvEs4elwK1",\n "name": "Modrinth.App_0.17.6_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 40075875,\n "digest": "sha256:83f570a6391cf1ca061c92bb66bd98c52a2fc2a77fbf1fd6734bc92b21f4db13",\n "download_count": 6,\n "created_at": "2026-08-13T16:23:11Z",\n "updated_at": "2026-08-13T16:23:12Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.6/Modrinth.App_0.17.6_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/513213111",\n "id": 513213111,\n "node_id": "RA_kwDOFpMvEs4elwK3",\n "name": "Modrinth.App_0.17.6_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 16411520,\n "digest": "sha256:ef9c0efa624686ce3d8c87525659a7eba4ca6eb014980c45161ed8c488663b65",\n "download_count": 10,\n "created_at": "2026-08-13T16:23:11Z",\n "updated_at": "2026-08-13T16:23:12Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.6/Modrinth.App_0.17.6_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.17.6",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.17.6",\n "body": "## Added\\n- Added new content disclosures for projects.\\n\\n## Changed\\n- \\"Advanced\\" search filter group is now called \\"Advanced exclusions\\" and now contains content disclosure filters\\n- Project archiving has been changed from a visibility status to a content disclosure, making it compatible with Unlisted and Private projects.\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/370055035/reactions",\n "total_count": 2,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 2,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/368101092",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/368101092/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/368101092/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.17.5",\n "id": 368101092,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4V8Mbk",\n "tag_name": "v0.17.5",\n "target_commitish": "main",\n "name": "Modrinth App 0.17.5",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-10T17:36:07Z",\n "updated_at": "2026-08-10T17:52:31Z",\n "published_at": "2026-08-10T17:52:31Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/509071474",\n "id": 509071474,\n "node_id": "RA_kwDOFpMvEs4eV9By",\n "name": "Modrinth.App-0.17.5-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 20076222,\n "digest": "sha256:494d84728022c8ef09be9cc759cabdcd7ed669e1918784c61bfdb563d6426d89",\n "download_count": 30,\n "created_at": "2026-08-10T17:52:27Z",\n "updated_at": "2026-08-10T17:52:28Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.5/Modrinth.App-0.17.5-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/509071479",\n "id": 509071479,\n "node_id": "RA_kwDOFpMvEs4eV9B3",\n "name": "Modrinth.App_0.17.5_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 106968256,\n "digest": "sha256:74bd6ef537b66275e0a1dee15bf26e9d17a3f38549c7ddc9262b3b7e649872ff",\n "download_count": 36,\n "created_at": "2026-08-10T17:52:27Z",\n "updated_at": "2026-08-10T17:52:30Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.5/Modrinth.App_0.17.5_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/509071476",\n "id": 509071476,\n "node_id": "RA_kwDOFpMvEs4eV9B0",\n "name": "Modrinth.App_0.17.5_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 20080916,\n "digest": "sha256:ba51a433163797c632ea22da10f85eff3d4d58076e0a33dfbbd84da246656175",\n "download_count": 3674,\n "created_at": "2026-08-10T17:52:27Z",\n "updated_at": "2026-08-10T17:52:28Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.5/Modrinth.App_0.17.5_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/509071480",\n "id": 509071480,\n "node_id": "RA_kwDOFpMvEs4eV9B4",\n "name": "Modrinth.App_0.17.5_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 39845286,\n "digest": "sha256:b643c09c67ff387568386dc1e69f3eef9bf12a938ac3ccc91e7390a16cebe37e",\n "download_count": 23,\n "created_at": "2026-08-10T17:52:27Z",\n "updated_at": "2026-08-10T17:52:29Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.5/Modrinth.App_0.17.5_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/509071478",\n "id": 509071478,\n "node_id": "RA_kwDOFpMvEs4eV9B2",\n "name": "Modrinth.App_0.17.5_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 16298440,\n "digest": "sha256:76aa47ba507f59c24dd864f8f3762d24b84002a27afa4e4e36fa50fa6533869c",\n "download_count": 59,\n "created_at": "2026-08-10T17:52:27Z",\n "updated_at": "2026-08-10T17:52:28Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.5/Modrinth.App_0.17.5_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.17.5",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.17.5",\n "body": "## Changed\\n\\n- Common config file formats and RPO files are now hidden from the external modpack file warning modal.\\n- Updated text in unknown file warning.\\n- When viewing an instance\'s content in the app, content updates will now be checked immediately, rather than waiting for cache to be invalidated. It may take up to 10 minutes for updates to be shown in the content tab.\\n- Updated translations. Want to help translate Modrinth App? [Click here](https://translate.modrinth.com)\\n- **Modrinth Hosting:** Updated translations. Want to help translate Modrinth Hosting? [Click here](https://translate.modrinth.com)\\n\\n## Fixed\\n\\n- Fixed issue with animated GIFs sometimes not working in project page descriptions.\\n- Fixed issue on Windows and Linux where the window close button was incorrectly coloured.\\n- Fixed an issue when clicking content in the content tab of an instance it show a \\"Instance not found\\" notification\\n- Fixed issue with the file information (name + file size) on the download button on project version pages not showing up.\\n- Fixed broken buttons on the \\"Minecraft account required\\" modal on Windows.\\n- Fixed the right sidebar closing when collapsing friend list sections when using the \\"Hide right sidebar\\" option.\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/368101092/reactions",\n "total_count": 2,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 2,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/367004004",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/367004004/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/367004004/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.17.4",\n "id": 367004004,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4V4Alk",\n "tag_name": "v0.17.4",\n "target_commitish": "main",\n "name": "Modrinth App 0.17.4",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-07T20:43:05Z",\n "updated_at": "2026-08-07T20:57:05Z",\n "published_at": "2026-08-07T20:57:05Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/505654862",\n "id": 505654862,\n "node_id": "RA_kwDOFpMvEs4eI65O",\n "name": "Modrinth.App-0.17.4-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 20065730,\n "digest": "sha256:2eb9b634c910877fd6ee91bdd9f9fb7f9a6b61e7aaeb2fa3d28ff6d24d38326b",\n "download_count": 28,\n "created_at": "2026-08-07T20:57:02Z",\n "updated_at": "2026-08-07T20:57:03Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.4/Modrinth.App-0.17.4-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/505654865",\n "id": 505654865,\n "node_id": "RA_kwDOFpMvEs4eI65R",\n "name": "Modrinth.App_0.17.4_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 106951872,\n "digest": "sha256:8ea12087f84e492bc6d6474842a27f8c93437ab4d13a20d3ba40875262597fc4",\n "download_count": 35,\n "created_at": "2026-08-07T20:57:02Z",\n "updated_at": "2026-08-07T20:57:05Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.4/Modrinth.App_0.17.4_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/505654861",\n "id": 505654861,\n "node_id": "RA_kwDOFpMvEs4eI65N",\n "name": "Modrinth.App_0.17.4_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 20066234,\n "digest": "sha256:0f5b9f94dd76634887e2451e6f0e159573587d4d099d19528ba892499e3513c1",\n "download_count": 3822,\n "created_at": "2026-08-07T20:57:02Z",\n "updated_at": "2026-08-07T20:57:02Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.4/Modrinth.App_0.17.4_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/505654864",\n "id": 505654864,\n "node_id": "RA_kwDOFpMvEs4eI65Q",\n "name": "Modrinth.App_0.17.4_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 39799786,\n "digest": "sha256:efb6a02e816580493abff4070955be1c1c526f23f84b96af7f2fbebb77381de3",\n "download_count": 26,\n "created_at": "2026-08-07T20:57:02Z",\n "updated_at": "2026-08-07T20:57:03Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.4/Modrinth.App_0.17.4_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/505654863",\n "id": 505654863,\n "node_id": "RA_kwDOFpMvEs4eI65P",\n "name": "Modrinth.App_0.17.4_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 16282200,\n "digest": "sha256:5ff1e5a3f2bb1c44a3277130699699a674f2823bec6a97d438da659b4b4f218d",\n "download_count": 95,\n "created_at": "2026-08-07T20:57:02Z",\n "updated_at": "2026-08-07T20:57:02Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.4/Modrinth.App_0.17.4_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.17.4",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.17.4",\n "body": "## Changed\\n- Added loading states for project members and server details, to make it feel smoother.\\n- Improved popout menu animations.\\n- Updated NeoForge icon to be closer to the actual logo and look more like a fox.\\n- Updated design of buttons.\\n\\n## Fixed\\n- Fixed \\"Licensed Unknown\\" showing up under details on server projects.\\n- Fixed project types sometimes appearing in random orders on some pages.\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/367004004/reactions",\n "total_count": 5,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 1,\n "confused": 0,\n "heart": 2,\n "rocket": 2,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/362068092",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/362068092/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/362068092/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.17.3",\n "id": 362068092,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4VlLh8",\n "tag_name": "v0.17.3",\n "target_commitish": "main",\n "name": "Modrinth App 0.17.3",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-07-29T21:34:48Z",\n "updated_at": "2026-07-29T21:47:52Z",\n "published_at": "2026-07-29T21:47:52Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/494562168",\n "id": 494562168,\n "node_id": "RA_kwDOFpMvEs4demt4",\n "name": "Modrinth.App-0.17.3-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 19927049,\n "digest": "sha256:22628e96fb2427775505198759dd21413f4ef376a3dcbe3f41a6de1f9ecc71b7",\n "download_count": 55,\n "created_at": "2026-07-29T21:47:49Z",\n "updated_at": "2026-07-29T21:47:50Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.3/Modrinth.App-0.17.3-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/494562172",\n "id": 494562172,\n "node_id": "RA_kwDOFpMvEs4demt8",\n "name": "Modrinth.App_0.17.3_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 106820800,\n "digest": "sha256:0578e23f3710445d0daef9e0e50c8a047baf095106b0a60cd3f1d84b6195a152",\n "download_count": 106,\n "created_at": "2026-07-29T21:47:49Z",\n "updated_at": "2026-07-29T21:47:52Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.3/Modrinth.App_0.17.3_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/494562170",\n "id": 494562170,\n "node_id": "RA_kwDOFpMvEs4demt6",\n "name": "Modrinth.App_0.17.3_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 19932992,\n "digest": "sha256:b878cbfe51c0d29d4086bbb3c39c5f02c1f8cee5eb17c0db96159dbf8ddde993",\n "download_count": 6919,\n "created_at": "2026-07-29T21:47:49Z",\n "updated_at": "2026-07-29T21:47:50Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.3/Modrinth.App_0.17.3_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/494562169",\n "id": 494562169,\n "node_id": "RA_kwDOFpMvEs4demt5",\n "name": "Modrinth.App_0.17.3_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 39588610,\n "digest": "sha256:02bfe61920235491ea8b3c72bb3acb079746ae7726f31865285c95706be6ff5e",\n "download_count": 50,\n "created_at": "2026-07-29T21:47:49Z",\n "updated_at": "2026-07-29T21:47:50Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.3/Modrinth.App_0.17.3_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/494562171",\n "id": 494562171,\n "node_id": "RA_kwDOFpMvEs4demt7",\n "name": "Modrinth.App_0.17.3_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 16214384,\n "digest": "sha256:0e4ffd823efbe9edea9c85836bf760737519f27962447906c0b7f145c6594948",\n "download_count": 204,\n "created_at": "2026-07-29T21:47:49Z",\n "updated_at": "2026-07-29T21:47:50Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.3/Modrinth.App_0.17.3_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.17.3",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.17.3",\n "body": "## Added\\n- Added button to create a new instance on the Library page.\\n\\n## Changed\\n- Added a toggle to hide modpacks that are already installed.\\n- Added tooltip to installation settings button in installed modpack card.\\n\\n## Fixed\\n- Improved error when shared instances reach a config file limit.\\n- When pushing updates to shared instances, will now scroll to the top when entering a sub-page.\\n- Fixed instance installations getting stuck when the instance is deleted.\\n- Fixed error when failing to fetch a shared instance icon.\\n- Installing content from Discover content will now install the latest that matches the game version and loader filters, not the absolute latest.\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/362068092/reactions",\n "total_count": 2,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 2,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/361435497",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/361435497/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/361435497/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.17.2",\n "id": 361435497,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4VixFp",\n "tag_name": "v0.17.2",\n "target_commitish": "main",\n "name": "Modrinth App 0.17.2",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-07-28T23:36:26Z",\n "updated_at": "2026-07-28T23:48:39Z",\n "published_at": "2026-07-28T23:48:39Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/493355984",\n "id": 493355984,\n "node_id": "RA_kwDOFpMvEs4daAPQ",\n "name": "Modrinth.App-0.17.2-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 19930069,\n "digest": "sha256:51a08ed7bc6cb342d5872e1289d24ffe86c055cb5ecb2ddaf5ee33cbae903985",\n "download_count": 16,\n "created_at": "2026-07-28T23:48:35Z",\n "updated_at": "2026-07-28T23:48:36Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.2/Modrinth.App-0.17.2-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/493355985",\n "id": 493355985,\n "node_id": "RA_kwDOFpMvEs4daAPR",\n "name": "Modrinth.App_0.17.2_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 106812608,\n "digest": "sha256:64f3a76c48dc22aaf57f34ab4448f7d612d59634a9d591c6fa487de664c38699",\n "download_count": 24,\n "created_at": "2026-07-28T23:48:35Z",\n "updated_at": "2026-07-28T23:48:39Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.2/Modrinth.App_0.17.2_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/493355987",\n "id": 493355987,\n "node_id": "RA_kwDOFpMvEs4daAPT",\n "name": "Modrinth.App_0.17.2_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 19930372,\n "digest": "sha256:8837a4ea26c3f184aa179b650afbf17b92cb6f6c8a1c8603820410b19c356c22",\n "download_count": 6135,\n "created_at": "2026-07-28T23:48:35Z",\n "updated_at": "2026-07-28T23:48:36Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.2/Modrinth.App_0.17.2_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/493355988",\n "id": 493355988,\n "node_id": "RA_kwDOFpMvEs4daAPU",\n "name": "Modrinth.App_0.17.2_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 39551192,\n "digest": "sha256:2260e6b87f3971d06c7be63d28612ddf174b0ee53e77760f44c5b20c6f901254",\n "download_count": 8,\n "created_at": "2026-07-28T23:48:35Z",\n "updated_at": "2026-07-28T23:48:37Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.2/Modrinth.App_0.17.2_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/493355986",\n "id": 493355986,\n "node_id": "RA_kwDOFpMvEs4daAPS",\n "name": "Modrinth.App_0.17.2_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 16208144,\n "digest": "sha256:65bc9ccb3111f640fea3bd138f3b2a73017b9614430dcfe7947a9e43b12dce04",\n "download_count": 31,\n "created_at": "2026-07-28T23:48:35Z",\n "updated_at": "2026-07-28T23:48:36Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.2/Modrinth.App_0.17.2_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.17.2",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.17.2",\n "body": "## Fixed\\n- Fixed broken shared instances invite management table.\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/361435497/reactions",\n "total_count": 1,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 1,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/361383804",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/361383804/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/361383804/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.17.1",\n "id": 361383804,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4Vikd8",\n "tag_name": "v0.17.1",\n "target_commitish": "main",\n "name": "Modrinth App 0.17.1",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-07-28T21:01:33Z",\n "updated_at": "2026-07-28T21:52:10Z",\n "published_at": "2026-07-28T21:18:09Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/493209215",\n "id": 493209215,\n "node_id": "RA_kwDOFpMvEs4dZcZ_",\n "name": "Modrinth.App-0.17.1-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 19926509,\n "digest": "sha256:ef761fa97a89e331e0d75fdcfc1e751d9065666e7f4085250a9fcab56c242dc1",\n "download_count": 6,\n "created_at": "2026-07-28T21:18:05Z",\n "updated_at": "2026-07-28T21:18:06Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.1/Modrinth.App-0.17.1-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/493209216",\n "id": 493209216,\n "node_id": "RA_kwDOFpMvEs4dZcaA",\n "name": "Modrinth.App_0.17.1_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 106816704,\n "digest": "sha256:132fd9ba4d7827c93e66124498cbc088aa33b45e57f7f528d8d23108bd19b077",\n "download_count": 13,\n "created_at": "2026-07-28T21:18:05Z",\n "updated_at": "2026-07-28T21:18:09Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.1/Modrinth.App_0.17.1_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/493209218",\n "id": 493209218,\n "node_id": "RA_kwDOFpMvEs4dZcaC",\n "name": "Modrinth.App_0.17.1_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 19931676,\n "digest": "sha256:419c293ace4789dedfbdcef01efc12162cac457d2647fea48e9377f60777f0e0",\n "download_count": 5872,\n "created_at": "2026-07-28T21:18:05Z",\n "updated_at": "2026-07-28T21:18:06Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.1/Modrinth.App_0.17.1_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/493209217",\n "id": 493209217,\n "node_id": "RA_kwDOFpMvEs4dZcaB",\n "name": "Modrinth.App_0.17.1_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 39551699,\n "digest": "sha256:af7df22f1afaf183f2235c395f3c270c90c883ba5d6e7f9dabc2ac170dfc4e48",\n "download_count": 7,\n "created_at": "2026-07-28T21:18:05Z",\n "updated_at": "2026-07-28T21:18:06Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.1/Modrinth.App_0.17.1_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/493209214",\n "id": 493209214,\n "node_id": "RA_kwDOFpMvEs4dZcZ-",\n "name": "Modrinth.App_0.17.1_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 16203904,\n "digest": "sha256:b5016afbc63cdb13360e0c5d7e8484a39737b3169e97221d1bca64c734444b36",\n "download_count": 17,\n "created_at": "2026-07-28T21:18:05Z",\n "updated_at": "2026-07-28T21:18:06Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.1/Modrinth.App_0.17.1_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.17.1",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.17.1",\n "body": "## Added\\r\\n\\r\\n- Added user pages.\\r\\n- Added a banner for users of a shared instance which let\'s them know that they need to review an update to play the instance - alongside the existing checks when you click Play.\\r\\n- Added a way to see and manage the invite links you have created for a shared instance in the Sharing tab of the Instance Settings modal.\\r\\n- Added a way to see where a shared instance content is coming from when in the Install to play modal, either the linked modpack or if it was added on top. Content which is a part of the linked modpack will show the modpack information underneath it\'s name.\\r\\n- Added user blocking\\r\\n- You can block users on their profile page.\\r\\n- You can block users when reporting a shared instance. This prevents the user from sending you invites to shared instances and Modrinth Hosting server panels.\\r\\n- You can manage who you\'ve blocked in the new Social settings in the app\'s Settings menu, or on the Modrinth website.\\r\\n- Added the ability to edit your Modrinth profile in the app\'s Settings menu.\\r\\n- Added the ability to adjust the amount of quick instances shown in the sidebar by dragging the divider up and down.\\r\\n- Added an option to always show \\"Copy details\\" on the installation job notifications, rather than just on failed and interrupted instance install jobs.\\r\\n- Clicking on friends in the friends list will take you to their profile page.\\r\\n\\r\\n## Changed\\r\\n\\r\\n- More than three instances now show up in the left sidebar\'s quick instance selection area for larger window sizes.\\r\\n- Updated Modrinth App logo to just use the standard Modrinth logo to save space.\\r\\n- Updated the design of the back/forward buttons.\\r\\n- Limited shared instances to 50 users.\\r\\n- Changed the expiry date picker in the shared instance invite edit modal to be a dropdown of common dates, rather than a complicated date picker. You can still use the fine-grained date picker by choosing \\"Custom\\"\\r\\n- Instance icons must now be smaller than 4MB - any existing instances will have their icons compressed to 512x512px size to conform to the new limit. This will break any instances which have .GIF icons.\\r\\n- Split up the App Settings modal into categories.\\r\\n- Moved out behavioural settings into it\'s own subpage, rather than being in Appearance settings.\\r\\n- Updated \\"Advanced\\" toggle filter design to be the same as the other filters, just with only an exclude button as the primary action.\\r\\n- Re-aligned the traffic light buttons on macOS with the top bar.\\r\\n- Updated translations. Want to help translate the Modrinth App? [Click here](https://translate.modrinth.com)\\r\\n- **Modrinth Hosting:** Updated translations. Want to help translate Modrinth Hosting? [Click here](https://translate.modrinth.com)\\r\\n\\r\\n## Fixed\\r\\n\\r\\n- **Modrinth Hosting:** Fixed issue where when browsing content for your server panel, when visiting a project page and going back to search, it would reset the page back to one.\\r\\n- Fixed issue where when browsing content for an instance, when visiting a project page and going back to search, it would reset the page back to one.\\r\\n- Refactored how breadcrumbs work in the app, this should solve many issues you might have encountered using the back and forward navigation buttons in the app header.\\r\\n- Fixed error spam when the shared instances API is not accessible, it will cleanly provide feedback that the app cannot connect.\\r\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/361383804/reactions",\n "total_count": 2,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 2,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n }\n]' + digest=sha256:6f8da4dd1a7f882021e611d6b1d9e7a3722652ef3d0da751f17bd8cc27dd8878 ++ jq -r --arg tag v0.19.1 $'\n .[] | select(.tag_name == $tag) | (.body // empty)\n' ++ printf %s $'[\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/378062226",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/378062226/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/378062226/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.19.1",\n "id": 378062226,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4WiMWS",\n "tag_name": "v0.19.1",\n "target_commitish": "main",\n "name": "Modrinth App 0.19.1",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-27T18:54:39Z",\n "updated_at": "2026-08-27T19:10:18Z",\n "published_at": "2026-08-27T19:10:18Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/532751703",\n "id": 532751703,\n "node_id": "RA_kwDOFpMvEs4fwSVX",\n "name": "Modrinth.App-0.19.1-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 27923343,\n "digest": "sha256:6f8da4dd1a7f882021e611d6b1d9e7a3722652ef3d0da751f17bd8cc27dd8878",\n "download_count": 2,\n "created_at": "2026-08-27T19:10:15Z",\n "updated_at": "2026-08-27T19:10:16Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.19.1/Modrinth.App-0.19.1-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/532751701",\n "id": 532751701,\n "node_id": "RA_kwDOFpMvEs4fwSVV",\n "name": "Modrinth.App_0.19.1_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 114820288,\n "digest": "sha256:2db7a34cc7a777a6022649c6825df49f4b2af87c0f53e3d7e3508a18530007a2",\n "download_count": 3,\n "created_at": "2026-08-27T19:10:15Z",\n "updated_at": "2026-08-27T19:10:18Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.19.1/Modrinth.App_0.19.1_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/532751699",\n "id": 532751699,\n "node_id": "RA_kwDOFpMvEs4fwSVT",\n "name": "Modrinth.App_0.19.1_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 27927818,\n "digest": "sha256:00cae977a8679b2edab7bba904441bbea394f0776fe5f0aed803e664218ded98",\n "download_count": 25,\n "created_at": "2026-08-27T19:10:15Z",\n "updated_at": "2026-08-27T19:10:16Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.19.1/Modrinth.App_0.19.1_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/532751700",\n "id": 532751700,\n "node_id": "RA_kwDOFpMvEs4fwSVU",\n "name": "Modrinth.App_0.19.1_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 55484585,\n "digest": "sha256:727bf0715b05f07eab115789d39d7673265fc22b9581c2d532c7226bfc542a87",\n "download_count": 1,\n "created_at": "2026-08-27T19:10:15Z",\n "updated_at": "2026-08-27T19:10:17Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.19.1/Modrinth.App_0.19.1_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/532751698",\n "id": 532751698,\n "node_id": "RA_kwDOFpMvEs4fwSVS",\n "name": "Modrinth.App_0.19.1_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 23882352,\n "digest": "sha256:ee3ba68249c0fc81ddabd6c7bfa7f3b967911a1b142e4414f6fbccede411e406",\n "download_count": 3,\n "created_at": "2026-08-27T19:10:15Z",\n "updated_at": "2026-08-27T19:10:16Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.19.1/Modrinth.App_0.19.1_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.19.1",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.19.1",\n "body": "## Changed\\n- Updated style of spoilers in descriptions.\\n- Updated style of code formatting and snippets in descriptions.\\n- Fourth-level headings in descriptions now have more contrast compared to regular body text.\\n\\n## Fixed\\n- Fixed lag on Screenshots page/tab when you have a lot of screenshots\\n"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/378005997",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/378005997/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/378005997/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.19.0",\n "id": 378005997,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4Wh-nt",\n "tag_name": "v0.19.0",\n "target_commitish": "main",\n "name": "Modrinth App 0.19.0",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-27T17:12:30Z",\n "updated_at": "2026-08-27T17:32:14Z",\n "published_at": "2026-08-27T17:32:14Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/532644951",\n "id": 532644951,\n "node_id": "RA_kwDOFpMvEs4fv4RX",\n "name": "Modrinth.App-0.19.0-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 27913806,\n "digest": "sha256:e7ff5466fc59f7bc6d25294c4856ef3196773a73d77a3cba17a21165e86c0f62",\n "download_count": 5,\n "created_at": "2026-08-27T17:32:10Z",\n "updated_at": "2026-08-27T17:32:11Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.19.0/Modrinth.App-0.19.0-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/532644947",\n "id": 532644947,\n "node_id": "RA_kwDOFpMvEs4fv4RT",\n "name": "Modrinth.App_0.19.0_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 114820288,\n "digest": "sha256:6061ed7f5fb22f176431133d501781e5de3aa3b47a6fce5a468aafd2d4dd4686",\n "download_count": 4,\n "created_at": "2026-08-27T17:32:10Z",\n "updated_at": "2026-08-27T17:32:13Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.19.0/Modrinth.App_0.19.0_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/532644949",\n "id": 532644949,\n "node_id": "RA_kwDOFpMvEs4fv4RV",\n "name": "Modrinth.App_0.19.0_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 27918216,\n "digest": "sha256:77e44214f65a26a0c202a3bb378e23e0fb573a0a90aca45abbfa3c6a9bcac51d",\n "download_count": 41,\n "created_at": "2026-08-27T17:32:10Z",\n "updated_at": "2026-08-27T17:32:12Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.19.0/Modrinth.App_0.19.0_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/532644950",\n "id": 532644950,\n "node_id": "RA_kwDOFpMvEs4fv4RW",\n "name": "Modrinth.App_0.19.0_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 55469842,\n "digest": "sha256:7c68efb20da52d6322f1b3f59c7aabc8b3d92b31c6aecf427a7530b8ad6cce47",\n "download_count": 2,\n "created_at": "2026-08-27T17:32:10Z",\n "updated_at": "2026-08-27T17:32:12Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.19.0/Modrinth.App_0.19.0_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/532644948",\n "id": 532644948,\n "node_id": "RA_kwDOFpMvEs4fv4RU",\n "name": "Modrinth.App_0.19.0_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 23852224,\n "digest": "sha256:462a9204e64be5dd9fd52bbbd8b568ad3af032990d2c8fcefc9e9534caa51cc3",\n "download_count": 6,\n "created_at": "2026-08-27T17:32:10Z",\n "updated_at": "2026-08-27T17:32:12Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.19.0/Modrinth.App_0.19.0_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.19.0",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.19.0",\n "body": "## Added\\n- Added option to switch between multiple signed-in Modrinth accounts.\\n- Added the ability to view the app signed out as well even when accounts are added.\\n- Added right-click context menu actions for Jump in items.\\n- Added \\"Add a friend\\" to account menu.\\n- Added a new global screenshots page accessible via the sidebar, which shows all screenshots you\'ve taken from all of your instances.\\n- Added an option to instances which allows you to opt-out an instance from the global screenshots page, which will enable an instance-local screenshot tab showing screenshots only for that instance.\\n- Added a new screenshot editor, allowing you to annotate, doodle and blur out areas of your screenshots.\\n- Added syncing between instances for command history, the in-game server list and creative hotbars. You will need to enable this for any existing instances in the Sync override tab of your instance settings.\\n\\n## Changed\\n- Improved the consistency of filter dropdowns on the Versions page.\\n- Improved the consistency of context menus, now they look the same as overflow menus.\\n- Changed profile button to say \\"View profile\\" in account menu.\\n- Added \\"Open backups folder\\" button from the state initialization error screen.\\n- Appearance settings now remember your preferred dark theme when using \\"Sync with system\\".\\n- Theme changes now happen instantly, disabling any funky transitions while it happens.\\n- Splash screen is now responsive to color theme.\\n- Made resize handle on \\"Jump in\\" section always visible.\\n\\n## Fixed\\n- Non-instance icons with transparent corners are no longer padded, fixing many icons flashing in after a second.\\n- Fixed window controls being covered by the splash screen.\\n- Fixed \\"Official Modrinth account\\" badge on official profiles appearing gray instead of green\\n- Fixed newer snapshots since 26.1 not being grouped properly.\\n- Fixed settings menu headers being cut off when the window is small.\\n- Fixed creating a new group when only one group exists does not show the group.\\n- Fixed inconsistencies with text inputs.\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/378005997/reactions",\n "total_count": 4,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 4,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/374065730",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/374065730/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/374065730/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.18.2",\n "id": 374065730,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4WS8pC",\n "tag_name": "v0.18.2",\n "target_commitish": "main",\n "name": "Modrinth App 0.18.2",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-20T22:10:29Z",\n "updated_at": "2026-08-20T22:30:07Z",\n "published_at": "2026-08-20T22:30:07Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/522873442",\n "id": 522873442,\n "node_id": "RA_kwDOFpMvEs4fKmpi",\n "name": "Modrinth.App-0.18.2-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 26759868,\n "digest": "sha256:81c110a43d844cdf2cbfbcfa9893b17d0d35d55dfae639d26f1ce1e3cf7e92a3",\n "download_count": 69,\n "created_at": "2026-08-20T22:30:03Z",\n "updated_at": "2026-08-20T22:30:04Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.2/Modrinth.App-0.18.2-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/522873440",\n "id": 522873440,\n "node_id": "RA_kwDOFpMvEs4fKmpg",\n "name": "Modrinth.App_0.18.2_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 113644736,\n "digest": "sha256:d64319c1c420f0e400b6e8d6171e93fb78b1fc23107184178f73f99106acdf17",\n "download_count": 71,\n "created_at": "2026-08-20T22:30:03Z",\n "updated_at": "2026-08-20T22:30:07Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.2/Modrinth.App_0.18.2_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/522873444",\n "id": 522873444,\n "node_id": "RA_kwDOFpMvEs4fKmpk",\n "name": "Modrinth.App_0.18.2_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 26760782,\n "digest": "sha256:9785c2dcddcc4bbe09bea2ca204d6d7abc05b5d8868bf5175c9f3d9fc9b7afa8",\n "download_count": 2491,\n "created_at": "2026-08-20T22:30:03Z",\n "updated_at": "2026-08-20T22:30:04Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.2/Modrinth.App_0.18.2_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/522873445",\n "id": 522873445,\n "node_id": "RA_kwDOFpMvEs4fKmpl",\n "name": "Modrinth.App_0.18.2_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 53217416,\n "digest": "sha256:25c8838f7d2d91c9625ed90039ae83be6ca5ea4bf12c6bff4db78fac8c243a0e",\n "download_count": 57,\n "created_at": "2026-08-20T22:30:03Z",\n "updated_at": "2026-08-20T22:30:05Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.2/Modrinth.App_0.18.2_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/522873441",\n "id": 522873441,\n "node_id": "RA_kwDOFpMvEs4fKmph",\n "name": "Modrinth.App_0.18.2_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 22921312,\n "digest": "sha256:c05efd64ed73f6b609903d0dd171b873cbe42c0456fc022ca752b8648fe4f0ef",\n "download_count": 203,\n "created_at": "2026-08-20T22:30:03Z",\n "updated_at": "2026-08-20T22:30:04Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.2/Modrinth.App_0.18.2_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.18.2",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.18.2",\n "body": "## Security\\n- Fixed .mrpack exports replacing the original file with the primary file of a version previously detected on hash lookup.\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/374065730/reactions",\n "total_count": 2,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 2,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/374055525",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/374055525/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/374055525/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.18.1",\n "id": 374055525,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4WS6Jl",\n "tag_name": "v0.18.1",\n "target_commitish": "main",\n "name": "Modrinth App 0.18.1",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-20T21:47:07Z",\n "updated_at": "2026-08-20T22:03:16Z",\n "published_at": "2026-08-20T22:03:16Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/522845145",\n "id": 522845145,\n "node_id": "RA_kwDOFpMvEs4fKfvZ",\n "name": "Modrinth.App-0.18.1-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 26766088,\n "digest": "sha256:2304d3cc6f11dd8ab2b3264fd176d9ce9ec624733512330eaf4bbebdb00dd0b2",\n "download_count": 1,\n "created_at": "2026-08-20T22:03:12Z",\n "updated_at": "2026-08-20T22:03:14Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.1/Modrinth.App-0.18.1-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/522845142",\n "id": 522845142,\n "node_id": "RA_kwDOFpMvEs4fKfvW",\n "name": "Modrinth.App_0.18.1_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 113648832,\n "digest": "sha256:127338543934f6233edfa47980e822164fd223908695d6176fc45c5540d370ea",\n "download_count": 2,\n "created_at": "2026-08-20T22:03:12Z",\n "updated_at": "2026-08-20T22:03:16Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.1/Modrinth.App_0.18.1_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/522845148",\n "id": 522845148,\n "node_id": "RA_kwDOFpMvEs4fKfvc",\n "name": "Modrinth.App_0.18.1_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 26766594,\n "digest": "sha256:fd766213e38f40539c6d16fd199bbbd5b1c0582a821bef330e099458da4be979",\n "download_count": 1335,\n "created_at": "2026-08-20T22:03:12Z",\n "updated_at": "2026-08-20T22:03:13Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.1/Modrinth.App_0.18.1_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/522845144",\n "id": 522845144,\n "node_id": "RA_kwDOFpMvEs4fKfvY",\n "name": "Modrinth.App_0.18.1_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 53219446,\n "digest": "sha256:23c56b9415e4e19af6a49b1fd363b1f45e472fe10a86b683af9f93997fa3f126",\n "download_count": 2,\n "created_at": "2026-08-20T22:03:12Z",\n "updated_at": "2026-08-20T22:03:14Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.1/Modrinth.App_0.18.1_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/522845147",\n "id": 522845147,\n "node_id": "RA_kwDOFpMvEs4fKfvb",\n "name": "Modrinth.App_0.18.1_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 22921824,\n "digest": "sha256:548b283f3a73b0585f4c6f957a038b2a8eba01178db3c28649b6429b2b5d5ef4",\n "download_count": 7,\n "created_at": "2026-08-20T22:03:12Z",\n "updated_at": "2026-08-20T22:03:14Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.1/Modrinth.App_0.18.1_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.18.1",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.18.1",\n "body": "## Added\\n- Added ability to click on the ellipses in pagination controls to go to a specific page.\\n- Added compact mode for instances in library.\\n- Added drag handle to resize the amount of items in the \\"Jump in\\" section.\\n- Added icon editing actions for instance context menu.\\n- Added back sort by loader and game version.\\n- Added new loader symbols for icon editor.\\n- Depends on search filter, which filters all projects that depends on the project you\'ve selected.\\n- Modpack included content filter, which filters projects that includes a set of projects you\'ve selected.\\n- Enabled friend request controls in Social settings - you can now limit who can send you friend requests on Modrinth.\\n- Enabled shared instance invite controls in Social settings, letting you limit who can send you shared instance invites.\\n- Enabled Modrinth Hosting access invite controls in Social settings - you can now limit who can invite you to manage a Modrinth Hosting server.\\n- Added a new option to sync your behaviour & appearance settings across Modrinth App sessions on multiple devices.\\n- Added language coverage to the Language settings page.\\n\\n## Changed\\n- Expanded quick instance area now that there is more vertical height in the navbar.\\n- Tab bars now display with smaller text and without icons on mobile.\\n\\n## Fixed\\n- Fixed issue where projects not installed display as installed.\\n- Fixed tab bars displaying weirdly on mobile.\\n- Fixed tab bar shadows being cut off.\\n- Fixed tab bars showing the highlight as the wrong size or position sometimes.\\n- Fixed missing signal icon and players online in \\"Jump in\\" cards.\\n- Stopped applying conditional icon padding for user avatars.\\n- Fixed memory leak on Discover page\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/374055525/reactions",\n "total_count": 1,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 1,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/372036570",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/372036570/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/372036570/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.18.0",\n "id": 372036570,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4WLNPa",\n "tag_name": "v0.18.0",\n "target_commitish": "main",\n "name": "Modrinth App 0.18.0",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-18T01:11:30Z",\n "updated_at": "2026-08-18T01:25:51Z",\n "published_at": "2026-08-18T01:25:51Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/518746522",\n "id": 518746522,\n "node_id": "RA_kwDOFpMvEs4e63Ga",\n "name": "Modrinth.App-0.18.0-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 26379137,\n "digest": "sha256:3eafa3a6a11770b219537af6a7b2028ea0444c6538f13dd8ecb2e38741ac26a5",\n "download_count": 46,\n "created_at": "2026-08-18T01:25:48Z",\n "updated_at": "2026-08-18T01:25:49Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.0/Modrinth.App-0.18.0-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/518746518",\n "id": 518746518,\n "node_id": "RA_kwDOFpMvEs4e63GW",\n "name": "Modrinth.App_0.18.0_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 113259712,\n "digest": "sha256:a852516a201c56ef4887151b46198193c060de2c729e37ae55a90fcd81e9a09a",\n "download_count": 39,\n "created_at": "2026-08-18T01:25:48Z",\n "updated_at": "2026-08-18T01:25:51Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.0/Modrinth.App_0.18.0_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/518746519",\n "id": 518746519,\n "node_id": "RA_kwDOFpMvEs4e63GX",\n "name": "Modrinth.App_0.18.0_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 26379744,\n "digest": "sha256:93664a0d250dab7f6f6b79a972584e94e2c09496ca2205161ea0d6ea54c27717",\n "download_count": 2482,\n "created_at": "2026-08-18T01:25:48Z",\n "updated_at": "2026-08-18T01:25:49Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.0/Modrinth.App_0.18.0_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/518746516",\n "id": 518746516,\n "node_id": "RA_kwDOFpMvEs4e63GU",\n "name": "Modrinth.App_0.18.0_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 52442730,\n "digest": "sha256:a84c216231a9e40f24d60e73bc7e144f4dcbe9ea77ee07d5e2a85757ec867bd7",\n "download_count": 28,\n "created_at": "2026-08-18T01:25:47Z",\n "updated_at": "2026-08-18T01:25:49Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.0/Modrinth.App_0.18.0_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/518746521",\n "id": 518746521,\n "node_id": "RA_kwDOFpMvEs4e63GZ",\n "name": "Modrinth.App_0.18.0_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 22531016,\n "digest": "sha256:a82e7433bf1a6361121c61cf23239e93b7d08dedef3b8af5b94995a04605324b",\n "download_count": 127,\n "created_at": "2026-08-18T01:25:48Z",\n "updated_at": "2026-08-18T01:25:49Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.18.0/Modrinth.App_0.18.0_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.18.0",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.18.0",\n "body": "## Added\\n- Added new Play page, replacing the old Home and Library pages.\\n- Added an icon creator so you can create icons for your instances if you don\'t have your own art for it.\\n- Added a \\"Getting started\\" checklist to help you finish setting up the app.\\n\\n## Changed\\n- Improved the create instance menu to make the options clearer and let you search for projects right from the menu.\\n- Improved the empty states to help guide you to creating an instance.\\n- Improved the sign-in pop-up for when your Minecraft account is required.\\n- Skin selector can now be previewed before signing in with your Minecraft account.\\n- Reintroduced the modpack icon in the content tab\'s managed content card.\\n- Renamed \\"Managed content\\" -> \\"Provided content\\"\\n\\n## Fixed\\n- Fixed hooks and environment variables not saving.\\n- Fixed hover state on the \\"Reload to update\\" button\\n- Fixed header alignment issue in the browse content page\\n- Fixed instance icon being deleted after a installing a server project\'s shared content.\\n- Fixed flickering on the content tab at specific app window widths.\\n- Fixed issue where some instances when unlinking a modpack or shared instance, the newly unlinked content would not have updates checked\\n- Fixed broken gallery image viewer on project pages.\\n- Attempted to fix bug on macOS that prevented LAN play in some cases.\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/372036570/reactions",\n "total_count": 7,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 7,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/370767552",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/370767552/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/370767552/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.17.10",\n "id": 370767552,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4WGXbA",\n "tag_name": "v0.17.10",\n "target_commitish": "main",\n "name": "Modrinth App 0.17.10",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-14T18:44:55Z",\n "updated_at": "2026-08-14T18:59:37Z",\n "published_at": "2026-08-14T18:59:37Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514786717",\n "id": 514786717,\n "node_id": "RA_kwDOFpMvEs4erwWd",\n "name": "Modrinth.App-0.17.10-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 20240007,\n "digest": "sha256:6d91ab3e0a23cfb68a6c6cf5fa71486ed5890e76a39678b28945ffa41815f51f",\n "download_count": 32,\n "created_at": "2026-08-14T18:59:33Z",\n "updated_at": "2026-08-14T18:59:33Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.10/Modrinth.App-0.17.10-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514786716",\n "id": 514786716,\n "node_id": "RA_kwDOFpMvEs4erwWc",\n "name": "Modrinth.App_0.17.10_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 107136192,\n "digest": "sha256:e3a49529ad519757f1b78d1a05e462173448554bdd8c56cf3cbdb1eb8fa64b05",\n "download_count": 49,\n "created_at": "2026-08-14T18:59:33Z",\n "updated_at": "2026-08-14T18:59:36Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.10/Modrinth.App_0.17.10_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514786718",\n "id": 514786718,\n "node_id": "RA_kwDOFpMvEs4erwWe",\n "name": "Modrinth.App_0.17.10_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 20251608,\n "digest": "sha256:9694fb6aafd1928f35071910822b2d377416bad14407dfd75209148dd9234d7f",\n "download_count": 3101,\n "created_at": "2026-08-14T18:59:33Z",\n "updated_at": "2026-08-14T18:59:34Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.10/Modrinth.App_0.17.10_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514786714",\n "id": 514786714,\n "node_id": "RA_kwDOFpMvEs4erwWa",\n "name": "Modrinth.App_0.17.10_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 40148039,\n "digest": "sha256:d63601fb80682ccfb72300134741afa59d233548468088292cd067df724bc97d",\n "download_count": 29,\n "created_at": "2026-08-14T18:59:33Z",\n "updated_at": "2026-08-14T18:59:34Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.10/Modrinth.App_0.17.10_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514786715",\n "id": 514786715,\n "node_id": "RA_kwDOFpMvEs4erwWb",\n "name": "Modrinth.App_0.17.10_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 16427360,\n "digest": "sha256:026bc32e51b08cd424d607b4f97ce7a2805db71c84715cad2f2791d67ef7de52",\n "download_count": 88,\n "created_at": "2026-08-14T18:59:33Z",\n "updated_at": "2026-08-14T18:59:33Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.10/Modrinth.App_0.17.10_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.17.10",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.17.10",\n "body": "## Changed\\n\\n- The server panel will no longer be locked while individual content is being installed when using the Browse content button.\\n- Better stability when content is being installed\\n- **Modrinth Hosting:** The server panel will no longer be locked while individual content is being installed when using the Browse content button.\\n- **Modrinth Hosting:** Better stability when content is being installed\\n\\n## Fixed\\n\\n- Fixed issue when trying to upgrade a medal server from the manage servers page.\\n- **Modrinth Hosting:** Fixed issue when trying to upgrade a medal server from the manage servers page.\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/370767552/reactions",\n "total_count": 2,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 2,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/370740130",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/370740130/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/370740130/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.17.9",\n "id": 370740130,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4WGQui",\n "tag_name": "v0.17.9",\n "target_commitish": "main",\n "name": "Modrinth App 0.17.9",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-14T17:47:39Z",\n "updated_at": "2026-08-14T18:01:31Z",\n "published_at": "2026-08-14T18:01:31Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514729932",\n "id": 514729932,\n "node_id": "RA_kwDOFpMvEs4erifM",\n "name": "Modrinth.App-0.17.9-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 20248252,\n "digest": "sha256:d7526b03fd8548c585cd9f8b86b8e1a3bbf1285e030079b832cfae7c0ae1db83",\n "download_count": 3,\n "created_at": "2026-08-14T18:01:28Z",\n "updated_at": "2026-08-14T18:01:29Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.9/Modrinth.App-0.17.9-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514729931",\n "id": 514729931,\n "node_id": "RA_kwDOFpMvEs4erifL",\n "name": "Modrinth.App_0.17.9_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 107140288,\n "digest": "sha256:0dfb479d7bfae5ba1656d05c689c3997c965f705c5ef0dfbe2d73b37903dd2f8",\n "download_count": 3,\n "created_at": "2026-08-14T18:01:28Z",\n "updated_at": "2026-08-14T18:01:31Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.9/Modrinth.App_0.17.9_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514729928",\n "id": 514729928,\n "node_id": "RA_kwDOFpMvEs4erifI",\n "name": "Modrinth.App_0.17.9_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 20257906,\n "digest": "sha256:b2f2ae987c0ddbb6511c994863dc0ec6a0e6d12c06042f05eeac44fc04454c24",\n "download_count": 2447,\n "created_at": "2026-08-14T18:01:28Z",\n "updated_at": "2026-08-14T18:01:29Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.9/Modrinth.App_0.17.9_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514729927",\n "id": 514729927,\n "node_id": "RA_kwDOFpMvEs4erifH",\n "name": "Modrinth.App_0.17.9_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 40157011,\n "digest": "sha256:59abc1844d778f9c8f09babc810410bc3b0626f517d51e8215135c40a54729d6",\n "download_count": 1,\n "created_at": "2026-08-14T18:01:28Z",\n "updated_at": "2026-08-14T18:01:29Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.9/Modrinth.App_0.17.9_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514729929",\n "id": 514729929,\n "node_id": "RA_kwDOFpMvEs4erifJ",\n "name": "Modrinth.App_0.17.9_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 16420088,\n "digest": "sha256:5f2831d40e0a686e887f53a44b9b6a06b70dff73c04d4ef126770390c4735fb8",\n "download_count": 5,\n "created_at": "2026-08-14T18:01:28Z",\n "updated_at": "2026-08-14T18:01:29Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.9/Modrinth.App_0.17.9_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.17.9",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.17.9",\n "body": "## Fixed\\n\\n- Reverted server panel change that wasn\'t meant to go out yet.\\n- **Modrinth Hosting:** Reverted server panel change that wasn\'t meant to go out yet.\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/370740130/reactions",\n "total_count": 1,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 1,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/370722130",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/370722130/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/370722130/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.17.8",\n "id": 370722130,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4WGMVS",\n "tag_name": "v0.17.8",\n "target_commitish": "main",\n "name": "Modrinth App 0.17.8",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-14T17:05:43Z",\n "updated_at": "2026-08-14T17:24:47Z",\n "published_at": "2026-08-14T17:24:47Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514694069",\n "id": 514694069,\n "node_id": "RA_kwDOFpMvEs4erZu1",\n "name": "Modrinth.App-0.17.8-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 20240418,\n "digest": "sha256:495c66d532573323520431edbb685322d5164b9156f068c0529fc96039879226",\n "download_count": 5,\n "created_at": "2026-08-14T17:24:43Z",\n "updated_at": "2026-08-14T17:24:44Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.8/Modrinth.App-0.17.8-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514694066",\n "id": 514694066,\n "node_id": "RA_kwDOFpMvEs4erZuy",\n "name": "Modrinth.App_0.17.8_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 107136192,\n "digest": "sha256:6b3ce44a52a5be134a12340a3a675e1bd988e15d8b343dccaad286904dc1c568",\n "download_count": 3,\n "created_at": "2026-08-14T17:24:43Z",\n "updated_at": "2026-08-14T17:24:47Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.8/Modrinth.App_0.17.8_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514694068",\n "id": 514694068,\n "node_id": "RA_kwDOFpMvEs4erZu0",\n "name": "Modrinth.App_0.17.8_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 20240224,\n "digest": "sha256:ffb3e0ce42d2489f74313d08356dc10eb2442e97ddd019c4a72a7883cd7c5ce0",\n "download_count": 2453,\n "created_at": "2026-08-14T17:24:43Z",\n "updated_at": "2026-08-14T17:24:44Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.8/Modrinth.App_0.17.8_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514694067",\n "id": 514694067,\n "node_id": "RA_kwDOFpMvEs4erZuz",\n "name": "Modrinth.App_0.17.8_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 40141003,\n "digest": "sha256:a947f2897ded0bfb931509a1f87588adf82f90bed9b24a403e6babfecf635cff",\n "download_count": 3,\n "created_at": "2026-08-14T17:24:43Z",\n "updated_at": "2026-08-14T17:24:45Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.8/Modrinth.App_0.17.8_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/514694070",\n "id": 514694070,\n "node_id": "RA_kwDOFpMvEs4erZu2",\n "name": "Modrinth.App_0.17.8_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 16414608,\n "digest": "sha256:880f2e3237e85a18074286ebb4a3f0bf57177a52e882f4fe05018c8f8c979e40",\n "download_count": 9,\n "created_at": "2026-08-14T17:24:43Z",\n "updated_at": "2026-08-14T17:24:44Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.8/Modrinth.App_0.17.8_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.17.8",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.17.8",\n "body": "## Fixed\\n\\n- Fixed some issues rendering Ears skins\\n- Fixed mrpack exports setting the wrong environment inclusion values.\\n- Fixed issue where if your instance was linked to a modpack version that has been deleted from Modrinth the Managed content card on the content tab would not show up\\n- **Modrinth Hosting:** Fixed issue when trying to upgrade a medal server from the manage servers page.\\n\\n## Changed\\n\\n- **Modrinth Hosting:** The server panel will no longer be locked while individual content is being installed when using the Browse content button.\\n- **Modrinth Hosting:** Better stability when content is being installed\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/370722130/reactions",\n "total_count": 1,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 1,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/370122003",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/370122003/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/370122003/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.17.7",\n "id": 370122003,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4WD50T",\n "tag_name": "v0.17.7",\n "target_commitish": "main",\n "name": "Modrinth App 0.17.7",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-13T18:09:21Z",\n "updated_at": "2026-08-13T18:25:55Z",\n "published_at": "2026-08-13T18:25:55Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/513348350",\n "id": 513348350,\n "node_id": "RA_kwDOFpMvEs4emRL-",\n "name": "Modrinth.App-0.17.7-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 20245702,\n "digest": "sha256:e5e8ea67eb22f3ba6afb73aedde66b6e592c047144b59fb75ad7dadd8823ce8a",\n "download_count": 19,\n "created_at": "2026-08-13T18:25:52Z",\n "updated_at": "2026-08-13T18:25:52Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.7/Modrinth.App-0.17.7-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/513348352",\n "id": 513348352,\n "node_id": "RA_kwDOFpMvEs4emRMA",\n "name": "Modrinth.App_0.17.7_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 107136192,\n "digest": "sha256:b4aaf4216998acc66e8bd1be804fe3054d3168dea8704f32602b2496edb45775",\n "download_count": 23,\n "created_at": "2026-08-13T18:25:52Z",\n "updated_at": "2026-08-13T18:25:54Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.7/Modrinth.App_0.17.7_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/513348349",\n "id": 513348349,\n "node_id": "RA_kwDOFpMvEs4emRL9",\n "name": "Modrinth.App_0.17.7_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 20247114,\n "digest": "sha256:7e796ad78103f64e0c7e39fa9857e2c9796c7cab65e9fd9d4260ffe911258766",\n "download_count": 2889,\n "created_at": "2026-08-13T18:25:52Z",\n "updated_at": "2026-08-13T18:25:53Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.7/Modrinth.App_0.17.7_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/513348351",\n "id": 513348351,\n "node_id": "RA_kwDOFpMvEs4emRL_",\n "name": "Modrinth.App_0.17.7_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 40118262,\n "digest": "sha256:1940eab36f4d5d646859cf80ce009fa520631c2c87314a9a551fc56f1500fcf8",\n "download_count": 10,\n "created_at": "2026-08-13T18:25:52Z",\n "updated_at": "2026-08-13T18:25:53Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.7/Modrinth.App_0.17.7_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/513348348",\n "id": 513348348,\n "node_id": "RA_kwDOFpMvEs4emRL8",\n "name": "Modrinth.App_0.17.7_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 16439288,\n "digest": "sha256:68666393c1a168876bc076eb62e68f94a0850d4d34ec547cef827a51eb824b64",\n "download_count": 25,\n "created_at": "2026-08-13T18:25:51Z",\n "updated_at": "2026-08-13T18:25:52Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.7/Modrinth.App_0.17.7_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.17.7",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.17.7",\n "body": "## Added\\n- Added a notification to indicate when modpack export is done.\\n\\n## Changed\\n- Improved how disclosures are displayed and added support for basic Markdown functionality.\\n\\n## Fixed\\n- Fixed modpack export appears to work but fails when imported as an instance.\\n- Fixed modpack export progress bar.\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/370122003/reactions",\n "total_count": 2,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 2,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/370055035",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/370055035/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/370055035/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.17.6",\n "id": 370055035,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4WDpd7",\n "tag_name": "v0.17.6",\n "target_commitish": "main",\n "name": "Modrinth App 0.17.6",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-13T16:02:05Z",\n "updated_at": "2026-08-13T16:23:15Z",\n "published_at": "2026-08-13T16:23:15Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/513213112",\n "id": 513213112,\n "node_id": "RA_kwDOFpMvEs4elwK4",\n "name": "Modrinth.App-0.17.6-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 20198547,\n "digest": "sha256:7ce036ecc58b3fc97d4eba2c4da0c266c2207eb4bb960af4d29aac4cde374fb1",\n "download_count": 3,\n "created_at": "2026-08-13T16:23:11Z",\n "updated_at": "2026-08-13T16:23:12Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.6/Modrinth.App-0.17.6-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/513213108",\n "id": 513213108,\n "node_id": "RA_kwDOFpMvEs4elwK0",\n "name": "Modrinth.App_0.17.6_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 107087040,\n "digest": "sha256:9975a07331e8b0521447464c6695fd9558a061d66e325fad9b2219c1a0bdfb9c",\n "download_count": 6,\n "created_at": "2026-08-13T16:23:11Z",\n "updated_at": "2026-08-13T16:23:15Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.6/Modrinth.App_0.17.6_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/513213110",\n "id": 513213110,\n "node_id": "RA_kwDOFpMvEs4elwK2",\n "name": "Modrinth.App_0.17.6_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 20198910,\n "digest": "sha256:70308a0ae0f287d280a36ce063932ac636857e7ec2a58f54ccf2b78034439a47",\n "download_count": 2657,\n "created_at": "2026-08-13T16:23:11Z",\n "updated_at": "2026-08-13T16:23:12Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.6/Modrinth.App_0.17.6_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/513213109",\n "id": 513213109,\n "node_id": "RA_kwDOFpMvEs4elwK1",\n "name": "Modrinth.App_0.17.6_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 40075875,\n "digest": "sha256:83f570a6391cf1ca061c92bb66bd98c52a2fc2a77fbf1fd6734bc92b21f4db13",\n "download_count": 6,\n "created_at": "2026-08-13T16:23:11Z",\n "updated_at": "2026-08-13T16:23:12Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.6/Modrinth.App_0.17.6_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/513213111",\n "id": 513213111,\n "node_id": "RA_kwDOFpMvEs4elwK3",\n "name": "Modrinth.App_0.17.6_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 16411520,\n "digest": "sha256:ef9c0efa624686ce3d8c87525659a7eba4ca6eb014980c45161ed8c488663b65",\n "download_count": 10,\n "created_at": "2026-08-13T16:23:11Z",\n "updated_at": "2026-08-13T16:23:12Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.6/Modrinth.App_0.17.6_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.17.6",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.17.6",\n "body": "## Added\\n- Added new content disclosures for projects.\\n\\n## Changed\\n- \\"Advanced\\" search filter group is now called \\"Advanced exclusions\\" and now contains content disclosure filters\\n- Project archiving has been changed from a visibility status to a content disclosure, making it compatible with Unlisted and Private projects.\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/370055035/reactions",\n "total_count": 2,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 2,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/368101092",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/368101092/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/368101092/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.17.5",\n "id": 368101092,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4V8Mbk",\n "tag_name": "v0.17.5",\n "target_commitish": "main",\n "name": "Modrinth App 0.17.5",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-10T17:36:07Z",\n "updated_at": "2026-08-10T17:52:31Z",\n "published_at": "2026-08-10T17:52:31Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/509071474",\n "id": 509071474,\n "node_id": "RA_kwDOFpMvEs4eV9By",\n "name": "Modrinth.App-0.17.5-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 20076222,\n "digest": "sha256:494d84728022c8ef09be9cc759cabdcd7ed669e1918784c61bfdb563d6426d89",\n "download_count": 30,\n "created_at": "2026-08-10T17:52:27Z",\n "updated_at": "2026-08-10T17:52:28Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.5/Modrinth.App-0.17.5-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/509071479",\n "id": 509071479,\n "node_id": "RA_kwDOFpMvEs4eV9B3",\n "name": "Modrinth.App_0.17.5_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 106968256,\n "digest": "sha256:74bd6ef537b66275e0a1dee15bf26e9d17a3f38549c7ddc9262b3b7e649872ff",\n "download_count": 36,\n "created_at": "2026-08-10T17:52:27Z",\n "updated_at": "2026-08-10T17:52:30Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.5/Modrinth.App_0.17.5_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/509071476",\n "id": 509071476,\n "node_id": "RA_kwDOFpMvEs4eV9B0",\n "name": "Modrinth.App_0.17.5_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 20080916,\n "digest": "sha256:ba51a433163797c632ea22da10f85eff3d4d58076e0a33dfbbd84da246656175",\n "download_count": 3674,\n "created_at": "2026-08-10T17:52:27Z",\n "updated_at": "2026-08-10T17:52:28Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.5/Modrinth.App_0.17.5_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/509071480",\n "id": 509071480,\n "node_id": "RA_kwDOFpMvEs4eV9B4",\n "name": "Modrinth.App_0.17.5_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 39845286,\n "digest": "sha256:b643c09c67ff387568386dc1e69f3eef9bf12a938ac3ccc91e7390a16cebe37e",\n "download_count": 23,\n "created_at": "2026-08-10T17:52:27Z",\n "updated_at": "2026-08-10T17:52:29Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.5/Modrinth.App_0.17.5_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/509071478",\n "id": 509071478,\n "node_id": "RA_kwDOFpMvEs4eV9B2",\n "name": "Modrinth.App_0.17.5_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 16298440,\n "digest": "sha256:76aa47ba507f59c24dd864f8f3762d24b84002a27afa4e4e36fa50fa6533869c",\n "download_count": 59,\n "created_at": "2026-08-10T17:52:27Z",\n "updated_at": "2026-08-10T17:52:28Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.5/Modrinth.App_0.17.5_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.17.5",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.17.5",\n "body": "## Changed\\n\\n- Common config file formats and RPO files are now hidden from the external modpack file warning modal.\\n- Updated text in unknown file warning.\\n- When viewing an instance\'s content in the app, content updates will now be checked immediately, rather than waiting for cache to be invalidated. It may take up to 10 minutes for updates to be shown in the content tab.\\n- Updated translations. Want to help translate Modrinth App? [Click here](https://translate.modrinth.com)\\n- **Modrinth Hosting:** Updated translations. Want to help translate Modrinth Hosting? [Click here](https://translate.modrinth.com)\\n\\n## Fixed\\n\\n- Fixed issue with animated GIFs sometimes not working in project page descriptions.\\n- Fixed issue on Windows and Linux where the window close button was incorrectly coloured.\\n- Fixed an issue when clicking content in the content tab of an instance it show a \\"Instance not found\\" notification\\n- Fixed issue with the file information (name + file size) on the download button on project version pages not showing up.\\n- Fixed broken buttons on the \\"Minecraft account required\\" modal on Windows.\\n- Fixed the right sidebar closing when collapsing friend list sections when using the \\"Hide right sidebar\\" option.\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/368101092/reactions",\n "total_count": 2,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 2,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/367004004",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/367004004/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/367004004/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.17.4",\n "id": 367004004,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4V4Alk",\n "tag_name": "v0.17.4",\n "target_commitish": "main",\n "name": "Modrinth App 0.17.4",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-08-07T20:43:05Z",\n "updated_at": "2026-08-07T20:57:05Z",\n "published_at": "2026-08-07T20:57:05Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/505654862",\n "id": 505654862,\n "node_id": "RA_kwDOFpMvEs4eI65O",\n "name": "Modrinth.App-0.17.4-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 20065730,\n "digest": "sha256:2eb9b634c910877fd6ee91bdd9f9fb7f9a6b61e7aaeb2fa3d28ff6d24d38326b",\n "download_count": 28,\n "created_at": "2026-08-07T20:57:02Z",\n "updated_at": "2026-08-07T20:57:03Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.4/Modrinth.App-0.17.4-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/505654865",\n "id": 505654865,\n "node_id": "RA_kwDOFpMvEs4eI65R",\n "name": "Modrinth.App_0.17.4_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 106951872,\n "digest": "sha256:8ea12087f84e492bc6d6474842a27f8c93437ab4d13a20d3ba40875262597fc4",\n "download_count": 35,\n "created_at": "2026-08-07T20:57:02Z",\n "updated_at": "2026-08-07T20:57:05Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.4/Modrinth.App_0.17.4_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/505654861",\n "id": 505654861,\n "node_id": "RA_kwDOFpMvEs4eI65N",\n "name": "Modrinth.App_0.17.4_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 20066234,\n "digest": "sha256:0f5b9f94dd76634887e2451e6f0e159573587d4d099d19528ba892499e3513c1",\n "download_count": 3822,\n "created_at": "2026-08-07T20:57:02Z",\n "updated_at": "2026-08-07T20:57:02Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.4/Modrinth.App_0.17.4_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/505654864",\n "id": 505654864,\n "node_id": "RA_kwDOFpMvEs4eI65Q",\n "name": "Modrinth.App_0.17.4_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 39799786,\n "digest": "sha256:efb6a02e816580493abff4070955be1c1c526f23f84b96af7f2fbebb77381de3",\n "download_count": 26,\n "created_at": "2026-08-07T20:57:02Z",\n "updated_at": "2026-08-07T20:57:03Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.4/Modrinth.App_0.17.4_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/505654863",\n "id": 505654863,\n "node_id": "RA_kwDOFpMvEs4eI65P",\n "name": "Modrinth.App_0.17.4_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 16282200,\n "digest": "sha256:5ff1e5a3f2bb1c44a3277130699699a674f2823bec6a97d438da659b4b4f218d",\n "download_count": 95,\n "created_at": "2026-08-07T20:57:02Z",\n "updated_at": "2026-08-07T20:57:02Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.4/Modrinth.App_0.17.4_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.17.4",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.17.4",\n "body": "## Changed\\n- Added loading states for project members and server details, to make it feel smoother.\\n- Improved popout menu animations.\\n- Updated NeoForge icon to be closer to the actual logo and look more like a fox.\\n- Updated design of buttons.\\n\\n## Fixed\\n- Fixed \\"Licensed Unknown\\" showing up under details on server projects.\\n- Fixed project types sometimes appearing in random orders on some pages.\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/367004004/reactions",\n "total_count": 5,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 1,\n "confused": 0,\n "heart": 2,\n "rocket": 2,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/362068092",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/362068092/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/362068092/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.17.3",\n "id": 362068092,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4VlLh8",\n "tag_name": "v0.17.3",\n "target_commitish": "main",\n "name": "Modrinth App 0.17.3",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-07-29T21:34:48Z",\n "updated_at": "2026-07-29T21:47:52Z",\n "published_at": "2026-07-29T21:47:52Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/494562168",\n "id": 494562168,\n "node_id": "RA_kwDOFpMvEs4demt4",\n "name": "Modrinth.App-0.17.3-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 19927049,\n "digest": "sha256:22628e96fb2427775505198759dd21413f4ef376a3dcbe3f41a6de1f9ecc71b7",\n "download_count": 55,\n "created_at": "2026-07-29T21:47:49Z",\n "updated_at": "2026-07-29T21:47:50Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.3/Modrinth.App-0.17.3-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/494562172",\n "id": 494562172,\n "node_id": "RA_kwDOFpMvEs4demt8",\n "name": "Modrinth.App_0.17.3_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 106820800,\n "digest": "sha256:0578e23f3710445d0daef9e0e50c8a047baf095106b0a60cd3f1d84b6195a152",\n "download_count": 106,\n "created_at": "2026-07-29T21:47:49Z",\n "updated_at": "2026-07-29T21:47:52Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.3/Modrinth.App_0.17.3_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/494562170",\n "id": 494562170,\n "node_id": "RA_kwDOFpMvEs4demt6",\n "name": "Modrinth.App_0.17.3_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 19932992,\n "digest": "sha256:b878cbfe51c0d29d4086bbb3c39c5f02c1f8cee5eb17c0db96159dbf8ddde993",\n "download_count": 6919,\n "created_at": "2026-07-29T21:47:49Z",\n "updated_at": "2026-07-29T21:47:50Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.3/Modrinth.App_0.17.3_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/494562169",\n "id": 494562169,\n "node_id": "RA_kwDOFpMvEs4demt5",\n "name": "Modrinth.App_0.17.3_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 39588610,\n "digest": "sha256:02bfe61920235491ea8b3c72bb3acb079746ae7726f31865285c95706be6ff5e",\n "download_count": 50,\n "created_at": "2026-07-29T21:47:49Z",\n "updated_at": "2026-07-29T21:47:50Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.3/Modrinth.App_0.17.3_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/494562171",\n "id": 494562171,\n "node_id": "RA_kwDOFpMvEs4demt7",\n "name": "Modrinth.App_0.17.3_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 16214384,\n "digest": "sha256:0e4ffd823efbe9edea9c85836bf760737519f27962447906c0b7f145c6594948",\n "download_count": 204,\n "created_at": "2026-07-29T21:47:49Z",\n "updated_at": "2026-07-29T21:47:50Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.3/Modrinth.App_0.17.3_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.17.3",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.17.3",\n "body": "## Added\\n- Added button to create a new instance on the Library page.\\n\\n## Changed\\n- Added a toggle to hide modpacks that are already installed.\\n- Added tooltip to installation settings button in installed modpack card.\\n\\n## Fixed\\n- Improved error when shared instances reach a config file limit.\\n- When pushing updates to shared instances, will now scroll to the top when entering a sub-page.\\n- Fixed instance installations getting stuck when the instance is deleted.\\n- Fixed error when failing to fetch a shared instance icon.\\n- Installing content from Discover content will now install the latest that matches the game version and loader filters, not the absolute latest.\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/362068092/reactions",\n "total_count": 2,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 2,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/361435497",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/361435497/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/361435497/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.17.2",\n "id": 361435497,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4VixFp",\n "tag_name": "v0.17.2",\n "target_commitish": "main",\n "name": "Modrinth App 0.17.2",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-07-28T23:36:26Z",\n "updated_at": "2026-07-28T23:48:39Z",\n "published_at": "2026-07-28T23:48:39Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/493355984",\n "id": 493355984,\n "node_id": "RA_kwDOFpMvEs4daAPQ",\n "name": "Modrinth.App-0.17.2-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 19930069,\n "digest": "sha256:51a08ed7bc6cb342d5872e1289d24ffe86c055cb5ecb2ddaf5ee33cbae903985",\n "download_count": 16,\n "created_at": "2026-07-28T23:48:35Z",\n "updated_at": "2026-07-28T23:48:36Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.2/Modrinth.App-0.17.2-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/493355985",\n "id": 493355985,\n "node_id": "RA_kwDOFpMvEs4daAPR",\n "name": "Modrinth.App_0.17.2_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 106812608,\n "digest": "sha256:64f3a76c48dc22aaf57f34ab4448f7d612d59634a9d591c6fa487de664c38699",\n "download_count": 24,\n "created_at": "2026-07-28T23:48:35Z",\n "updated_at": "2026-07-28T23:48:39Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.2/Modrinth.App_0.17.2_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/493355987",\n "id": 493355987,\n "node_id": "RA_kwDOFpMvEs4daAPT",\n "name": "Modrinth.App_0.17.2_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 19930372,\n "digest": "sha256:8837a4ea26c3f184aa179b650afbf17b92cb6f6c8a1c8603820410b19c356c22",\n "download_count": 6135,\n "created_at": "2026-07-28T23:48:35Z",\n "updated_at": "2026-07-28T23:48:36Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.2/Modrinth.App_0.17.2_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/493355988",\n "id": 493355988,\n "node_id": "RA_kwDOFpMvEs4daAPU",\n "name": "Modrinth.App_0.17.2_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 39551192,\n "digest": "sha256:2260e6b87f3971d06c7be63d28612ddf174b0ee53e77760f44c5b20c6f901254",\n "download_count": 8,\n "created_at": "2026-07-28T23:48:35Z",\n "updated_at": "2026-07-28T23:48:37Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.2/Modrinth.App_0.17.2_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/493355986",\n "id": 493355986,\n "node_id": "RA_kwDOFpMvEs4daAPS",\n "name": "Modrinth.App_0.17.2_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 16208144,\n "digest": "sha256:65bc9ccb3111f640fea3bd138f3b2a73017b9614430dcfe7947a9e43b12dce04",\n "download_count": 31,\n "created_at": "2026-07-28T23:48:35Z",\n "updated_at": "2026-07-28T23:48:36Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.2/Modrinth.App_0.17.2_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.17.2",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.17.2",\n "body": "## Fixed\\n- Fixed broken shared instances invite management table.\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/361435497/reactions",\n "total_count": 1,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 1,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/361383804",\n "assets_url": "https://api.github.com/repos/modrinth/code/releases/361383804/assets",\n "upload_url": "https://uploads.github.com/repos/modrinth/code/releases/361383804/assets{?name,label}",\n "html_url": "https://github.com/modrinth/code/releases/tag/v0.17.1",\n "id": 361383804,\n "author": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "node_id": "RE_kwDOFpMvEs4Vikd8",\n "tag_name": "v0.17.1",\n "target_commitish": "main",\n "name": "Modrinth App 0.17.1",\n "draft": false,\n "immutable": false,\n "prerelease": false,\n "created_at": "2026-07-28T21:01:33Z",\n "updated_at": "2026-07-28T21:52:10Z",\n "published_at": "2026-07-28T21:18:09Z",\n "assets": [\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/493209215",\n "id": 493209215,\n "node_id": "RA_kwDOFpMvEs4dZcZ_",\n "name": "Modrinth.App-0.17.1-1.x86_64.rpm",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-rpm",\n "state": "uploaded",\n "size": 19926509,\n "digest": "sha256:ef761fa97a89e331e0d75fdcfc1e751d9065666e7f4085250a9fcab56c242dc1",\n "download_count": 6,\n "created_at": "2026-07-28T21:18:05Z",\n "updated_at": "2026-07-28T21:18:06Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.1/Modrinth.App-0.17.1-1.x86_64.rpm"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/493209216",\n "id": 493209216,\n "node_id": "RA_kwDOFpMvEs4dZcaA",\n "name": "Modrinth.App_0.17.1_amd64.AppImage",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/vnd.appimage",\n "state": "uploaded",\n "size": 106816704,\n "digest": "sha256:132fd9ba4d7827c93e66124498cbc088aa33b45e57f7f528d8d23108bd19b077",\n "download_count": 13,\n "created_at": "2026-07-28T21:18:05Z",\n "updated_at": "2026-07-28T21:18:09Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.1/Modrinth.App_0.17.1_amd64.AppImage"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/493209218",\n "id": 493209218,\n "node_id": "RA_kwDOFpMvEs4dZcaC",\n "name": "Modrinth.App_0.17.1_amd64.deb",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-debian-package",\n "state": "uploaded",\n "size": 19931676,\n "digest": "sha256:419c293ace4789dedfbdcef01efc12162cac457d2647fea48e9377f60777f0e0",\n "download_count": 5872,\n "created_at": "2026-07-28T21:18:05Z",\n "updated_at": "2026-07-28T21:18:06Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.1/Modrinth.App_0.17.1_amd64.deb"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/493209217",\n "id": 493209217,\n "node_id": "RA_kwDOFpMvEs4dZcaB",\n "name": "Modrinth.App_0.17.1_universal.dmg",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/x-apple-diskimage",\n "state": "uploaded",\n "size": 39551699,\n "digest": "sha256:af7df22f1afaf183f2235c395f3c270c90c883ba5d6e7f9dabc2ac170dfc4e48",\n "download_count": 7,\n "created_at": "2026-07-28T21:18:05Z",\n "updated_at": "2026-07-28T21:18:06Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.1/Modrinth.App_0.17.1_universal.dmg"\n },\n {\n "url": "https://api.github.com/repos/modrinth/code/releases/assets/493209214",\n "id": 493209214,\n "node_id": "RA_kwDOFpMvEs4dZcZ-",\n "name": "Modrinth.App_0.17.1_x64-setup.exe",\n "label": "",\n "uploader": {\n "login": "github-actions[bot]",\n "id": 41898282,\n "node_id": "MDM6Qm90NDE4OTgyODI=",\n "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",\n "gravatar_id": "",\n "url": "https://api.github.com/users/github-actions%5Bbot%5D",\n "html_url": "https://github.com/apps/github-actions",\n "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",\n "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",\n "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",\n "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",\n "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",\n "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",\n "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",\n "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",\n "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",\n "type": "Bot",\n "user_view_type": "public",\n "site_admin": false\n },\n "content_type": "application/octet-stream",\n "state": "uploaded",\n "size": 16203904,\n "digest": "sha256:b5016afbc63cdb13360e0c5d7e8484a39737b3169e97221d1bca64c734444b36",\n "download_count": 17,\n "created_at": "2026-07-28T21:18:05Z",\n "updated_at": "2026-07-28T21:18:06Z",\n "browser_download_url": "https://github.com/modrinth/code/releases/download/v0.17.1/Modrinth.App_0.17.1_x64-setup.exe"\n }\n ],\n "tarball_url": "https://api.github.com/repos/modrinth/code/tarball/v0.17.1",\n "zipball_url": "https://api.github.com/repos/modrinth/code/zipball/v0.17.1",\n "body": "## Added\\r\\n\\r\\n- Added user pages.\\r\\n- Added a banner for users of a shared instance which let\'s them know that they need to review an update to play the instance - alongside the existing checks when you click Play.\\r\\n- Added a way to see and manage the invite links you have created for a shared instance in the Sharing tab of the Instance Settings modal.\\r\\n- Added a way to see where a shared instance content is coming from when in the Install to play modal, either the linked modpack or if it was added on top. Content which is a part of the linked modpack will show the modpack information underneath it\'s name.\\r\\n- Added user blocking\\r\\n- You can block users on their profile page.\\r\\n- You can block users when reporting a shared instance. This prevents the user from sending you invites to shared instances and Modrinth Hosting server panels.\\r\\n- You can manage who you\'ve blocked in the new Social settings in the app\'s Settings menu, or on the Modrinth website.\\r\\n- Added the ability to edit your Modrinth profile in the app\'s Settings menu.\\r\\n- Added the ability to adjust the amount of quick instances shown in the sidebar by dragging the divider up and down.\\r\\n- Added an option to always show \\"Copy details\\" on the installation job notifications, rather than just on failed and interrupted instance install jobs.\\r\\n- Clicking on friends in the friends list will take you to their profile page.\\r\\n\\r\\n## Changed\\r\\n\\r\\n- More than three instances now show up in the left sidebar\'s quick instance selection area for larger window sizes.\\r\\n- Updated Modrinth App logo to just use the standard Modrinth logo to save space.\\r\\n- Updated the design of the back/forward buttons.\\r\\n- Limited shared instances to 50 users.\\r\\n- Changed the expiry date picker in the shared instance invite edit modal to be a dropdown of common dates, rather than a complicated date picker. You can still use the fine-grained date picker by choosing \\"Custom\\"\\r\\n- Instance icons must now be smaller than 4MB - any existing instances will have their icons compressed to 512x512px size to conform to the new limit. This will break any instances which have .GIF icons.\\r\\n- Split up the App Settings modal into categories.\\r\\n- Moved out behavioural settings into it\'s own subpage, rather than being in Appearance settings.\\r\\n- Updated \\"Advanced\\" toggle filter design to be the same as the other filters, just with only an exclude button as the primary action.\\r\\n- Re-aligned the traffic light buttons on macOS with the top bar.\\r\\n- Updated translations. Want to help translate the Modrinth App? [Click here](https://translate.modrinth.com)\\r\\n- **Modrinth Hosting:** Updated translations. Want to help translate Modrinth Hosting? [Click here](https://translate.modrinth.com)\\r\\n\\r\\n## Fixed\\r\\n\\r\\n- **Modrinth Hosting:** Fixed issue where when browsing content for your server panel, when visiting a project page and going back to search, it would reset the page back to one.\\r\\n- Fixed issue where when browsing content for an instance, when visiting a project page and going back to search, it would reset the page back to one.\\r\\n- Refactored how breadcrumbs work in the app, this should solve many issues you might have encountered using the back and forward navigation buttons in the app header.\\r\\n- Fixed error spam when the shared instances API is not accessible, it will cleanly provide feedback that the app cannot connect.\\r\\n",\n "reactions": {\n "url": "https://api.github.com/repos/modrinth/code/releases/361383804/reactions",\n "total_count": 2,\n "+1": 0,\n "-1": 0,\n "laugh": 0,\n "hooray": 2,\n "confused": 0,\n "heart": 0,\n "rocket": 0,\n "eyes": 0\n }\n }\n]' + notes=$'## Changed\n- Updated style of spoilers in descriptions.\n- Updated style of code formatting and snippets in descriptions.\n- Fourth-level headings in descriptions now have more contrast compared to regular body text.\n\n## Fixed\n- Fixed lag on Screenshots page/tab when you have a lot of screenshots' + '[' -z $'## Changed\n- Updated style of spoilers in descriptions.\n- Updated style of code formatting and snippets in descriptions.\n- Fourth-level headings in descriptions now have more contrast compared to regular body text.\n\n## Fixed\n- Fixed lag on Screenshots page/tab when you have a lot of screenshots' ']' + curl -fsSL -o /workdir/modrinth-app-upstream.rpm https://github.com/modrinth/code/releases/download/v0.19.1/Modrinth.App-0.19.1-1.x86_64.rpm + '[' -n sha256:6f8da4dd1a7f882021e611d6b1d9e7a3722652ef3d0da751f17bd8cc27dd8878 ']' + '[' sha256:6f8da4dd1a7f882021e611d6b1d9e7a3722652ef3d0da751f17bd8cc27dd8878 '!=' none ']' + algo=sha256 + expected=6f8da4dd1a7f882021e611d6b1d9e7a3722652ef3d0da751f17bd8cc27dd8878 ++ sha256sum /workdir/modrinth-app-upstream.rpm ++ cut '-d ' -f1 + actual=6f8da4dd1a7f882021e611d6b1d9e7a3722652ef3d0da751f17bd8cc27dd8878 + '[' 6f8da4dd1a7f882021e611d6b1d9e7a3722652ef3d0da751f17bd8cc27dd8878 '!=' 6f8da4dd1a7f882021e611d6b1d9e7a3722652ef3d0da751f17bd8cc27dd8878 ']' ++ printf '%s\n' $'## Changed\n- Updated style of spoilers in descriptions.\n- Updated style of code formatting and snippets in descriptions.\n- Fourth-level headings in descriptions now have more contrast compared to regular body text.\n\n## Fixed\n- Fixed lag on Screenshots page/tab when you have a lot of screenshots' ++ sed 's/\r$//' ++ sed -E 's/^[-*•][[:space:]]+//' ++ sed -E 's/^#+[[:space:]]*//' ++ sed s/%/%%/g ++ sed '/^[[:space:]]*$/d' ++ sed 's/^/- /' + formatted_notes=$'- Changed\n- Updated style of spoilers in descriptions.\n- Updated style of code formatting and snippets in descriptions.\n- Fourth-level headings in descriptions now have more contrast compared to regular body text.\n- Fixed\n- Fixed lag on Screenshots page/tab when you have a lot of screenshots' + cat ++ LC_ALL=C ++ date '+%a %b %d %Y' Generated modrinth-app.spec for version 0.19.1 + echo 'Generated modrinth-app.spec for version 0.19.1' Finish: chroot ['set -xe ; cd /workdir ; COPR_OWNER=mystic COPR_PROJECT=modrinth-app COPR_PACKAGE=modrinth-app COPR_RESULTDIR=/workdir /script'] Finish: run Running: mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --copyout /workdir /var/lib/copr-rpmbuild/workspace/workdir-vi08i_os/srcdir cmd: ['mock', '-r', '/var/lib/copr-rpmbuild/results/mock-config.cfg', '--copyout', '/workdir', '/var/lib/copr-rpmbuild/workspace/workdir-vi08i_os/srcdir'] cwd: . rc: 0 stdout: stderr: INFO: mock.py version 6.8 starting (python version = 3.14.5, NVR = mock-6.8-1.fc44), args: /usr/libexec/mock/mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --copyout /workdir /var/lib/copr-rpmbuild/workspace/workdir-vi08i_os/srcdir Start(bootstrap): init plugins INFO: tmpfs initialized INFO: selinux enabled INFO: chroot_scan: initialized INFO: compress_logs: initialized Finish(bootstrap): init plugins Start: init plugins INFO: tmpfs initialized INFO: selinux enabled INFO: chroot_scan: initialized INFO: compress_logs: initialized Finish: init plugins INFO: Signal handler active Start: run Mock Version: 6.8 INFO: Mock Version: 6.8 Start(bootstrap): chroot init INFO: mounting tmpfs at /var/lib/mock/copr-custom-fedora-45-x86_64-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/copr-custom-fedora-45-x86_64-bootstrap/root. INFO: calling preinit hooks INFO: enabled root cache INFO: enabled package manager cache Start(bootstrap): cleaning package manager metadata Finish(bootstrap): cleaning package manager metadata INFO: Package manager dnf5 detected and used (fallback) Finish(bootstrap): chroot init Start: chroot init INFO: mounting tmpfs at /var/lib/mock/copr-custom-fedora-45-x86_64/root. INFO: reusing tmpfs at /var/lib/mock/copr-custom-fedora-45-x86_64/root. INFO: calling preinit hooks INFO: enabled root cache INFO: enabled package manager cache Start: cleaning package manager metadata Finish: cleaning package manager metadata INFO: enabled HW Info plugin INFO: Package manager dnf5 detected and used (direct choice) Finish: chroot init INFO: copying /var/lib/mock/copr-custom-fedora-45-x86_64/root/workdir to /var/lib/copr-rpmbuild/workspace/workdir-vi08i_os/srcdir Finish: run Running: mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --scrub all cmd: ['mock', '-r', '/var/lib/copr-rpmbuild/results/mock-config.cfg', '--scrub', 'all'] cwd: . rc: 0 stdout: stderr: INFO: mock.py version 6.8 starting (python version = 3.14.5, NVR = mock-6.8-1.fc44), args: /usr/libexec/mock/mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --scrub all Start(bootstrap): init plugins INFO: tmpfs initialized INFO: selinux enabled INFO: chroot_scan: initialized INFO: compress_logs: initialized Finish(bootstrap): init plugins Start: init plugins INFO: tmpfs initialized INFO: selinux enabled INFO: chroot_scan: initialized INFO: compress_logs: initialized Finish: init plugins INFO: Signal handler active Start: run Start: scrub ['all'] INFO: scrubbing everything for mock-config INFO: unmounting tmpfs. INFO: unmounting tmpfs. Finish: scrub ['all'] Finish: run Running: rpmbuild -bs --define '_sourcedir /var/lib/copr-rpmbuild/workspace/workdir-vi08i_os/srcdir' --define '_rpmdir /var/lib/copr-rpmbuild/workspace/workdir-vi08i_os/srcdir' --define '_builddir /var/lib/copr-rpmbuild/workspace/workdir-vi08i_os/srcdir' --define '_specdir /var/lib/copr-rpmbuild/workspace/workdir-vi08i_os/srcdir' --define '_srcrpmdir /var/lib/copr-rpmbuild/results' /var/lib/copr-rpmbuild/workspace/workdir-vi08i_os/srcdir/modrinth-app.spec cmd: ['rpmbuild', '-bs', '--define', '_sourcedir /var/lib/copr-rpmbuild/workspace/workdir-vi08i_os/srcdir', '--define', '_rpmdir /var/lib/copr-rpmbuild/workspace/workdir-vi08i_os/srcdir', '--define', '_builddir /var/lib/copr-rpmbuild/workspace/workdir-vi08i_os/srcdir', '--define', '_specdir /var/lib/copr-rpmbuild/workspace/workdir-vi08i_os/srcdir', '--define', '_srcrpmdir /var/lib/copr-rpmbuild/results', '/var/lib/copr-rpmbuild/workspace/workdir-vi08i_os/srcdir/modrinth-app.spec'] cwd: . rc: 0 stdout: setting SOURCE_DATE_EPOCH=1787788800 Wrote: /var/lib/copr-rpmbuild/results/modrinth-app-0.19.1-1.src.rpm stderr: Output: ['mock-config.cfg', 'modrinth-app-0.19.1-1.src.rpm'] Running SRPMResults tool Using distributions_in_build for this build. Extracting arch-specific tags for fedora-43 Extracting arch-specific tags for fedora-44 Extracting arch-specific tags for fedora-45 Extracting arch-specific tags for fedora-rawhide Package info: { "architecture_specific_tags": { "fedora-43": { "buildarch": [ "x86_64" ], "exclusivearch": [ "x86_64" ] }, "fedora-44": { "buildarch": [ "x86_64" ], "exclusivearch": [ "x86_64" ] }, "fedora-45": { "buildarch": [ "x86_64" ], "exclusivearch": [ "x86_64" ] }, "fedora-rawhide": { "buildarch": [ "x86_64" ], "exclusivearch": [ "x86_64" ] } }, "name": "modrinth-app", "epoch": null, "version": "0.19.1", "release": "1" } SRPMResults finished