Alexandru Ionut Tripon
64c78fadc1
Improve NetJob failure dialog ( #5260 )
2026-03-26 16:09:40 +00:00
Octol1ttle
3a48d13c07
feat(NetworkJobFailedDialog): implement URL copying
...
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-03-26 10:46:37 +05:00
TheKodeToad
7bb746dfab
Safer dialog
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2026-03-26 10:46:37 +05:00
TheKodeToad
4bc72ccca4
My tweaks
...
Use a tree view instead of table view, remove toggle button (janky)
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2026-03-26 10:46:37 +05:00
TheKodeToad
e6d7e5cdae
Backport new NetJob failure dialog from Octol1ttle's libcurl PR
...
Co-authored-by: Octol1ttle <l1ttleofficial@outlook.com>
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2026-03-26 10:46:37 +05:00
timoreo
c16a25faef
make OpenJ9 logo square ( #5240 )
2026-03-23 16:04:44 +00:00
Tayou
19eba5c6bc
make OpenJ9 logo square
...
Signed-off-by: Tayou <git@tayou.org>
2026-03-23 14:27:54 +01:00
Alexandru Ionut Tripon
f91accdce8
Log error if file open/commit fails ( #5235 )
2026-03-23 13:11:39 +00:00
Alexandru Ionut Tripon
6c6dc55dc0
Update update-flake.yml with new labels ( #5231 )
2026-03-23 12:58:09 +00:00
DioEgizio
e90ecdaeea
rate limit the FTB mod downloads ( #5237 )
2026-03-23 08:48:27 +00:00
Trial97
5136c15833
rate limit the FTB mod downloads
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-03-23 10:14:23 +02:00
Rachel Powers
f0f26bbfaf
add robot type label
...
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2026-03-22 21:58:39 -07:00
Octol1ttle
838687fb2e
fix: log error if file open/commit fails
...
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-03-23 01:07:05 +05:00
Alexandru Ionut Tripon
09823dbb4a
chore(nix): update lockfile ( #5230 )
2026-03-22 06:38:12 +00:00
Rachel Powers
0daf4669ad
add priority label
...
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2026-03-21 19:51:52 -07:00
Rachel Powers
988ec79bc7
Update update-flake.yml with new labels
...
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2026-03-21 19:48:38 -07:00
github-actions[bot]
d43c2133b8
chore(nix): update lockfile
...
Flake lock file updates:
• Updated input 'nixpkgs':
'https://releases.nixos.org/nixos/25.11/nixos-25.11.7516.3e20095fe3c6/nixexprs.tar.xz?narHash=sha256-C/pSy3nRByzeKFcdtv4pNc8uYuT02pBdQB4BE3knKus%3D ' (2026-03-13)
→ 'https://releases.nixos.org/nixos/25.11/nixos-25.11.7849.812b3986fd15/nixexprs.tar.xz?narHash=sha256-d2Q5VNbc91GloTZNByC4u3JS8Tj5BjfuOF19/vuJ/iM%3D ' (2026-03-20)
2026-03-22 00:39:45 +00:00
Seth Flynn
eed06a78f2
build(cmake): avoid re-defining _FORTIFY_SOURCE ( #5228 )
2026-03-21 20:11:35 +00:00
Seth Flynn
e9fab9ada3
build(cmake): avoid re-defining _FORTIFY_SOURCE
...
Previously, applying this to anything except the default `Debug` build
configuration opened us up to issues with packaging systems (i.e.,
Arch's `makepkg` and Flatpak) who already define this OOTB. Specifically
matching the configurations we want to apply this to and checking if this
is applied globally by `$CFLAGS` or similar should prevent this
re-definition, restoring the behavior from before 8477cc4 and 5d0eeae
Signed-off-by: Seth Flynn <getchoo@tuta.io>
2026-03-21 15:41:09 -04:00
DioEgizio
03543a0cbb
Add CLI option to open main window when launching instance ( #5107 )
2026-03-21 13:17:28 +00:00
Alexandru Ionut Tripon
39bb912aab
feat: ibm semeru runtime open edition support (openj9 jvm) ( #5138 )
2026-03-21 10:01:04 +00:00
Rachel Powers
2f62b8ef06
fix: allow disabling gl and vulkan features with an envvar and disable it by default on appimage/portable ( #5224 )
2026-03-21 01:29:51 +00:00
Rachel Powers
731866c577
Overwrite component update task when it has different network mode ( #5216 )
2026-03-20 23:29:49 +00:00
Rachel Powers
d0705a9406
handle mod formatting codes ( #4550 )
2026-03-20 23:16:00 +00:00
Rachel Powers
26a2b35a3b
Sort modpack versions properly ( #5170 )
2026-03-20 23:00:39 +00:00
DioEgizio
2514c8b21f
fix: only enable fortify on optimized builds ( #5223 )
2026-03-20 17:52:11 +00:00
DioEgizio
696039e1ce
fix: also export LIBGL_KOPPER_DRI2=1 on zink ( #5222 )
2026-03-20 17:51:30 +00:00
DioEgizio
e524fa5b6b
fix: allow disabling gl and vulkan features with an envvar and disable it by default on appimage/portable
...
the previous approach didn't work with runtime symbol lookup errors
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2026-03-20 17:03:07 +01:00
DioEgizio
5d0eeae04c
fix: only enable fortify on optimized builds
...
also enables optimization and enables LTO on relwithdebinfo
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2026-03-20 16:38:15 +01:00
DioEgizio
f945422246
fix: also export LIBGL_KOPPER_DRI2=1 on zink
...
fixes crashes on certain X11 systems
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2026-03-20 14:59:07 +01:00
DioEgizio
348907f7d1
ci(container): create manifests for all tags ( #5220 )
2026-03-19 23:15:25 +00:00
Seth Flynn
b7677c81d2
ci(container): create manifests for all tags
...
Signed-off-by: Seth Flynn <getchoo@tuta.io>
2026-03-19 18:59:01 -04:00
Seth Flynn
5cf20d935d
ci(container): fix digest image reference for manifest ( #5219 )
2026-03-19 20:57:09 +00:00
Seth Flynn
24fea7b8a8
ci(container): fix digest image reference for manifest
...
Signed-off-by: Seth Flynn <getchoo@tuta.io>
2026-03-19 16:29:47 -04:00
Octol1ttle
cd006d642b
fix(PackProfile): overwrite update task when it has different network mode
...
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-03-19 10:54:15 +05:00
Alexandru Ionut Tripon
04786023b0
Some small cleanups ( #4772 )
2026-03-18 20:29:26 +00:00
Alexandru Ionut Tripon
b00e5e3f64
chore(deps): update hendrikmuhs/ccache-action action to v1.2.21 ( #5208 )
2026-03-18 20:23:42 +00:00
Rachel Powers
109e453bf2
chore(deps): update cachix/cachix-action action to v17 ( #5215 )
2026-03-18 20:23:08 +00:00
Alexandru Ionut Tripon
8e8bc5aa0f
fix: URL import fix for Linux ( #5141 )
2026-03-18 20:18:22 +00:00
renovate[bot]
4c3a7c492b
chore(deps): update cachix/cachix-action action to v17
2026-03-18 19:51:48 +00:00
Alexandru Ionut Tripon
bc809d78d3
fix heap buffer overflow ( #5213 )
2026-03-18 19:33:19 +00:00
Rachel Powers
c61249d648
chore(deps): update actions/cache action to v5.0.4 ( #5214 )
2026-03-18 16:54:08 +00:00
Rachel Powers
3f23985a97
JavaChecker: Add support for ppc64 and ppc64le architectures ( #5212 )
2026-03-18 16:49:59 +00:00
renovate[bot]
06c29564cc
chore(deps): update actions/cache action to v5.0.4
2026-03-18 16:32:46 +00:00
Trial97
3967fde405
fix heap buffer overflow
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-03-18 18:13:14 +02:00
Trung Lê
cd06eee030
JavaChecker: Add support for ppc64 and ppc64le architectures
...
Signed-off-by: Trung Lê <8@tle.id.au>
2026-03-19 00:18:23 +11:00
Alexandru Ionut Tripon
53385fdfea
Fix #4695 : Update java path label and tooltip ( #5198 )
2026-03-18 05:38:53 +00:00
Seth Flynn
289a7e3859
ci(container): login to ghcr to fetch digests for manifest ( #5206 )
2026-03-18 05:38:22 +00:00
Seth Flynn
1ce90fa6c0
build: use app id for mime package name ( #5205 )
2026-03-18 05:28:01 +00:00
renovate[bot]
cf1722110e
chore(deps): update hendrikmuhs/ccache-action action to v1.2.21
2026-03-18 03:57:15 +00:00