Skip to content

[Release] 2.5.0 'Yamato' #2089

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Nov 29, 2022
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ Heroic is built with Web Technologies:
- Search for the game on ProtonDB for compatibility information [Linux]
- Sync installed games with an existing Epic Games Store installation
- Sync saves with the cloud
- Theming Support
- Custom Theming Support
- Download queue
- Add Games and Applications outside GOG and Epic Games

## Planned features

- Download queue
- Add Games outside GOG and Epic Games
- Support Other Store (Amazon Gaming, IndieGala, etc)
- Play GOG games online

Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "heroic",
"version": "2.5.0-beta.3",
"version": "2.5.0",
"private": true,
"main": "build/electron/main.js",
"homepage": "./",
Expand Down Expand Up @@ -155,15 +155,14 @@
"react-dom": "^18.2.0",
"react-i18next": "^11.16.7",
"react-markdown": "^8.0.3",
"react-infinite-scroll-hook": "^4.0.4",
"react-router-dom": "^6.3.0",
"recharts": "^2.1.14",
"shlex": "^2.1.2",
"short-uuid": "^4.2.0",
"simple-keyboard": "^3.4.136",
"source-map-support": "^0.5.21",
"steam-shortcut-editor": "^3.1.1",
"systeminformation": "^5.12.3",
"systeminformation": "^5.15.0",
"tslib": "^2.4.0"
},
"scripts": {
Expand Down
Binary file modified public/icon-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icon-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 16 additions & 2 deletions public/locales/ar/gamepage.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@
},
"saves": {
"syncing": "المحفوظات قيد المزامنة"
},
"game": {
"third-party-game": "لعبة الطرف الثالث غير مدعومة"
}
},
"launch": {
Expand All @@ -144,7 +147,11 @@
"totalDownloaded": "إجمالي التنزيلات",
"processing": "معالجة الملفات, الرجاء الانتظار",
"queued": "في قائمة الانتظار",
"uninstalling": "إلغاء التثبيت"
"uninstalling": "إلغاء التثبيت",
"gameNotAvailable": "اللعبة غير متوفرة",
"notSupported": "غير مدعوم",
"notSupportedGame": "غير مدعوم",
"this-game-uses-third-party": "تستخدم هذه اللعبة قاذفة طرف ثالث وهي غير مدعومة حتى الآن"
},
"gamecard": {
"moving": "قيد النقل",
Expand Down Expand Up @@ -202,5 +209,12 @@
},
"setting": {
"use-default-wine-settings": "استخدم إعدادات النبيذ الافتراضية"
}
},
"hours": "ساعات",
"how-long-to-beat": {
"completionist": "المكمل",
"main-plus-extras": "رئيسي + إضافات",
"main-story": "القصة الرئيسية"
},
"howLongToBeat": "كم من الوقت للفوز"
}
34 changes: 29 additions & 5 deletions public/locales/ar/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@
"unsync": "ألغ المزامنة",
"syncing": "يزامن",
"continue": "تابع",
"go_to_library": "إذهب إلي المكتبة"
"go_to_library": "إذهب إلي المكتبة",
"cancel": "إلغاء"
},
"status": {
"loading": "يتم تحميل قائمة الألعاب ، يرجى الانتظار",
Expand Down Expand Up @@ -278,7 +279,8 @@
"version": "إصدار Heroic",
"beta": "بيتا",
"newReleases": "يتوفر تحديث!",
"stable": "مستقر"
"stable": "مستقر",
"click-to-see-changelog": "انقر لرؤية التغيير"
},
"version": "إصدار Wine",
"save-sync": {
Expand Down Expand Up @@ -459,7 +461,8 @@
"default-steam-path": "مسار Steam الافتراضي",
"preferSystemLibs": "تفضل مكتبات النظام",
"addgamestosteam": "أضف ألعابًا إلى Steam تلقائيًا",
"custom_themes_path": "مسار السمات المخصصة"
"custom_themes_path": "مسار السمات المخصصة",
"hideChangelogsOnStartup": "لا تظهر سجلات التغيير عند بدء التشغيل"
},
"Recent": "لعبت مؤخرا",
"Return": "عودة",
Expand Down Expand Up @@ -678,7 +681,10 @@
"clear": "لائحة خالية",
"downloading": "جارى التحميل",
"finished": "مكتمل",
"queued": "في قائمة الانتظار"
"queued": "في قائمة الانتظار",
"canceled": "ألغيت",
"empty": "لا شيء للتنزيل",
"remove": "إزالة من التنزيلات"
}
},
"download": {
Expand All @@ -695,5 +701,23 @@
}
},
"error": "خطأ",
"add_game": "إضافة اللعبة"
"add_game": "إضافة اللعبة",
"download-manager": {
"queue": {
"type": "يكتب",
"end-time": "انتهى في",
"queue-time": "تمت الإضافة في",
"start-time": "بدأت في"
},
"install-type": {
"install": "ثبت",
"update": "حدّث"
},
"label": {
"disk": "القرص",
"speed": "تحميل"
},
"link": "التحميلات",
"title": "التحميلات"
}
}
7 changes: 7 additions & 0 deletions public/locales/az/gamepage.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@
"wineversion": "Şərab versiyası"
},
"label": {
"game": {
"third-party-game": "Third-Party Game NOT Supported"
},
"playing": {
"start": "İndi oyna",
"stop": "Oynanır (Dayandır)"
Expand Down Expand Up @@ -164,14 +167,18 @@
},
"status": {
"clickToUpdate": "Yeniləmək üçün klikləyin",
"gameNotAvailable": "Game not available",
"hasUpdates": "Yeni Versiya mövcuddur!",
"installed": "Quraşdırılıb",
"installing": "Quraşdırılır",
"moving": "Quraşdırma köçürülür, zəhmət olmasa gözləyin",
"notinstalled": "Bu oyun quraşdırılmayıb",
"notSupported": "Not supported",
"notSupportedGame": "Not Supported",
"processing": "Fayllar emal olunur, gözləyin",
"queued": "Queued",
"reparing": "Oyun Təmir edilir, zəhmət olmasa gözləyin",
"this-game-uses-third-party": "This game uses third party launcher and it is not supported yet",
"totalDownloaded": "Toplam Endirilib",
"uninstalling": "Uninstalling",
"updating": "Oyun Yenilənir"
Expand Down
2 changes: 1 addition & 1 deletion public/locales/az/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@
"info": {
"heroic": {
"beta": "Beta",
"click-to-see-changelog": "Click to see changelog",
"newReleases": "Yeniləmə Mövcuddur!",
"stable": "Stabil",
"version": "Qəhrəmanlıq versiyası"
Expand Down Expand Up @@ -432,7 +433,6 @@
"addgamestosteam": "Add games to Steam automatically",
"alt-gogdl-bin": "İstifadə etmək üçün Alternativ GOGDL Binary seçin",
"alt-legendary-bin": "Alternativ Əfsanəvi Binary seçin",
"audiofix": "Audio Düzəltmə (Pulse Audio Latency)",
"autodxvk": "Prefiksdə DXVK-nı Avtomatik Quraşdırın/Yeniləyin",
"autosync": "Avtosinxronizasiya Saxlayır",
"autovkd3d": "Prefiksdə VKD3D-ni Avtomatik Quraşdırın/Yeniləyin",
Expand Down
7 changes: 7 additions & 0 deletions public/locales/be/gamepage.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@
"wineversion": "Вінная версія"
},
"label": {
"game": {
"third-party-game": "Third-Party Game NOT Supported"
},
"playing": {
"start": "Гуляць зараз",
"stop": "Прайграванне (Стоп)"
Expand Down Expand Up @@ -163,14 +166,18 @@
},
"status": {
"clickToUpdate": "Націсніце, каб абнавіць",
"gameNotAvailable": "Game not available",
"hasUpdates": "Даступная новая версія!",
"installed": "Усталяваны",
"installing": "Ўстаноўка",
"moving": "Перанос усталёўкі, пачакайце",
"notinstalled": "Гэтая гульня не ўстаноўлена",
"notSupported": "Not supported",
"notSupportedGame": "Not Supported",
"processing": "Апрацоўка файлаў, пачакайце",
"queued": "Queued",
"reparing": "Ідзе рамонт гульні, пачакайце",
"this-game-uses-third-party": "This game uses third party launcher and it is not supported yet",
"totalDownloaded": "Усяго спампавана",
"uninstalling": "Uninstalling",
"updating": "Абнаўленне гульні"
Expand Down
2 changes: 1 addition & 1 deletion public/locales/be/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@
"info": {
"heroic": {
"beta": "Beta",
"click-to-see-changelog": "Click to see changelog",
"newReleases": "Update Available!",
"stable": "Stable",
"version": "Heroic Version"
Expand Down Expand Up @@ -432,7 +433,6 @@
"addgamestosteam": "Add games to Steam automatically",
"alt-gogdl-bin": "Choose an Alternative GOGDL Binary to use (needs restart)",
"alt-legendary-bin": "Choose an Alternative Legendary Binary (needs restart)to use",
"audiofix": "Выпраўленне гуку (затрымка імпульснага гуку)",
"autodxvk": "Auto Install/Update DXVK on Prefix",
"autosync": "Аўтасінхранізацыя захоўвае",
"autovkd3d": "Auto Install/Update VKD3D on Prefix",
Expand Down
7 changes: 7 additions & 0 deletions public/locales/bg/gamepage.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@
"wineversion": "Версия на Wine"
},
"label": {
"game": {
"third-party-game": "Third-Party Game NOT Supported"
},
"playing": {
"start": "Пускане сега",
"stop": "В игра (Спиране)"
Expand Down Expand Up @@ -163,14 +166,18 @@
},
"status": {
"clickToUpdate": "Натиснете за обновяване",
"gameNotAvailable": "Game not available",
"hasUpdates": "Има нова версия!",
"installed": "Инсталирана",
"installing": "Инсталиране",
"moving": "Преместване на играта; моля, изчакайте",
"notinstalled": "Играта не е инсталирана",
"notSupported": "Not supported",
"notSupportedGame": "Not Supported",
"processing": "Файловете се обработват, изчакайте",
"queued": "Queued",
"reparing": "Поправяне на играта; моля, изчакайте",
"this-game-uses-third-party": "This game uses third party launcher and it is not supported yet",
"totalDownloaded": "Общо свалено",
"uninstalling": "Uninstalling",
"updating": "Обновяване на играта"
Expand Down
2 changes: 1 addition & 1 deletion public/locales/bg/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@
"info": {
"heroic": {
"beta": "Beta",
"click-to-see-changelog": "Click to see changelog",
"newReleases": "Update Available!",
"stable": "Stable",
"version": "Версия на Heroic"
Expand Down Expand Up @@ -432,7 +433,6 @@
"addgamestosteam": "Add games to Steam automatically",
"alt-gogdl-bin": "Избиране на алтернативен изпълним файл на GOGDL",
"alt-legendary-bin": "Избиране на алтернативен изпълним файл на Legendary",
"audiofix": "Поправка за звука (забавяне на Pulse Audio)",
"autodxvk": "Автоматично инсталиране/обновяване на DXVK в префикса",
"autosync": "Автоматично синхронизиране на запазените файлове",
"autovkd3d": "Автоматично инсталиране/обновяване на VKD3D в префикса",
Expand Down
7 changes: 7 additions & 0 deletions public/locales/bs/gamepage.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@
"wineversion": "Wine verzija"
},
"label": {
"game": {
"third-party-game": "Third-Party Game NOT Supported"
},
"playing": {
"start": "Igraj sada",
"stop": "Igra se (Prekini)"
Expand Down Expand Up @@ -164,14 +167,18 @@
},
"status": {
"clickToUpdate": "Klikni za ažuriranje",
"gameNotAvailable": "Game not available",
"hasUpdates": "Nova verzija dostupna!",
"installed": "Instalirano",
"installing": "Instalira se",
"moving": "Premještanje instalacije, molimo pričekajte",
"notinstalled": "Ova video igra nije instalirana",
"notSupported": "Not supported",
"notSupportedGame": "Not Supported",
"processing": "Obrada datoteka, pričekajte",
"queued": "Queued",
"reparing": "Popravljanje video igre, molimo čekajte",
"this-game-uses-third-party": "This game uses third party launcher and it is not supported yet",
"totalDownloaded": "Ukupno preuzeto",
"uninstalling": "Uninstalling",
"updating": "Ažuriranje video igre"
Expand Down
2 changes: 1 addition & 1 deletion public/locales/bs/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@
"info": {
"heroic": {
"beta": "Beta",
"click-to-see-changelog": "Click to see changelog",
"newReleases": "Dostupno ažuriranje!",
"stable": "Stabilan",
"version": "Heroic verzija"
Expand Down Expand Up @@ -432,7 +433,6 @@
"addgamestosteam": "Add games to Steam automatically",
"alt-gogdl-bin": "Odaberite alternativnu GOGDL binarnu datoteku koju želite koristiti",
"alt-legendary-bin": "Odaberite alternativnu Legendary binarnu datoteku",
"audiofix": "Popravak zvuka (kašnjenje pulsnog zvuka)",
"autodxvk": "Automatska instalacija/ažuriranje DXVK na prefiksu",
"autosync": "Automatska sinkronizacija spremanja",
"autovkd3d": "Automatska instalacija/ažuriranje VKD3D na prefiksu",
Expand Down
17 changes: 12 additions & 5 deletions public/locales/ca/gamepage.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,13 @@
"generic": {
"error": "Error desconegut"
},
"hours": "Hours",
"hours": "Hores",
"how-long-to-beat": {
"completionist": "Completionist",
"main-plus-extras": "Main + Extras",
"main-story": "Main Story"
"completionist": "Completista",
"main-plus-extras": "Principal + Extres",
"main-story": "Història principal"
},
"howLongToBeat": "How Long To Beat",
"howLongToBeat": "Quant temps costa completar",
"info": {
"canRunOffline": "Cal connexió a internet",
"installedPlatform": "Plataforma instal·lada",
Expand All @@ -119,6 +119,9 @@
"wineversion": "Versió del Wine"
},
"label": {
"game": {
"third-party-game": "Third-Party Game NOT Supported"
},
"playing": {
"start": "Juga",
"stop": "Atura"
Expand Down Expand Up @@ -163,14 +166,18 @@
},
"status": {
"clickToUpdate": "Fes clic per a actualitzar",
"gameNotAvailable": "Game not available",
"hasUpdates": "Hi ha una versió nova disponible!",
"installed": "Instal·lat",
"installing": "S'està instal·lant...",
"moving": "S'està movent la instal·lació. Espereu.",
"notinstalled": "Aquest joc no està instal·lat",
"notSupported": "Not supported",
"notSupportedGame": "Not Supported",
"processing": "S'està processant els fitxers. Espereu.",
"queued": "A la cua",
"reparing": "S'està reparant el joc. Espereu.",
"this-game-uses-third-party": "This game uses third party launcher and it is not supported yet",
"totalDownloaded": "Total baixat",
"uninstalling": "Es desinstal·la",
"updating": "S'està actualitzant el joc"
Expand Down
Loading