Commit Graph

31 Commits

Author SHA1 Message Date
Sizhe Zhao
431ade7b94 gdevelop: 5.6.276 -> 5.6.277 (#550023) 2026-08-09 03:34:53 +00:00
R. Ryantm
150cfb5b62 gdevelop: 5.6.276 -> 5.6.277 2026-08-06 22:30:14 +00:00
bitbloxhub
c831bab4ac appimageTools: warn on deprecated type-specific aliases
Also migrates away from them with these commands, using ast-grep 0.43.0
with these commands in bash (assisted by ChatGPT):
```bash
for old in extractType1 extractType2; do
  ast-grep \
    --lang nix \
    --pattern "\$TOOLS.$old" \
    --rewrite '$TOOLS.extract' \
    --update-all \
    pkgs
done

ast-grep \
  --lang nix \
  --pattern '$TOOLS.wrapType1' \
  --rewrite '$TOOLS.wrapType2' \
  --update-all \
  pkgs
```

Assisted-by: GPT-5.6-Sol Medium via ChatGPT
2026-07-30 00:21:21 +00:00
R. Ryantm
ad2190c902 gdevelop: 5.6.274 -> 5.6.276 2026-07-28 17:02:58 +00:00
R. Ryantm
14420c0e61 gdevelop: 5.6.269 -> 5.6.274 2026-07-19 08:56:55 +00:00
R. Ryantm
57a5f071f1 gdevelop: 5.6.266 -> 5.6.269 2026-05-10 10:16:40 +00:00
R. Ryantm
3f4ecee2ce gdevelop: 5.6.265 -> 5.6.266 2026-04-14 18:22:26 +00:00
R. Ryantm
9c14194f81 gdevelop: 5.6.262 -> 5.6.265 2026-04-07 00:10:47 +00:00
R. Ryantm
4ae31180af gdevelop: 5.6.261 -> 5.6.262 2026-03-29 05:16:50 +00:00
R. Ryantm
16aec39516 gdevelop: 5.6.260 -> 5.6.261 2026-03-12 04:06:18 +00:00
R. Ryantm
428d6d874c gdevelop: 5.6.258 -> 5.6.260 2026-03-04 03:41:51 +00:00
R. Ryantm
38fdc81b7c gdevelop: 5.6.257 -> 5.6.258 2026-02-23 18:44:11 +00:00
R. Ryantm
b522fdf912 gdevelop: 5.6.252 -> 5.6.257 2026-02-16 10:07:53 +00:00
R. Ryantm
5c9e32ade3 gdevelop: 5.6.251 -> 5.6.252 2026-01-19 06:42:16 +00:00
R. Ryantm
544d06be97 gdevelop: 5.6.250 -> 5.6.251 2025-12-31 21:58:17 +00:00
R. Ryantm
88ea7bea61 gdevelop: 5.6.249 -> 5.6.250 2025-12-12 17:34:17 +00:00
R. Ryantm
2b4fab38d4 gdevelop: 5.5.247 -> 5.6.249 2025-12-05 23:13:26 +00:00
R. Ryantm
83bf9bd73a gdevelop: 5.5.245 -> 5.5.247 2025-11-29 13:18:25 +00:00
R. Ryantm
0d3784037e gdevelop: 5.5.244 -> 5.5.245 2025-11-09 18:33:56 +00:00
R. Ryantm
b1a1a6e7d0 gdevelop: 5.5.243 -> 5.5.244 2025-10-24 06:47:04 +00:00
R. Ryantm
20c35db0dc gdevelop: 5.5.242 -> 5.5.243 2025-10-18 08:00:26 +00:00
R. Ryantm
bc533461d4 gdevelop: 5.5.241 -> 5.5.242 2025-10-05 09:36:30 +00:00
R. Ryantm
0d6e0ecda5 gdevelop: 5.5.239 -> 5.5.241 2025-09-24 17:42:58 +00:00
R. Ryantm
6c379a8bb6 gdevelop: 5.5.238 -> 5.5.239 2025-08-22 05:02:04 +00:00
R. Ryantm
de6d1e2d42 gdevelop: 5.5.237 -> 5.5.238 2025-07-27 05:32:56 +00:00
R. Ryantm
3e402f4f21 gdevelop: 5.5.236 -> 5.5.237 2025-07-18 23:54:57 +00:00
R. Ryantm
5b40a7a6f4 gdevelop: 5.5.233 -> 5.5.236 2025-07-10 14:42:52 +00:00
R. Ryantm
b2c4e0a6cb gdevelop: 5.5.231 -> 5.5.233 2025-06-30 12:51:10 +00:00
Matteo Pacini
b0f6bd05f4 gdevelop: 5.5.229 -> 5.5.231 2025-05-23 22:18:34 +01:00
Matteo Pacini
b4b2d7230a gdevelop: added update script 2025-05-23 22:17:15 +01:00
Matteo Pacini
e559000e93 gdevelop: darwin support 2025-04-30 23:29:32 +01:00