Josef Nemec
Josef Nemec
I'll think about it some more, but I'm not sure how to implement this. I would have to completely rework (again) how we store library data and separate machine specific...
It's not a bad idea to separate device specific data. But still, it would be a fairly complex thing to implement.
You don't need to re-authenticate if you backup and carry over user data folder. It's no different to GOG in that regards, in fact, GOG uses the same login process...
You don't need to use portable version, see the link from my previous comment. As far as syncing, I generally don't recommend it because it can lead to issues, see...
Most authentications are likely to be invalidated if you switch PCs because some use encrypted data that's encrypted to a specific Windows account and other use cookies or other browser...
API: 1.1.0 Paynite: 5.4 ``` /Desktop/Default/DefaultControls/ListBox.xaml /Desktop/Default/DerivedStyles/GridViewItemStyle.xaml /Desktop/Default/DerivedStyles/GridViewItemTemplate.xaml /Desktop/Default/Views/DetailsViewGameOverview.xaml /Desktop/Default/Views/Library.xaml /Desktop/Default/Views/LibraryDetailsView.xaml /Desktop/Default/Views/LibraryGridView.xaml ``` No visual changes, just hook up to new layout options.
API: 1.2.0 Playnite: 5.7 Some fixes, but mainly hookup to new application options. ``` M source/Playnite.DesktopApp/Themes/Desktop/Default/Constants.xaml M source/Playnite.DesktopApp/Themes/Desktop/Default/DefaultControls/Hyperlink.xaml M source/Playnite.DesktopApp/Themes/Desktop/Default/DefaultControls/ListView.xaml M source/Playnite.DesktopApp/Themes/Desktop/Default/DefaultControls/ScrollViewer.xaml M source/Playnite.DesktopApp/Themes/Desktop/Default/DefaultControls/Slider.xaml M source/Playnite.DesktopApp/Themes/Desktop/Default/DefaultControls/ToolTip.xaml M source/Playnite.DesktopApp/Themes/Desktop/Default/DerivedStyles/DetailsScrollViewer.xaml M source/Playnite.DesktopApp/Themes/Desktop/Default/DerivedStyles/DetailsViewItemStyle.xaml...
API: 1.3.0 Playnite: 6.0 New menu item in Fullscreen mode, couple of small visual fixes. M [source/Playnite.DesktopApp/Themes/Desktop/Default/DerivedStyles/GridViewItemTemplate.xaml](https://playnite.link/themechangelog/1.2.0-1.3.0/desktop_GridViewItemTemplate.html) M [source/Playnite.DesktopApp/Themes/Desktop/Default/Media.xaml](https://playnite.link/themechangelog/1.2.0-1.3.0/desktop_Media.html) M [source/Playnite.DesktopApp/Themes/Desktop/Default/Views/Library.xaml](https://playnite.link/themechangelog/1.2.0-1.3.0/desktop_Library.html) M [source/Playnite.DesktopApp/Themes/Desktop/Default/Views/MainPanel.xaml](https://playnite.link/themechangelog/1.2.0-1.3.0/desktop_MainPanel.html) M [source/Playnite.FullscreenApp/Themes/Fullscreen/Default/Views/MainMenu.xaml](https://playnite.link/themechangelog/1.2.0-1.3.0/fullscreen_MainMenu.html)
API: 1.4.0 Playnite: 6.1 New style of SliderEx control and reworked window dimming if child window is opened. A source/Playnite.DesktopApp/Themes/Desktop/Default/CustomControls/SliderEx.xaml M [source/Playnite.DesktopApp/Themes/Desktop/Default/DerivedStyles/MainWindowStyle.xaml](https://playnite.link/themechangelog/1.3.0-1.4.0/desktop_MainWindowStyle.html) M [source/Playnite.DesktopApp/Themes/Desktop/Default/DerivedStyles/StandardWindowStyle.xaml](https://playnite.link/themechangelog/1.3.0-1.4.0/desktop_StandardWindowStyle.html)
API: 1.4.1 Playnite: 6.3 Only fixed items on Grid View being blurry at certain zoom levels. M [source/Playnite.DesktopApp/Themes/Desktop/Default/DerivedStyles/GridViewItemStyle.xaml](https://playnite.link/themechangelog/1.4.0-1.4.1/desktop_GridViewItemStyle.html)