v1.2.3
What's Changed
- chore: 📢 Bump version to 1.2.0 by @github-actions in #1045
- Add mini-roadmap to README.md by @slemeur in #1046
- Update roadmap in README.md by @slemeur in #1047
- chore: fix links to images by @benoitf in #1048
- chore: udpate to v1.1.1 AI Lab Recipes by @benoitf in #1051
- build(deps-dev): bump svelte-check from 3.7.0 to 3.7.1 by @dependabot in #1056
- build(deps-dev): bump @podman-desktop/tests-playwright from 1.10.1 to 1.10.2 by @dependabot in #1054
- build(deps-dev): bump vitest and @vitest/coverage-v8 by @dependabot in #1055
- build(deps): bump openai from 4.40.1 to 4.40.2 by @dependabot in #1053
- build(deps-dev): bump electron from 30.0.2 to 30.0.3 by @dependabot in #1073
- build(deps): bump openai from 4.40.2 to 4.43.0 by @dependabot in #1072
- build(deps): bump semver from 7.6.0 to 7.6.2 by @dependabot in #1071
- build(deps-dev): bump svelte from 4.2.15 to 4.2.16 by @dependabot in #1066
- build(deps-dev): bump @testing-library/jest-dom from 6.4.2 to 6.4.5 by @dependabot in #1062
- build(deps): bump openai from 4.43.0 to 4.44.0 by @dependabot in #1076
- build(deps): bump isomorphic-git from 1.25.7 to 1.25.9 by @dependabot in #1064
- build(deps): bump postman-code-generators from 1.10.0 to 1.10.1 by @dependabot in #1059
- chore: update tooltip to same as ui package by @lstocchi in #1077
- build(deps): bump openai from 4.44.0 to 4.45.0 by @dependabot in #1086
- build(deps): bump isomorphic-git from 1.25.9 to 1.25.10 by @dependabot in #1084
- build(deps-dev): bump filesize from 10.1.1 to 10.1.2 by @dependabot in #1085
- feat: allows to set a custom folder where to download models by @lstocchi in #1069
- build(deps-dev): bump svelte from 4.2.16 to 4.2.17 by @dependabot in #1092
- build(deps-dev): bump electron from 30.0.3 to 30.0.5 by @dependabot in #1091
- build(deps): bump openai from 4.45.0 to 4.47.1 by @dependabot in #1090
- feat: add checksum verification for downloaded models by @lstocchi in #1078
- Do not check resources on Linux by @feloy in #1088
- fix: error when calculating sha256 on big files by @lstocchi in #1094
- build(deps-dev): bump electron from 30.0.5 to 30.0.6 by @dependabot in #1096
- build(deps): bump fast-xml-parser from 4.3.6 to 4.4.0 by @dependabot in #1098
- feat: improve recipes page by @axel7083 in #1099
- refactor: revamp playground header (#666) by @lstocchi in #1101
- refactor: cleanup application manager by @axel7083 in #1100
- refactor(ApplicationManager): extract build image logic by @axel7083 in #1105
- fix: bump inference server image to 0.3.2 by @jeffmaury in #1106
- chore: update to v1.1.2 AI Lab Recipes by @jeffmaury in #1109
- refactor: create PodManager by @axel7083 in #1108
- build(deps-dev): bump electron from 30.0.6 to 30.0.7 by @dependabot in #1117
- build(deps-dev): bump electron from 30.0.7 to 30.0.8 by @dependabot in #1118
- refactor(ApplicationManager): remove unused interfaces by @axel7083 in #1114
- feat: improve inference server details page by @axel7083 in #1113
- fix: add hover to recipe card (#843) by @lstocchi in #1119
- build(deps-dev): bump @podman-desktop/tests-playwright from 1.10.2 to 1.10.3 by @dependabot in #1125
- build(deps-dev): bump humanize-duration from 3.32.0 to 3.32.1 by @dependabot in #1124
- build(deps-dev): bump jsdom from 24.0.0 to 24.1.0 by @dependabot in #1123
- feat(application): adding start stop actions by @axel7083 in #1122
- build(deps-dev): bump vite from 5.2.11 to 5.2.12 by @dependabot in #1127
- refactor: moving pod events method to PodManager by @axel7083 in #1131
- build(deps): bump openai from 4.47.1 to 4.47.2 by @dependabot in #1137
- build(deps-dev): bump svelte-check from 3.7.1 to 3.8.0 by @dependabot in #1136
- fix: importing model fresh install by @axel7083 in #1133
- fix: json watcher parent problem by @axel7083 in #1135
- build(deps-dev): bump @sveltejs/vite-plugin-svelte from 3.1.0 to 3.1.1 by @dependabot in #1140
- build(deps-dev): bump electron from 30.0.8 to 30.0.9 by @dependabot in #1139
- build(deps): bump openai from 4.47.2 to 4.47.3 by @dependabot in #1152
- build(deps-dev): bump prettier from 3.2.5 to 3.3.0 by @dependabot in #1153
- build(deps-dev): bump postcss-load-config from 5.1.0 to 6.0.1 by @dependabot in #1154
- Podman Desktop AI Lab E2E nightly windows workflow by @odockal in #1128
- feat(win): better gpu detection by @axel7083 in #1141
- Fix Podman Desktop Extension navigation and installation by @ScrewTSW in #1156
- build(deps-dev): bump prettier from 3.3.0 to 3.3.1 by @dependabot in #1164
- build(deps-dev): bump tailwindcss from 3.4.3 to 3.4.4 by @dependabot in #1163
- build(deps): bump openai from 4.47.3 to 4.48.2 by @dependabot in #1162
- feat: adding @podman-desktop/ui-svelte by @axel7083 in #510
- chore(ci): add all e2e main linux workflow by @odockal in #1160
- chore: adopt checkbox from ui dep by @lstocchi in #1168
- chore: adopt linearProgress from ui dep by @lstocchi in #1169
- chore: moving static webview logic to dedicated util file by @axel7083 in #1167
- chore: adopt ToolTip component by @axel7083 in #1171
- fix: dispose webview panel by @axel7083 in #1172
- chore: adopt tab component by @axel7083 in #1173
- chore: adopt Button UI component by @jeffmaury in #1174
- build(deps-dev): bump electron from 30.0.9 to 30.1.0 by @dependabot in #1179
- build(deps-dev): bump prettier-plugin-svelte from 3.2.3 to 3.2.4 by @dependabot in #1178
- build(deps-dev): bump svelte from 4.2.17 to 4.2.18 by @dependabot in #1177
- build(deps): bump openai from 4.48.2 to 4.48.3 by @dependabot in #1176
- feat(inference): introducing InferenceProviders by @axel7083 in #1161
- build(deps-dev): bump vite from 5.2.12 to 5.2.13 by @dependabot in #1183
- build(deps): bump openai from 4.48.3 to 4.49.0 by @dependabot in #1182
- Adopt ErrorMessage from ui-svelte library by @feloy in #1189
- Remove unused Modal component by @feloy in #1188
- Adopt ContainerIcon from svelte-ui library by @feloy in #1190
- build(deps): bump openai from 4.49.0 to 4.49.1 by @dependabot in #1191
- chore: improve resource disposal by @axel7083 in #1175
- feat: adding InferenceType enum by @axel7083 in #1186
- hotfix: enum inference type wrong string value by @axel7083 in #1198
- chore: use Table component from ui package by @lstocchi in #1193
- build(deps-dev): bump electron from 30.1.0 to 31.0.0 by @dependabot in #1202
- build(deps-dev): bump @testing-library/jest-dom from 6.4.5 to 6.4.6 by @dependabot in #1204
- build(deps): bump openai from 4.49.1 to 4.50.0 by @dependabot in #1203
- build(deps-dev): bump prettier from 3.3.1 to 3.3.2 by @dependabot in #1201
- chore: adopt Spinner from svelte ui library by @jeffmaury in #1197
- chore: bump ui-svelte lib to next version by @axel7083 in #1200
- fix: events duplication by @axel7083 in #1207
- feature: revamp model import page by @axel7083 in #1196
- build(deps-dev): bump svelte-preprocess from 5.1.4 to 6.0.0 by @dependabot in #1212
- chore: adopt SettingsNavItem ui component + light mode by @axel7083 in #1208
- feat: revamp recipes list page by @axel7083 in #1199
- build(deps-dev): bump vite from 5.2.13 to 5.3.0 by @dependabot in #1218
- build(deps-dev): bump electron from 31.0.0 to 31.0.1 by @dependabot in #1220
- build(deps): bump openai from 4.50.0 to 4.51.0 by @dependabot in #1219
- fix: concurrency issue between catalog and inference manager by @axel7083 in #1216
- fix: invalid SHA256 for facebook/detr-resnet-101 model by @jeffmaury in #1217
- build(deps-dev): bump svelte-preprocess from 6.0.0 to 6.0.1 by @dependabot in #1225
- build(deps-dev): bump vite from 5.3.0 to 5.3.1 by @dependabot in #1224
- feat: make recipes uses models based on backend property by @axel7083 in #1210
- feat: support new podman-desktop version tag by @axel7083 in #1223
- chore: improve strictness by @axel7083 in #1228
- build(deps-dev): bump svelte-check from 3.8.0 to 3.8.1 by @dependabot in #1234
- Use FormPage for Import Model page by @feloy in #1230
- Use latest ui-svelte version including DetailsPage by @feloy in #1238
- Use FormPage for Create Playground page by @feloy in #1236
- fix: use FormPage component for Create Service page by @feloy in #1233
- Use DetailsPage for Inference server details by @feloy in #1239
- Use DetailsPage for Playground page by @feloy in #1243
- Use DetailsPage for Recipe details page by @feloy in #1245
- refactor: use DetailsPage for Model details page by @feloy in #1241
- build(deps-dev): bump prettier-plugin-svelte from 3.2.4 to 3.2.5 by @dependabot in #1269
- build(deps-dev): bump electron from 31.0.1 to 31.0.2 by @dependabot in #1267
- build(deps-dev): bump @podman-desktop/tests-playwright from 1.10.3 to 1.11.0 by @dependabot in #1266
- build(deps): bump @podman-desktop/ui-svelte from 1.11.0-202406181903-a7b815c to 1.11.0 by @dependabot in #1265
- build(deps): bump openai from 4.51.0 to 4.52.0 by @dependabot in #1247
- build(deps-dev): bump typescript from 5.4.5 to 5.5.2 by @dependabot in #1268
- build(deps-dev): bump eslint-plugin-sonarjs from 0.25.1 to 1.0.3 by @dependabot in #1060
- Light mode for Create Service page by @feloy in #1275
- Adopt NavPage by @feloy in #1246
- Light mode for model import page by @feloy in #1255
- Light mode for new playground page by @feloy in #1260
- feat: add RAG recipe to the catalog by @jeffmaury in #1142
- Light mode for Services page by @feloy in #1273
- Light mode for Welcome page by @feloy in #1250
- Light mode for models page by @feloy in #1252
- Light mode for AI apps list by @feloy in #1264
- Light mode for recipes page by @feloy in #1262
- Light mode for playgrounds page by @feloy in #1258
- fix: prevent using keyboard in plyaground while request is ongoing by @jeffmaury in #1170
- build(deps-dev): bump @podman-desktop/tests-playwright from 1.11.0 to 1.11.1 by @dependabot in #1291
- build(deps): bump @podman-desktop/ui-svelte from 1.11.0 to 1.11.1 by @dependabot in #1287
- build(deps-dev): bump svelte-check from 3.8.1 to 3.8.2 by @dependabot in #1290
- build(deps-dev): bump @testing-library/dom from 10.1.0 to 10.2.0 by @dependabot in #1289
- build(deps): bump isomorphic-git from 1.25.10 to 1.26.2 by @dependabot in #1288
- fix: update RAG recipe to new catalog format by @jeffmaury in #1276
- build(deps): bump isomorphic-git from 1.26.2 to 1.26.3 by @dependabot in #1293
- build(deps-dev): bump svelte-check from 3.8.2 to 3.8.4 by @dependabot in #1303
- build(deps-dev): bump electron from 31.0.2 to 31.1.0 by @dependabot in #1305
- build(deps): bump openai from 4.52.0 to 4.52.1 by @dependabot in #1304
- build(deps-dev): bump vite from 5.3.1 to 5.3.2 by @dependabot in #1306
- build: add @jeffmaury to CODEOWNERS by @jeffmaury in #1307
- fix: check if image is present before pulling by @jeffmaury in #1302
- feat: creating extension configuration registry by @axel7083 in #1278
- build(deps-dev): bump postcss from 8.4.38 to 8.4.39 by @dependabot in #1312
- build(deps): bump openai from 4.52.1 to 4.52.2 by @dependabot in #1311
- build(deps-dev): bump @testing-library/svelte from 5.1.0 to 5.2.0 by @dependabot in #1313
- Remove unused TaskElement by @feloy in #1314
- chore: update to svelte5 by @benoitf in #1309
- chore: light mode for inference service details page by @feloy in #1316
- Light mode for TasksProgress by @feloy in #1315
- chore: update to the lib migrated to svelte v5 by @benoitf in #1318
- build(deps-dev): bump typescript from 5.5.2 to 5.5.3 by @dependabot in #1326
- build(deps-dev): bump @testing-library/dom from 10.2.0 to 10.3.0 by @dependabot in #1323
- build(deps): bump isomorphic-git from 1.26.3 to 1.26.4 by @dependabot in #1322
- feat: light theme service details page by @axel7083 in #1319
- feat: prevent user from deleting model when inUse by @axel7083 in #1321
- chore: update to v1.1.3 AI Lab Recipes by @jeffmaury in #1327
- build(deps-dev): bump vite from 5.3.2 to 5.3.3 by @dependabot in #1329
- build(deps): bump openai from 4.52.2 to 4.52.3 by @dependabot in #1328
- chore(frontend): adopt status icon component from ui by @axel7083 in #1332
- build(deps): bump isomorphic-git from 1.26.4 to 1.26.5 by @dependabot in #1336
- fix(InferenceManager): not initializing without user catalog by @axel7083 in #1334
- feat: enable light mode for Playground details page by @lstocchi in #1335
- build(deps-dev): bump @testing-library/dom from 10.3.0 to 10.3.1 by @dependabot in #1343
- chore(tailwindcss): uses podman desktop var for markdown by @axel7083 in #1340
- feat(podman): creating getVMType method by @axel7083 in #1339
- fix: hyperv vmtype by @axel7083 in #1346
- build(deps): bump isomorphic-git from 1.26.5 to 1.27.0 by @dependabot in #1347
- build(deps-dev): bump vitest and @vitest/coverage-v8 by @dependabot in #1349
- Adding labels to Card.svelte by @ScrewTSW in #1351
- chore: light mode
Recipe details
page by @jeffmaury in #1317 - feat: add IBM Granite code models to the catalog by @jeffmaury in #1301
- build(deps-dev): bump svelte-preprocess from 6.0.1 to 6.0.2 by @dependabot in #1358
- build(deps-dev): bump filesize from 10.1.2 to 10.1.4 by @dependabot in #1355
- build(deps): bump isomorphic-git from 1.27.0 to 1.27.1 by @dependabot in #1354
- feat(models): adding backend logic to collect model metadata by @axel7083 in #1352
- fix: display error message from chat conversation by @lstocchi in #1341
- build(deps): bump openai from 4.52.3 to 4.52.5 by @dependabot in #1361
- feat: enable GPU settings on Mac ARM by @jeffmaury in #1331
- build(deps-dev): bump vitest and @vitest/coverage-v8 by @dependabot in #1364
- build(deps-dev): bump electron from 31.1.0 to 31.2.0 by @dependabot in #1367
- fix: align required Podman Desktop version by @jeffmaury in #1363
- build(deps-dev): bump svelte from 5.0.0-next.164 to 5.0.0-next.180 by @dependabot in #1365
- build(deps): bump postman-code-generators from 1.10.1 to 1.11.0 by @dependabot in #1366
- build(deps-dev): bump svelte from 5.0.0-next.180 to 5.0.0-next.182 by @dependabot in #1368
- build(deps): bump openai from 4.52.5 to 4.52.7 by @dependabot in #1369
- build(deps-dev): bump prettier from 3.3.2 to 3.3.3 by @dependabot in #1374
- build(deps-dev): bump tailwindcss from 3.4.4 to 3.4.5 by @dependabot in #1375
- build(deps-dev): bump svelte from 5.0.0-next.182 to 5.0.0-next.184 by @dependabot in #1377
- build(deps-dev): bump @testing-library/dom from 10.3.1 to 10.3.2 by @dependabot in #1373
- build(deps-dev): bump vitest and @vitest/coverage-v8 by @dependabot in #1376
- chore: migrate to systeminformation by @axel7083 in #1371
- feat: dedicated page for starting recipe by @axel7083 in #1227
- build(deps-dev): bump vite from 5.3.3 to 5.3.4 by @dependabot in #1386
- build(deps-dev): bump tailwindcss from 3.4.5 to 3.4.6 by @dependabot in #1383
- build(deps-dev): bump svelte from 5.0.0-next.184 to 5.0.0-next.186 by @dependabot in #1384
- build(deps-dev): bump @playwright/test from 1.45.1 to 1.45.2 by @dependabot in #1387
- build(deps-dev): bump @fortawesome/fontawesome-free from 6.5.2 to 6.6.0 by @dependabot in #1388
- build(deps-dev): bump svelte from 5.0.0-next.184 to 5.0.0-next.188 by @dependabot in #1390
- feature: adding versioning to the catalog by @axel7083 in #1381
- chore(deps): switch @FortAwesome to 6.6.0 by @jeffmaury in #1392
- fix: remove gguf from external rollup by @axel7083 in #1397
- feat: adding running tab to recipe details by @axel7083 in #1378
- build(deps): bump semver from 7.6.2 to 7.6.3 by @dependabot in #1400
- build(deps-dev): bump svelte from 5.0.0-next.188 to 5.0.0-next.189 by @dependabot in #1401
- fix: reduce vscode icon size by @axel7083 in #1398
- build(deps-dev): bump prettier-plugin-svelte from 3.2.5 to 3.2.6 by @dependabot in #1399
- feat(backend): split application manager by @axel7083 in #1396
- build(deps-dev): bump svelte from 5.0.0-next.189 to 5.0.0-next.191 by @dependabot in #1403
- build(deps-dev): bump svelte from 5.0.0-next.191 to 5.0.0-next.192 by @dependabot in #1405
- feat: support light theme start recipe by @axel7083 in #1402
- chore: moving dev deps to dev by @axel7083 in #1393
- fix: handle vmtype check on Linux by @axel7083 in #1407
- fix: duplicate package frontend by @axel7083 in #1411
- fix: racing condition catalog loading by @axel7083 in #1410
- fix: update font size and adjust design with new font by @lstocchi in #1404
- build(deps-dev): bump svelte from 5.0.0-next.192 to 5.0.0-next.193 by @dependabot in #1419
- build(deps-dev): bump @testing-library/dom from 10.3.2 to 10.4.0 by @dependabot in #1418
- build(deps-dev): bump vitest and @vitest/coverage-v8 by @dependabot in #1416
- build(deps): bump postman-code-generators from 1.11.0 to 1.12.0 by @dependabot in #1415
- build(deps-dev): bump jsdom from 24.1.0 to 24.1.1 by @dependabot in #1417
- build(deps): bump openai from 4.52.7 to 4.53.0 by @dependabot in #1420
- feat: create notification on user catalog issue by @axel7083 in #1413
- build(deps-dev): bump @playwright/test from 1.45.2 to 1.45.3 by @dependabot in #1424
- build(deps-dev): bump @testing-library/jest-dom from 6.4.6 to 6.4.8 by @dependabot in #1421
- build(deps-dev): bump eslint-plugin-sonarjs from 1.0.3 to 1.0.4 by @dependabot in #1422
- build(deps-dev): bump typescript from 5.5.3 to 5.5.4 by @dependabot in #1425
- build(deps-dev): bump svelte from 5.0.0-next.193 to 5.0.0-next.195 by @dependabot in #1423
- feat(ui): create SelectModel component by @axel7083 in #1414
- Chore/adding plus icon buttons by @axel7083 in #1428
- chore: adopt EmptyScreen component by @axel7083 in #1427
- feat(Inference): supporting gpu layers by @axel7083 in #1280
- fix: table header overflow by @axel7083 in #1430
- feat(recipe): adding ai-config versioning by @axel7083 in #1432
- build(deps-dev): bump svelte from 5.0.0-next.195 to 5.0.0-next.198 by @dependabot in #1436
- build(deps-dev): bump vite from 5.3.4 to 5.3.5 by @dependabot in #1441
- build(deps-dev): bump postcss from 8.4.39 to 8.4.40 by @dependabot in #1440
- build(deps-dev): bump tailwindcss from 3.4.6 to 3.4.7 by @dependabot in #1438
- build(deps-dev): bump electron from 31.2.1 to 31.3.0 by @dependabot in #1439
- feature: adding stop button playground by @axel7083 in #1429
- chore(models): remove the hw property by @axel7083 in #1433
- build(deps): bump openai from 4.53.0 to 4.53.1 by @dependabot in #1445
- build(deps-dev): bump @testing-library/svelte from 5.2.0 to 5.2.1 by @dependabot in #1447
- build(deps-dev): bump svelte from 5.0.0-next.198 to 5.0.0-next.199 by @dependabot in #1446
- feat: models table should sort on status by default by @axel7083 in #1444
- chore: enhance migration guide by @axel7083 in #1435
- feat: add visual indication for gpu accelerated inference servers by @axel7083 in #1443
- build(deps): bump postman-collection from 4.4.0 to 4.4.1 by @dependabot in #1452
- build(deps-dev): bump svelte from 5.0.0-next.199 to 5.0.0-next.201 by @dependabot in #1454
- build(deps): bump openai from 4.53.1 to 4.53.2 by @dependabot in #1455
- fix: prevent incompatible architecture to have GPU label by @axel7083 in #1450
- docs: add release guide by @jeffmaury in #1457
- build(deps-dev): bump svelte from 5.0.0-next.201 to 5.0.0-next.202 by @dependabot in #1461
- build(deps-dev): bump @types/node from 20.14.10 to 20.14.13 by @dependabot in #1460
- build(deps-dev): bump electron from 31.3.0 to 31.3.1 by @dependabot in #1459
- build(deps-dev): bump svelte-check from 3.8.4 to 3.8.5 by @dependabot in #1458
- feat: makes inference server details link clickable by @axel7083 in #1412
- build(deps-dev): bump vitest and @vitest/coverage-v8 by @dependabot in #1463
- build(deps): bump systeminformation from 5.22.11 to 5.23.1 by @dependabot in #1465
- build(deps-dev): bump svelte from 5.0.0-next.202 to 5.0.0-next.205 by @dependabot in #1464
- docs: update README.md by @eltociear in #1466
- build(deps): bump systeminformation from 5.23.1 to 5.23.2 by @dependabot in #1471
- build(deps): bump postman-collection from 4.4.1 to 4.5.0 by @dependabot in #1470
- fix: missing version on writing catalog after model deletion by @axel7083 in #1469
- build(deps-dev): bump svelte from 5.0.0-next.205 to 5.0.0-next.208 by @dependabot in #1472
- build(deps): bump openai from 4.53.2 to 4.54.0 by @dependabot in #1473
- build(deps-dev): bump @types/node from 20.14.13 to 20.14.14 by @dependabot in #1474
- build(deps): bump systeminformation from 5.23.2 to 5.23.3 by @dependabot in #1478
- build(deps-dev): bump autoprefixer from 10.4.19 to 10.4.20 by @dependabot in #1477
- fix: remove cgroup when adding device by @lstocchi in #1489
- chore: bump @podman-desktop/ui-svelte by @axel7083 in #1484
- fix: remove incompatible models from playground creation page by @axel7083 in #1488
- fix: recipe card details by @axel7083 in #1486
- fix(UI): spinner color in light theme by @axel7083 in #1491
- Extending e2e graphical happy path scenario by @ScrewTSW in #1353
- build(deps): bump systeminformation from 5.23.3 to 5.23.4 by @dependabot in #1496
- build(deps-dev): bump svelte from 5.0.0-next.208 to 5.0.0-next.210 by @dependabot in #1498
- build(deps-dev): bump postcss from 8.4.40 to 8.4.41 by @dependabot in #1497
- build(deps): bump openai from 4.54.0 to 4.55.0 by @dependabot in #1495
- chore(test): exclude models storage from CI artifacts by @ScrewTSW in #1505
- chore: bump @podman-desktop/* to 1.12.0 by @axel7083 in #1511
- fix: breadcrumbs svelte 5 by @axel7083 in #1513
- build(deps-dev): bump tailwindcss from 3.4.7 to 3.4.9 by @dependabot in #1515
- build(deps-dev): bump @tailwindcss/typography from 0.5.13 to 0.5.14 by @dependabot in #1514
- build(deps): bump openai from 4.55.0 to 4.55.1 by @dependabot in #1508
- build(deps-dev): bump vite from 5.3.5 to 5.4.0 by @dependabot in #1507
- build(deps-dev): bump @playwright/test from 1.45.3 to 1.46.0 by @dependabot in #1494
- fix: remove unused dialog-utils.ts by @axel7083 in #1522
- build(deps): bump openai from 4.55.1 to 4.55.3 by @dependabot in #1523
- refactor(UI): generify Select component by @axel7083 in #1519
- feat(InferenceServer): adding whisper-cpp inference provider by @axel7083 in #1512
- feat(PodmanConnection): makes class extend Publisher by @axel7083 in #1521
- chore(Inference): centralise inference images by @axel7083 in #1525
- fix: try to convert to current format catalog having no version by @lstocchi in #1475
- refactor: moving podman resource check to podmanConnection manager by @axel7083 in #1526
- build(deps-dev): bump @types/node from 20.14.14 to 20.14.15 by @dependabot in #1532
- build(deps): bump openai from 4.55.3 to 4.55.4 by @dependabot in #1533
- build(deps-dev): bump svelte from 5.0.0-next.210 to 5.0.0-next.218 by @dependabot in #1531
- feat(InferenceManager): handle podman connections by @axel7083 in #1530
- feature(ApplicationManager): handle podman connections by @axel7083 in #1528
- fix: fix vulkan image by @lstocchi in #1536
- build(deps-dev): bump svelte from 5.0.0-next.218 to 5.0.0-next.220 by @dependabot in #1539
- build(deps): bump openai from 4.55.4 to 4.55.5 by @dependabot in #1540
- use inference server when model service image is equivalent to inference server image by @lstocchi in #1503
- fix: wrong VMtype returned by Podman Desktop causes inference servers… by @jeffmaury in #1550
- fix: gpulayers where not set correctly on MacOS (#1555) by @jeffmaury in #1556
- fix: update vulkan image to work with Granite code model (#1558) by @jeffmaury in #1559
New Contributors
- @odockal made their first contribution in #1128
- @eltociear made their first contribution in #1466
Full Changelog: v1.1.2...v1.2.3