kramo
78199267b3
Add RertoArch to keywords
2023-08-13 12:49:35 +02:00
kramo
70d8d91b53
Use Libadwaita widgets for details window
2023-08-08 13:44:27 +02:00
Rilic
417a02e8b6
Merge remote-tracking branch 'upstream/main'
2023-08-01 10:52:33 +01:00
kramo
459e13ad05
v2.1.1
2023-07-27 11:13:14 +02:00
kramo
ca73023bc9
v2.1
2023-07-25 20:32:46 +02:00
kramo
26e8d6d2c6
Merge pull request #150 from kra-mo/heroic-fixes-and-improvements
...
Heroic fixes and improvements
2023-07-25 20:23:54 +02:00
kramo
c347d9b0f4
v2.0.6
2023-07-21 09:45:18 +02:00
GeoffreyCoulaud
2acdedf033
Added heroic import amazon to ui + fixes
2023-07-20 10:29:27 +02:00
GeoffreyCoulaud
15da65fccf
WIP heroic source refactor
...
- Fixed installed games lookup
- Added support for amazon games
TODO
- Test (obviously)
- Consider getting hidden value
2023-07-19 05:01:17 +02:00
Rilic
8bd96fdb38
Merge remote-tracking branch 'upstream/main'
2023-07-17 17:17:59 +01:00
Rilic
55cd590424
Merge remote-tracking branch 'upstream/main'
2023-07-17 16:51:56 +01:00
kramo
be6338cdd4
v2.0.5
2023-07-17 09:59:47 +02:00
Rilic
0865d4e133
Make RetroArch capitalisation consistent
2023-07-16 22:57:14 +01:00
Rilic
c96b64f72e
Implement Retroarch Importer
...
I'm quite rusty with Python, so please let me know if there are any (or many) grave mistakes!
2023-07-15 14:28:04 +01:00
kramo
5be70bba52
Add extra sources to desktop entry
2023-07-09 14:26:44 +02:00
kramo
99ef85daf3
Update release description
2023-07-09 10:01:45 +02:00
kramo
c3bd7ee736
v2.0.4
2023-07-09 10:00:10 +02:00
kramo
a0c46bbc74
v2.0.3
2023-07-08 16:01:32 +02:00
kramo
dad3dcafb7
v2.0.2
2023-07-08 12:18:01 +02:00
kramo
39be891452
v2.0.1
2023-07-06 10:05:29 +02:00
kramo
c3cad7c793
Fix default Steam path because fuck me
2023-07-06 10:02:11 +02:00
kramo
0100e7176c
v2.0
2023-07-05 15:14:35 +02:00
kramo
e388623c03
Make sure all measurements are divisible by 3
2023-07-03 14:40:08 +02:00
kramo
e320e58ffc
Fix Appstream ID
2023-07-03 12:43:33 +02:00
kramo
bbfe478ac3
Fix Legendary location labels
2023-07-01 13:58:47 +02:00
kramo
97e40e0a80
Fix Legendary, warning for missing locations
2023-07-01 13:44:14 +02:00
kramo
036e5814f3
Fix Flatpak custom paths
2023-07-01 11:11:16 +02:00
GeoffreyCoulaud
b3c2437618
fixed flatpak location preferences
2023-07-01 02:55:42 +02:00
kramo
8e7d08b3b2
Fix indentation and trailing / for Flatpak
2023-07-01 00:10:36 +02:00
kramo
721a46c5b8
Finalize Flatpak source
2023-06-30 23:49:48 +02:00
kramo
07960182c7
Flatpak source cleanups
2023-06-30 21:13:06 +02:00
kramo
fccf302c4b
Flatpak source initial work
2023-06-30 19:51:44 +02:00
kramo
7a07553a5d
Fixed colors for themeing
2023-06-28 11:26:26 +02:00
kramo
27829670b6
Merge branch 'main' into gali-importer-structure
2023-06-26 11:50:00 +02:00
kramo
cbd0b3f287
Update translations
2023-06-26 11:37:39 +02:00
kramo
523aa8a82c
Cleanups
2023-06-26 11:21:42 +02:00
GeoffreyCoulaud
f9000be272
🚧 WIP new location system
...
TODO
- Locations contain the schema key
- Schema key overriden at location resolve
- No need for callable candidates,
but need to represent "this location's key"
2023-06-19 22:47:56 +02:00
kramo
882ed55cc6
Update update description
2023-06-19 19:58:10 +02:00
kramo
ad7084410c
v1.5.6
2023-06-19 19:54:59 +02:00
kramo
9f582dfa3e
Improve a11y and consistency for info popover
2023-06-19 19:31:27 +02:00
kramo
4793d50b0a
Clean up strings in preferences
2023-06-19 13:58:25 +02:00
kramo
2aea2fb377
Move placeholders to Gdk.Texture
2023-06-18 13:46:17 +02:00
kramo
49011c395a
Merge branch 'main' into gali-importer-structure
2023-06-10 19:04:59 +02:00
kramo
893b290a1e
v1.5.5
2023-06-10 18:48:39 +02:00
GeoffreyCoulaud
070d875ff8
🎨 Improved Legendary source
...
- Fixed wrong library iteration
- Fixed executable format
- Added toggle in the preferences
- Added legendary to on_import_action
2023-06-09 17:06:33 +02:00
GeoffreyCoulaud
7cf4d8199c
⚡ ️ Improved rate limiting
...
- Ensures that the target rate isn't overshot
- Aware of the requests sliding window
- Allows for a defined burst size
- Remembers the request timestamps between app restarts
2023-06-04 17:03:59 +02:00
GeoffreyCoulaud
729ca82445
🎨 Simplified sources
2023-06-03 20:55:03 +02:00
GeoffreyCoulaud
58054f1c26
🐛 Added rate limiter for Steam
2023-06-03 16:31:15 +02:00
GeoffreyCoulaud
97b770cbf2
🚧 Various fixes
...
- Platform-dependent sources
- Added heroic schema keys
- Moved location and is_installed to Source
2023-05-31 22:43:30 +02:00
kramo
101eb1f07c
Merge main
2023-05-27 19:08:40 +02:00