Alexandru Ionut Tripon
22bfe0628f
chore(deps): update cachix/install-nix-action digest to 8aa0397 ( #5469 )
2026-05-23 19:59:24 +00:00
renovate[bot]
d4d032afea
chore(deps): update korthout/backport-action action to v4.5
2026-05-22 18:59:55 +00:00
renovate[bot]
61cdabd40e
chore(deps): update cachix/install-nix-action digest to 8aa0397
2026-05-22 18:59:51 +00:00
Tayou
43c11a8555
Log components in instance logs ( #5560 )
2026-05-18 13:11:12 +00:00
Octol1ttle
547b4c0d3a
feat(instance logs): log components
...
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-05-18 12:18:44 +05:00
TheKodeToad
28eba8ed43
Fix memory leak and crash with data packs modal
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2026-05-15 13:01:41 +01:00
Octol1ttle
f4567bcc8c
fix renovate using old label
...
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-05-15 14:14:46 +05:00
Sefa Eyeoglu
8ba5444c6b
fix(nix): switch to KF6 ECM
...
The override can be removed after
https://github.com/NixOS/nixpkgs/pull/518987 reaches nixos-unstable
See https://github.com/NixOS/nixpkgs/pull/513691
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2026-05-14 12:27:25 +02:00
Seth Flynn
de60d804a1
change(bug_report.yml): use input type where short answer is preferred ( #5544 )
2026-05-14 03:57:29 +00:00
Sefa Eyeoglu
8a7b17f958
flake.lock: Update
...
Flake lock file updates:
• Updated input 'nixpkgs':
'https://releases.nixos.org/nixos/unstable/nixos-26.05pre990025.15f4ee454b1d/nixexprs.tar.xz?narHash=sha256-fN6ynMvcdwPDB09LpWJNO5ogu%2BHFydrBWXJywoI/NNg%3D ' (2026-04-30)
→ 'https://releases.nixos.org/nixos/unstable/nixos-26.05pre995699.da5ad661ba4e/nixexprs.tar.xz?narHash=sha256-rNDJzV2JTV5SUTwv1cgKZYMdyoUYU9/YfegSaUf3QfY%3D ' (2026-05-10)
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2026-05-13 21:14:24 +02:00
mctaylors
558e5bc155
change(bug_report.yml): use input type where short answer is preferred
...
Signed-off-by: mctaylors <95250141+mctaylors@users.noreply.github.com>
2026-05-13 22:09:55 +03:00
Octol1ttle
bc1f9db653
fix offline accounts not being refreshed during launch
...
Closes #5435
Closes #5537
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-05-13 17:59:03 +05:00
Trial97
6699d3eca0
clang-tidy: clang-analyzer-*
...
This commit aims to fix all clang-analyzer-* warnings from clang-tidy.
Here is the list of the ones found in project:
"clang-analyzer-core.uninitialized.UndefReturn",
"clang-analyzer-deadcode.DeadStores",
"clang-analyzer-optin.core.EnumCastOutOfRange",
Some exceptions:
clang-analyzer-cplusplus.NewDeleteLeaks -> may need to disable it as
is a false positive
clang-analyzer-optin.cplusplus.VirtualCall -> may need to disable it
(or refactor a bunch of code to drop the virtual from those functions)
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-05-13 10:20:26 +03:00
Seth Flynn
40824a187d
revert: "change: enable automatically enabling automatic merging on backport PRs"
...
Refs: d741b40
Signed-off-by: Seth Flynn <getchoo@tuta.io>
2026-05-13 02:23:28 -04:00
Alexandru Ionut Tripon
323c25d83b
Enable automatically enabling automatic merging on backport PRs ( #5534 )
2026-05-12 20:25:55 +00:00
Tayou
8d8951475c
Do not open account select dialog if there are no accounts ( #5535 )
2026-05-12 18:50:38 +00:00
Octol1ttle
d6db750797
fix: do not open account select dialog if there are no valid accounts
...
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-05-12 00:19:57 +05:00
Alexandru Ionut Tripon
ecc551b44e
Don't delete base directories when evicting metacache ( #5513 )
2026-05-11 11:15:43 +00:00
Octol1ttle
d741b403a9
change: enable automatically enabling automatic merging on backport PRs
...
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-05-11 15:43:26 +05:00
Tayou
0fee29559f
Fixes to translations ( #5512 )
2026-05-11 09:49:06 +00:00
Alexandru Ionut Tripon
d146972671
Suppress sfinae-incomplete warning ( #5523 )
2026-05-09 21:07:58 +00:00
Alexandru Ionut Tripon
c9d07adbbe
add file name column ( #5505 )
2026-05-09 21:03:47 +00:00
Octol1ttle
993eb40481
fix: suppress sfinae-incomplete warning
...
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-05-10 01:46:29 +05:00
Trial97
670f49309c
chore(clang-tidy): fix clang tidy warnings
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-05-09 23:26:23 +03:00
Trial97
b7381d8088
add size column for datapacks
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-05-09 23:26:23 +03:00
Trial97
bac959bc6f
chore(clang-tidy): fix clang tidy warnings
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-05-09 23:26:21 +03:00
Trial97
4c9081a934
add file name column
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-05-09 23:20:43 +03:00
Alexandru Ionut Tripon
7fcadcd7a2
Add some weird modrinth headers ( #5506 )
2026-05-09 19:52:55 +00:00
Trial97
97d570b343
chore(clang-tidy): fix clang tidy warnings
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-05-08 20:41:10 +03:00
Trial97
f9e007ca2b
add update reason
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-05-08 20:41:10 +03:00
Trial97
a63048d7e2
chore(clang-tidy): fix clang tidy warnings
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-05-08 20:41:10 +03:00
Trial97
ca721f9d67
add special modrinth header
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-05-08 20:41:10 +03:00
Alexandru Ionut Tripon
18924e43da
fix Atl path traversal ( #5511 )
2026-05-07 21:16:14 +00:00
Alexandru Ionut Tripon
5d3411f412
fix: ignore non-existent or empty paths in processURLs ( #5442 )
2026-05-07 18:20:07 +00:00
Octol1ttle
564fca8c9b
fix: don't delete base directories when evicting metacache
...
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-05-07 20:48:19 +05:00
Octol1ttle
d59b4b0ad7
fix(translations): do not reset user language if translations index is missing
...
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-05-07 20:15:38 +05:00
Octol1ttle
49aef77f3f
fix(translations): redownload index if it is missing after file reloading
...
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-05-07 20:11:24 +05:00
Trial97
daa9e07e33
chore(clang-tidy): fix clang tidy warnings
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-05-07 15:02:50 +03:00
Trial97
4cbfe7fb0e
fix atl path traversal
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-05-07 14:43:44 +03:00
Alexandru Ionut Tripon
5f7aa2fbdb
fix change version ( #5504 )
2026-05-07 11:28:13 +00:00
Alexandru Ionut Tripon
95a62a5dde
Fixes to 'Use system locale' ( #5485 )
2026-05-07 10:58:27 +00:00
Alexandru Ionut Tripon
d548cb2e44
INIFile: add file name to error logging ( #5502 )
2026-05-07 10:54:11 +00:00
Alexandru Ionut Tripon
813cff612c
Fix wrong Xbox failure string ( #5492 )
2026-05-07 10:53:57 +00:00
Alexandru Ionut Tripon
101127273c
chore(nix): update lockfile ( #5454 )
2026-05-07 10:53:46 +00:00
Trial97
b174dec0d2
fix change version triggering an intial search
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-05-07 08:31:49 +03:00
Trial97
4463c21c98
chore(clang-tidy): fix clang tidy warnings
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-05-07 08:31:49 +03:00
Octol1ttle
e7dbdf3489
INIFile: add file name to error logging
...
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-05-05 18:57:18 +05:00
TheKodeToad
4f58197edb
changed "Ok" to "OK" ( #5331 )
2026-05-05 09:21:29 +00:00
Octol1ttle
0a3f7da7e7
XboxAuthorizationStep: clang-tidy
...
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-05-05 13:42:45 +05:00
Alexandru Ionut Tripon
ac7c8adea2
Use "Discrete" key from switcheroo if present ( #5487 )
2026-05-04 20:38:17 +00:00