Philip Kristoffersen and GitHub
2f70dd1e67
Remove expect ( #321 )
...
* Remove expects
* Disallow todo and panic
2023-01-08 14:35:34 +01:00
Philip Kristoffersen and GitHub
0410ceffff
Clippy fixes for windows specific code ( #319 )
...
* Clippy fixes for windows specific code
* Remove unwraps in windows code
* Fix compile error on unix
2023-01-08 14:02:40 +01:00
Philip Kristoffersen and GitHub
7dfbc01ed2
Disallow indexing ( #320 )
...
* Remove indexing
* Introduce replace_with_dosdevices
* Remove all direct indexing
2023-01-08 11:58:50 +01:00
Philip Kristoffersen
7b9966b4ff
Update cargo lock for flathub
2023-01-07 18:18:31 +01:00
Philip Kristoffersen
d119aea0a4
Update flathub description
2023-01-07 18:16:28 +01:00
Philip Kristoffersen
0cdd7ecdc3
Update to version 1.7.20
2023-01-07 14:04:33 +01:00
Philip Kristoffersen and GitHub
e6a4cebe1a
Simplify user selection ( #318 )
2023-01-07 14:04:11 +01:00
Philip Kristoffersen and GitHub
f6188b130d
Remove unwraps ( #316 )
...
Remove all unwraps and clippy warnings
2023-01-07 13:48:26 +01:00
59b67a11b7
Bump tokio from 1.23.0 to 1.23.1 ( #317 )
...
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.23.0 to 1.23.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.23.0...tokio-1.23.1 )
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-07 11:01:10 +01:00
Philip Kristoffersen
a0e8b34c24
Update to version 1.7.19
2023-01-05 22:26:46 +01:00
Philip Kristoffersen and GitHub
7fa4476f97
Support for playnite portable version ( #314 )
2023-01-05 22:24:31 +01:00
Philip Kristoffersen and GitHub
304e490c4c
Add option to only import installed games ( #313 )
2023-01-05 22:12:36 +01:00
Philip Kristoffersen and GitHub
ee76886422
Initial playnite support ( #310 )
2023-01-05 10:51:05 +01:00
Philip Kristoffersen and GitHub
4ed9490c57
Clippy fixes ( #309 )
...
* Automatic clippy fixes
* Manual clippy corrections
2023-01-04 20:28:43 +01:00
Philip Kristoffersen and GitHub
f1591b7818
Find flatpak apps in flatpak mode ( #308 )
...
* Call flatpak-spawn when in flatpak mode
* Also test flatpak feature on unix
* Update readme with flatpak-flatpak support
* Update to version 1.7.18
2023-01-03 17:48:13 +01:00
Philip Kristoffersen
1db73bd0e7
Update to version 1.7.17
2023-01-02 15:46:46 +01:00
Philip Kristoffersen and GitHub
3b51efea0e
Add a missing - in epic launch urls ( #304 )
2023-01-02 15:42:27 +01:00
Philip Kristoffersen
160442b25f
Update to version 1.7.16
2023-01-01 21:47:13 +01:00
vkbsb and GitHub
6ad011a543
Picking Launcher exe from Portal directory instead of the Engine directory. ( #301 )
2023-01-01 20:38:45 +01:00
Philip Kristoffersen and GitHub
053795903a
Create rust-clippy.yml
2022-12-31 09:36:09 +01:00
Philip Kristoffersen
cb3291d050
Only strip on linux
2022-12-31 09:21:11 +01:00
Philip Kristoffersen
3c2d2b1c30
Compress using newest upx on linux
2022-12-31 09:08:38 +01:00
Philip Kristoffersen and GitHub
bc97e851ec
Remove chrono and replace with time ( #298 )
2022-12-31 09:01:44 +01:00
Philip Kristoffersen
e63a29bfa6
Reenable compression on linux binaries
2022-12-31 08:30:05 +01:00
Philip Kristoffersen and GitHub
dbc773237b
Update to version 1.7.13 ( #297 )
2022-12-30 20:34:58 +01:00
vkbsb and GitHub
b1e8c56f4b
Use dosdevices instead of always in the c_drive. ( #296 )
2022-12-30 19:36:01 +01:00
Philip Kristoffersen and GitHub
90c0185c8f
Pick image component ( #295 )
...
* Extract render_possible_image into function
* Seperate render_image into reusable functions
* Seperate game image into component
* Use image component in shortcut overview
* Reuse image pick component in type select
* Reuse component across select_image_type
* Use image type to scale image buttons
Use image type to scale
* Remove old functions
2022-12-30 09:22:33 +01:00
Philip Kristoffersen and GitHub
ef72451289
Image UI handles restructure ( #294 )
...
* Move handle_grid_change into grid page
* Move handle_correct_grid_request into page
* Move handle_shortcut_select into page
* Do not include openssl on windows
* Remove unused imports
* Move user select into seperate component
* Move handle image selected to page
* Make gog use linux cfg
2022-12-29 23:07:43 +01:00
Philip Kristoffersen
ff22409b62
Do not compress on linux
2022-12-29 13:33:29 +01:00
Philip Kristoffersen and GitHub
cf692f33f1
Include openssl vendored ( #293 )
2022-12-29 13:11:17 +01:00
Philip Kristoffersen and GitHub
7a5c88c61e
Move image render functions into pages ( #291 )
...
Move image page renderes into seperate files
2022-12-29 09:36:36 +01:00
Philip Kristoffersen and GitHub
78cfd96f37
Automatic fullscreen when starting from steam ( #289 )
2022-12-28 12:20:43 +01:00
Philip Kristoffersen and GitHub
32c65408a7
Only load platforms for OS ( #288 )
...
* Only load platforms for OS
* Update to version 1.7.10
2022-12-28 10:37:11 +01:00
Philip Kristoffersen and GitHub
ffb9b659d5
Remove "download all" and move import button ( #287 )
...
* Remove download all on specific images
* Remove unusued id field
* Move import button to left menu to save on vertical space
* Update version to 1.7.9
2022-12-28 09:11:23 +01:00
Philip Kristoffersen
df7f0e63a5
Fix dpi scaling on linux
2022-12-27 20:25:24 +01:00
Philip Kristoffersen
2c679adec8
Update all flathub dependencies
2022-12-27 15:45:14 +01:00
Philip Kristoffersen
7aa9cc55bd
Add pip install toml to flatpak cargo lock
2022-12-27 15:45:04 +01:00
Philip Kristoffersen
41fb50f7e5
Update flathub version description
2022-12-27 15:42:53 +01:00
Philip Kristoffersen
b58fd8ade3
Remove musl target
2022-12-27 15:41:12 +01:00
Philip Kristoffersen
ace5c45bd5
Remove accidental ]
2022-12-26 16:16:37 +01:00
Philip Kristoffersen
96cde9f339
Add pre-build to musl
2022-12-26 16:15:05 +01:00
Philip Kristoffersen
fcb12241b7
Add musl build target
2022-12-26 16:05:13 +01:00
Philip Kristoffersen and GitHub
0d973d1042
Add fullscreen option ( #283 )
2022-12-26 15:12:15 +01:00
Philip Kristoffersen and GitHub
e76c84b130
Update dependencies ( #282 )
2022-12-26 14:58:31 +01:00
Philip Kristoffersen
8d3c27c822
Add section about native version preference
2022-12-26 11:39:39 +01:00
Philip Kristoffersen and GitHub
1eebd2959d
Save blacklisted shortcuts on import ( #267 )
2022-10-29 07:46:54 +02:00
Keelhauled and GitHub
43c1539700
Flatpak update ( #265 )
2022-10-26 16:45:15 +02:00
Keelhauled and GitHub
279cf943eb
Add setting to allow nsfw images ( #264 )
2022-10-24 18:11:10 +02:00
Philip Kristoffersen and GitHub
889b25d441
Add a button that downloads all images only ( #261 )
...
* Add button that downloads all images only
* Improve text
2022-10-22 12:25:23 +02:00
Philip Kristoffersen
be1c69bdc7
Update readme with new screenshots
2022-10-21 09:24:31 +02:00