forked from lutris/lutris
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog
726 lines (530 loc) · 25.9 KB
/
changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
lutris (0.4.23) bionic; urgency=medium
* Prevent monitor from quitting games that open a 2nd process
* Run on-demand scripts from game directory
* Tell the user what executable is expected after a failed install
* Fix a circular import causing issues on some distributions
* Add missing dependency for openSUSE Tumbleweed
-- Mathieu Comandon <[email protected]> Tue, 06 Nov 2018 19:10:19 -0800
lutris (0.4.22) bionic; urgency=medium
* Use lspci instead of xrandr to detect video cards
* Detect if Vulkan is supported by the system for DXVK games
* Add experimental playtime support
* Detect Proton and add it to Wine versions
* Fix runtime being downloaded when not needed
* Add experimental tray icon with last games played
* Add support for Feral Gamemode
* Prevent process monitor to quit games prematurely
* Code cleanup
-- Mathieu Comandon <[email protected]> Sat, 03 Nov 2018 00:01:19 -0700
lutris (0.4.21.1) bionic; urgency=medium
* Fix detection of libvulkan
-- Mathieu Comandon <[email protected]> Tue, 23 Oct 2018 19:31:14 -0700
lutris (0.4.21) bionic; urgency=medium
* Added an Esync toggle for wine builds with esync patches and a check for limits if the toggle was activated.
* Added a warning for wine games if wine is not installed on the system (to avoid issues with dependencies).
* Added a check for Vulkan loaders when using DXVK (forbids from launching the game if it can't detect them)
* Added check for the presence of executable after the installation finished.
* Added an option to sort installed games first
* Added a discouraging warning if Lutris was launched as root.
* Added a "--version" command line option.
* Added an error message if requested DXVK version does not exist.
* Improved behavior of Lutris' background process.
* Improved UI when changing game's identifier.
* Wine's own Virtual Desktop configuration is now respected.
* Merge command now has a 'copy' alias.
* Executable selection how has a text field.
* Blacklisted Proton and SteamWorks from showing up as games.
* Sidebar now shows number of installed games per runner and platform.
* Visual improvements to wine download dialog
* Fixed an issue when DXVK versions didn't get updated if dxvk directory wasn't present.
* Fixed an issue when the watcher would sync Steam games even if the feature was disabled.
* Fixed missing warning for existing prefix during installation process if the path contained "~".
* Prevent Steam games from being synced from the AppManifest watcher if Steam sync if off
* Games load properly when launching Lutris for the first time
* Minor improvements to wording in some menus.
-- Mathieu Comandon <[email protected]> Sat, 20 Oct 2018 17:39:31 -0700
lutris (0.4.20) bionic; urgency=medium
* Fix detection of winetricks path
* Improve visual feedback on wine download dialog
* Add skill and command-line arguments for Zdoom
* Add option to disable joypad auto-configuration
* Restore refresh rate on monitor reset
-- Mathieu Comandon <[email protected]> Mon, 24 Sep 2018 20:46:46 -0700
lutris (0.4.19) bionic; urgency=medium
* Prioritize winetricks from the runtime
* Populate DXVK versions with github releases
* Add support for DirectX 10 with DXVK
* Fix detection of xgamma
* Add 24BPP option for Xephyr
* Restore Alsa option for Wine
* Prepend additional system paths to runtime
-- Mathieu Comandon <[email protected]> Tue, 04 Sep 2018 18:48:52 -0700
lutris (0.4.18) bionic; urgency=medium
* Fix 'execute' command arguments
* Fix 'write_json' command when no file exists
* Avoid crash when wine prefix has broken symlinks
* Update DXVK latest version to 0.52
* Update winetricks
-- Mathieu Comandon <[email protected]> Thu, 24 May 2018 14:06:45 -0700
lutris (0.4.17) bionic; urgency=medium
* Add DVXK version option
* Fixes in Wine registry handling
* Prioritize /usr/lib32 over Lutris runtime
* Re-enable Lutris runtime if using a Lutris Wine build
* Fix xrandr parsing when DisplayPort are available
* Get pids used by wineserver (experimental, likely to be removed)
-- Mathieu Comandon <[email protected]> Sun, 20 May 2018 14:51:49 -0700
lutris (0.4.16) bionic; urgency=high
* Fix crash preventing running or configuring wine games
* Fix Steam being shut down regardless of the associated option's setting
* Fix some external library folders not being detected
* Fix crash on InstallerWindow for GTK < 3.22
* Remove Ctrl+Q shortcut
-- Mathieu Comandon <[email protected]> Fri, 11 May 2018 22:59:26 -0700
lutris (0.4.15) bionic; urgency=medium
* Add RPCS3 runner
* Prevent Lutris from killing Steam if it's downloading a game
* Add option to run DRM free Steam games without opening Steam
* Add `custom-name` directive for install scripts
* Set default Wine architecture to 64bit
* Add support for DXVK in Wine games
* Prioritize libraries in /usr/lib over the Lutris runtime
* Disable Lutris runtime on Wine games if Wine is installed globally
* Download recent wine version if the system installed one is too old
* Record installation date of games
* Add option for menu mode key in MESS
* Support hard disk images for FS-UAE
* Various UI fixes
-- Mathieu Comandon <[email protected]> Fri, 11 May 2018 14:05:48 -0700
lutris (0.4.14) artful; urgency=medium
* Add option to include and exclude processes from monitoring in installers
and during gameplay.
* Add winekill installer task
* Fix lutris eating 100% CPU after game quits
* Fix the way wine games quit
* Fix Wine Steam being killed on game exit even if the option is disabled
* Add support for 64bit dinput8.dll for x360ce
* Add support for dumbxinputemu as a x360ce alternative
* Add option to enable xinput9_1_0.dll in x360ce
* Deprecate koku-xinput option
* Add system option to enable DRI_PRIME
* Add more platforms to Mednafen
* Better controller support for Mednafen
-- Mathieu Comandon <[email protected]> Tue, 21 Nov 2017 20:48:38 -0800
lutris (0.4.13) zesty; urgency=medium
* Add new libretro cores
* Stop process monitoring as soon as process stops
* Default 'reset_desktop' option to False
* Make calling executables more robust
* Fix xboxdrv not being monitored properly
-- Mathieu Comandon <[email protected]> Wed, 26 Jul 2017 19:12:21 -0700
lutris (0.4.12) zesty; urgency=medium
* Increase process monitor delay
* Increase HTTP requests timeouts
* Disable stdout logger for unmonitored processes
* Display error when downloaded file doesn't resolve to a filename
* Add support for symlinks in tar archives
* Fix sqlite query error when syncing games
* Fix installation of local scripts
* Catch errors while reading Steam VDF files
-- Mathieu Comandon <[email protected]> Tue, 13 Jun 2017 20:46:18 -0700
lutris (0.4.11.1) zesty; urgency=medium
* Fix typo in wineboot check
-- Mathieu Comandon <[email protected]> Tue, 30 May 2017 15:43:07 -0700
lutris (0.4.11) zesty; urgency=medium
* Add system option to disable process monitoring
* Finish ScummVM game importing
* Fix path resolution for local installer scripts
* Fix 'execute' installer command not being monitored
* Fix I/O watch hogging a CPU core after game quits
* Code cleanup
-- Mathieu Comandon <[email protected]> Tue, 30 May 2017 13:36:41 -0700
lutris (0.4.10) zesty; urgency=medium
* Remove PCSX-R runner
* Migrate PCSX-R games to use PCSX Rearmed on RetroArch
* Fix game config being overidden if edited while the game is running
* Fix Y Axis mapping for the Dual Shock 3 in X360CE
* Add dinput8 option for X360CE for games requiring it (Dead Space 2,
Darksiders, ...)
* Add dialog to optionally sync Steam and XDG desktop shortcuts at startup
* (Re)add ScummVM import
* Reenable Lutris runtime by default for Dolphin
* Update Winetricks (Fixes .NET 3.5 installation)
* Avoid a crash if Wine prefix is not created
* Update Wine and Steam icons
* Add support for lutris:rungame/... and lutris:install/... urls
* Always instanciate the client's window even when installing or launching
a game
* Stop Lutris process monitor instantly when all child processes have quit,
speeds up game installs and prevents zombie processes.
* Display real time console output in the game log dialog
* Display real time console output during game installations
* Add option to launch the Steam client instead of the game in Wine Steam
-- Mathieu Comandon <[email protected]> Mon, 15 May 2017 22:08:13 -0700
lutris (0.4.9) zesty; urgency=medium
* Add option to auto-configure x360ce in Wine games based on plugged in
controllers
* Add support for batch files in Wine
* Fix FS-UAE path handling
* Fix regedit commands on newer Wine versions
* Fix local offline script installation
-- Mathieu Comandon <[email protected]> Thu, 04 May 2017 00:06:56 -0700
lutris (0.4.8) zesty; urgency=medium
* Switch installer scripts to the REST API
* Allow users to test installer drafts
* Add cabextract as a dependency
* Fix for processes crashing when the working directory doesn't exist
* Add $VERSION as a variable usable in scripts
-- Mathieu Comandon <[email protected]> Tue, 18 Apr 2017 16:06:38 -0700
lutris (0.4.7.1) yakkety; urgency=medium
* Fix a bug with the platforms accessing the database before it's created
-- Mathieu Comandon <[email protected]> Sun, 09 Apr 2017 16:38:39 -0700
lutris (0.4.7) yakkety; urgency=medium
* Add support for more libretro cores
* Revert main view to IconView instead of Flowbox, improving performance
* Persist game platforms to the database, improving performance
* Fix argument parsing for msi installers
* Use gzdoom instead of zdoom
* Misc bugfixes
-- Mathieu Comandon <[email protected]> Sun, 09 Apr 2017 13:40:50 -0700
lutris (0.4.6) yakkety; urgency=medium
* Various UI fixes
* Add option for SDL2 controller mappings
* Fix Wine install in game installers
* Disable Lutris Runtime in XDG imported games
* Fix Wine Registry parsing for keys ending in a backslash
* Prevent games from stopping twice
-- Mathieu Comandon <[email protected]> Wed, 15 Mar 2017 16:07:39 -0700
lutris (0.4.5) yakkety; urgency=medium
* Fix Quit menu item
* Fall back to an existing Wine version if selected doesn't exist
* Remove Desura
* Add --exec command line flag
* Fix minor issues when switching between grid and list view
* Add "View on Lutris.net" to game context menus
* Add 64-bit support to Wine Steam runner
* Make Lutris remember window maximized state and size
* Sidepanel doesn't resize with the window
* Make delete key trigger remove game dialog
* Auto-import installed (.desktop) games on the system
* Scan for games before loading gui
* Show runner human name everywhere
* Add Steam Big Picture mode option to the Steam runner config
* Make year editable in game info dialog
* Remove the force-disable of DirectWrite in Wine Steam
* Show last played in game list view
* Fix Wine dll overrides
* Add game command line argument option to Steam/Wine Steam games
* Add small icons option
* Fix the runner icons in sidebar
* Add filter by platform
-- Mathieu Comandon <[email protected]> Wed, 08 Mar 2017 08:08:09 +0100
lutris (0.4.4.1) yakkety; urgency=medium
* Fix installer command line options
-- Mathieu Comandon <[email protected]> Tue, 13 Dec 2016 18:47:29 -0800
lutris (0.4.4) yakkety; urgency=medium
* Add widget to edit environment variables in system options
* Ignore processes launched before the game
* Check for presence and checksum of BIOS files in RetroArch
* Prevent a crash on empty Wine prefixes
* Remove DBus service and replace with Gtk.Application
* Make Dolphin runnable by itself
* Remove dependencies to python3-xdg and xdg-user-dirs
* Fix joystick detection in Mednafen
-- Mathieu Comandon <[email protected]> Tue, 13 Dec 2016 16:55:59 -0800
lutris (0.4.3) yakkety; urgency=medium
* Change labels in dialogs to "Save"
* Disable Lutris runtime by default in Dolphin
* Fix typo preventing the Steam Store to be displayed in Wine
* Fix path handling for fuser
* Fix Wine registry parser for keys with square brackets
* Fix Mednafen joystick detection
* Fix ld_library_path option
* Fix Wine not being displayed in the sidebar
-- Mathieu Comandon <[email protected]> Tue, 29 Nov 2016 13:20:55 -0800
lutris (0.4.2) yakkety; urgency=medium
* Add suport for 7zip extractors
* Python based Wine registry parser
* Allow more complex rules for installer dependencies
* Fixes in RetroArch runner
* Misc bugfixes
-- Mathieu Comandon <[email protected]> Mon, 31 Oct 2016 18:05:14 -0700
lutris (0.4.1) xenial; urgency=medium
* Switch to new versioning scheme
* Improve terminal emulator detection
* Initial support for ARM
-- Mathieu Comandon <[email protected]> Tue, 18 Oct 2016 13:35:36 -0700
lutris (0.4.0ubuntu4) xenial; urgency=medium
* Better fixes for old Gtk versions
* System wine is detected when installing Wine Steam
* Preselect runner when adding a game and the sidebar filter is active
* Fix sidebar being displayed on splash screen
-- Mathieu Comandon <[email protected]> Mon, 17 Oct 2016 17:16:59 -0700
lutris (0.4.0ubuntu3) xenial; urgency=medium
* Fallback to list view when running an old version of Gtk
-- Mathieu Comandon <[email protected]> Mon, 17 Oct 2016 13:59:14 -0700
lutris (0.4.0ubuntu2) xenial; urgency=medium
* Fix a nasty bug that would freeze the installer window
-- Mathieu Comandon <[email protected]> Mon, 17 Oct 2016 13:21:01 -0700
lutris (0.4.0ubuntu1) xenial; urgency=medium
* Fix some packaging issues
* Fix AGS runner
-- Mathieu Comandon <[email protected]> Mon, 17 Oct 2016 12:08:34 -0700
lutris (0.4.0) xenial; urgency=medium
* Project ported to Python3
* Libretro runner added
* New web runner, using Electron by default
* Adventure Game Studio runner added
* Improvements and fixes in Vice runner
* Fixes for Zdoom runner
* Main icon view uses Gtk.FlowBox
* Optimization for downloading icons and banners
* Add system option to switch to US keyboard layout while running a game
* Add system option to select monitor in SDL1 games
* Allow changing game id
* Allow setting custom banners and icons
-- Mathieu Comandon <[email protected]> Tue, 11 Oct 2016 11:19:17 -0700
lutris (0.3.8) xenial; urgency=medium
* Add option to use the dark GTK theme variant
* Add Desmume runner
* Add option to limit games to a single CPU core
* Fix button mappings on mednafen
* Improve Reicast installation
* Add controller support to Reicast
* Disable Wine crash dialogs by default
* Sync steam games without depending on the remote library
* Use inotify to detect changes in Steam folders
* Allow to browse for mounted CD images during installation
-- Mathieu Comandon <[email protected]> Thu, 04 Aug 2016 00:13:38 -0700
lutris (0.3.7.5) xenial; urgency=medium
* Fix a bug where booleans in scripts would be converted to strings
* Update Debian package source format
-- Mathieu Comandon <[email protected]> Mon, 07 Mar 2016 09:57:29 -0800
lutris (0.3.7.4) xenial; urgency=medium
* Add support for Xephyr
* Detect Wine versions installed from WineHQ
* Update koku-xinput-wine to work with the build provided in the runtime
* Always install the required runner when a game is installed
-- Mathieu Comandon <[email protected]> Sun, 06 Mar 2016 14:37:09 -0800
lutris (0.3.7.3) xenial; urgency=medium
* Add PCSX2 runner
* Add PPSSPP runner
* Extended kickstart support for Amiga CD32
* UI improvements
* Regedit fixes
-- Mathieu Comandon <[email protected]> Sun, 21 Feb 2016 21:13:39 -0800
lutris (0.3.7.2) wily; urgency=medium
* Add button to eject CD-ROMs during installation of Wine games
* Prevent MAME and MESS to save config files in home directory
* Monitor installation tasks so installers can respawn processes
* Randomize extractions folder names to prevent a bug occuring when
extracting several archives concurrently
* Allow loading environment variables from system config
-- Mathieu Comandon <[email protected]> Tue, 05 Jan 2016 08:41:23 -0800
lutris (0.3.7.1) wily; urgency=medium
* Improved command line option to list games
* Force update of runners
* Add support of 64bit wine
* Improve MESS runner
* Fix Vice runner for non Commodore 64 machines
* Fix RPM packaging
* Various bugfixes
-- Mathieu Comandon <[email protected]> Tue, 29 Dec 2015 18:47:05 -0800
lutris (0.3.7) wily; urgency=medium
* Global:
- Open a single instance of the program
- Improved performance and responsiveness of the UI
- New sidebar to filter games by runner
- New log window to view output of last launched game
- Much improved runtime (cross-distro support for games and emulators)
- Initial support for the installation of multiple versions of the same game
- Cancelling a game installation will clean up downloaded and installed files
- Showing wait cursor when loading a game
- Improved config dialogs usability & reliability
- Improved monitoring of running game process
- Tons of bug fixes and minor improvements
* Runner specific:
- New runner: Dolphin (Wii and GameCube)
- New runner: Reicast (Dreamcast)
- New runner: ResidualVM (some 3D adventure games)
- Gens is replaced by DGen for Sega Genesis games
- Fully automate Steam for Windows installation
- Installing Steam games now does start the installation in Steam
- New option to shut down Steam when quitting a Steam game
- Added ability to manage wine versions
- Added Winetricks and other config tools for Wine games (in the context menu)
- Winetricks now bundled, used as fallback if not installed on the system
- New experimental support for Xinput in Wine games
- Monitor installation for Steam games
-- Mathieu Comandon <[email protected]> Sat, 21 Nov 2015 18:02:58 -0800
lutris (0.3.6.3) utopic; urgency=medium
* Added "Custom Steam location" option to winesteam runner
* Use Windows Steam from ~/.wine if not installed in Lutris' own prefix
* Fixed Winetricks used in installers
-- Mathieu Comandon <[email protected]> Fri, 14 Nov 2014 00:10:00 +0100
lutris (0.3.6.2) utopic; urgency=medium
* Add gvfs-backend to fix downloads on non-Gnome environments
* Fix winesteam install
-- Mathieu Comandon <[email protected]> Tue, 11 Nov 2014 15:05:49 +0100
lutris (0.3.6.1) utopic; urgency=medium
* Fixed an issue with Steam sync
* Fixed an issue with displaying years in listview
-- Mathieu Comandon <[email protected]> Tue, 04 Nov 2014 22:31:47 +0100
lutris (0.3.6) trusty; urgency=medium
* New:
- Lutris Runtime, removing the need to install libraries on the system
- Synchronization of installation state of (Linux) Steam games
- Real uninstallation of Steam games through Steam
- Auto-install of Wine Steam
- Better detection of Wine Steam install location
- Support for Steam's secondary library folders
- Wine version 1.7.29 (including fix for Steam's overlay/keyboard crash)
- Tooltips on most configuration options
- Wine's desktop integration disabled for newly installed Wine games
- DOSBox options: scaler and auto-exit
- ScummVM options: aspect correction, subtitles
- "Remove" context menu action added to uninstalled games
- sdlmame and sdlmess runners renamed to mame and mess
- "Prefix command" system option
- Button to access runners folder in the Manage runners window
- Manually re-synchronize from the menu: Lutris > Synchronize library
* Fixes:
- Fixed inconsistent password field limit to 26 chars, raised to 1024.
- Fixed impossibility to use system's Wine when Wine Steam was running.
- Fixed Wine games install failing when there is a space in the setup file path
- Fixed browser games not launching at all
- Fixed PCSX-Reloaded and Vice emulators not launching at all
- Fixed Hatari and Mess emulators not launching nor warning when no bios file configured
- Fixed Hatari startup fail if there is spaces in bios path
- Fixed the "Restore desktop resolution" option and enable it by default
- Fixed the Browse Files action on DOSBox games
- Fixed Winetricks in installers
- Fixed checked by default config options not saving unchecked state
- Fixed the "insert disc" part of installers
- Fixed renaming games breaking synchronization with the website
- Fixed Mupen64Plus fullscreen option not working when unchecked.
- More small fixes
* Website changes since the last version:
- Improved the About page
- Added a direct link to your Library in the menu
* For contributors:
- New mailing list available at lists.lutris.net/cgi-bin/mailman/listinfo/lutris
- Fixed the game submission form
- Improved feedback on submissions
- New write_config installer directive to write into INI files
- Documented how to use tasks from any runner in an installer
-- Mathieu Comandon <[email protected]> Sat, 27 Sep 2014 01:36:10 +0200
lutris (0.3.5) trusty; urgency=medium
* All runners now use the version hosted on lutris.net (auto-install!)
* Desura and Virtual Jaguar support
* Browse installed games' files from the context menu
* New "Connected" status indicator in the status bar
* New small icons and small banners style (switch in View menu)
* Better path management
* Consistent configuration loading
* UI Fixes
* Runner fixes
* Even more fixes
-- Mathieu Comandon <[email protected]> Wed, 10 Sep 2014 16:41:10 +0200
lutris (0.3.4) quantal; urgency=low
* Initial SDLMess Support
* Fixes for Gens and Hatari runners
* Various bugfixes
-- Mathieu Comandon <[email protected]> Sat, 8 Feb 2014 19:14:18 +0200
lutris (0.3.3) quantal; urgency=low
* Improved design of installer dialog and main window
* Prevent users from deleting important files when uninstalling games
* Show help screen on first start
* Support for Amiga CD32 games
* Dosbox install scripts can now run DOS executables
* Better xrandr support
* Give option to restrict display to a single monitor while in-game
* Improve contextual menu in client (Install, uninstall, manually add)
* Show dialog when trying to install games with no script.
-- Mathieu Comandon <[email protected]> Sat, 25 Jan 2014 17:58:00 +0200
lutris (0.3.2) quantal; urgency=low
* Support for Steam for Linux
* Allow switching from Steam for Linux <-> Wine
* Option to show only installed games in UI
* Ability to automatically migrate local database
* Misc bugfixes
-- Mathieu Comandon <[email protected]> Sun, 15 Dec 2013 17:51:00 +0200
lutris (0.3.1) quantal; urgency=low
* Support for Wine installers
* Library sync with Lutris.net
* Misc bugfixes
-- Mathieu Comandon <[email protected]> Sat, 20 Jul 2013 21:55:37 +0200
lutris (0.3.0) quantal; urgency=low
* Initial release of Lutris 0.3
* Support for game installers
* Support for lutris.net authentication
* Games are now stored in SQLite database
* Basic support for Personnal Game Archives
-- Mathieu Comandon <[email protected]> Wed, 26 Jun 2013 12:05:22 +0200
lutris (0.2.8) quantal; urgency=low
* Bump version to 0.2.8
* Save window size and view type
* Let user choose which Web browser to use for Browser runner
* Fix search in icon view
-- Mathieu Comandon <[email protected]> Mon, 04 Feb 2013 15:02:47 +0100
lutris (0.2.7ubuntu0) quantal; urgency=low
* Updated to version 0.2.7
-- Mathieu Comandon <[email protected]> Sat, 10 Nov 2012 03:46:55 +0100
lutris (0.2.6ubuntu1) natty; urgency=low
* Forgot to actually remove cedega stuff ... Silly me
-- Mathieu Comandon <[email protected]> Thu, 12 May 2011 03:40:27 +0200
lutris (0.2.6) natty; urgency=low
* Improved appearence of runners dialog
* Removed Cedega runner (Not maintained anymore)
* Minor Bugfixes
-- Mathieu Comandon <[email protected]> Thu, 12 May 2011 03:32:12 +0200
lutris (0.2.5r2) natty; urgency=low
* xdg is a build dependency
-- Mathieu Comandon <[email protected]> Mon, 09 May 2011 13:36:55 +0200
lutris (0.2.5r1) natty; urgency=low
* Oops, forgot to bump the python version
-- Mathieu Comandon <[email protected]> Mon, 09 May 2011 11:25:52 +0200
lutris (0.2.5) natty; urgency=low
* Bugfixes and code cleanup
* Installer enhancement
* Added Play button
-- Mathieu Comandon <[email protected]> Mon, 09 May 2011 11:03:43 +0200
lutris (0.2.4) maverick; urgency=low
* A lot of bug fixes
* Better support for the web installers
* Initial support for Mupen64+
* New logging system inspired by Gwibber
-- Mathieu Comandon <[email protected]> Thu, 06 Jan 2011 02:08:35 +0100
lutris (0.2.2ubuntu2) maverick; urgency=low
* Fixed a bug in Steam and NullDC runner which prevented to add games.
-- Mathieu Comandon <[email protected]> Wed, 13 Oct 2010 19:54:17 +0200
lutris (0.2.2ubuntu1) maverick; urgency=low
* Fixed file paths
-- Mathieu Comandon <[email protected]> Tue, 12 Oct 2010 23:33:41 +0200
lutris (0.2.2) maverick; urgency=low
* Added support for nullDC, joy2key
* New common dialogs
* Basic steam installer
* Many bugfixes
-- Mathieu Comandon <[email protected]> Sat, 25 Sep 2010 12:53:43 +0200
lutris (0.2.1) maverick; urgency=low
* Cleaned some files to prepare for 0.33 release
* First attempt at the Lutris installer
* Many bugfixes
-- Mathieu Comandon <[email protected]> Tue, 31 Aug 2010 02:44:47 +0200
lutris (0.2) lucid; urgency=low
* Initial Quickly release.
-- Mathieu Comandon <[email protected]> Fri, 22 Jan 2010 19:38:42 +0100
lutris (0.1.1)
* Resize the covers to 250px
* Added fullscreen coverflow
* Icons show up in the status bar when joysticks are connected
* Rewrite of preferences dialog using GTK and not Glade
* Implementation of user_wm and game_wm options
* Removed the oss boolean option, set the oss_wrapper to none for no oss
lutris (0.1.0)
* First public release
* Support for uae
* ScummVM and Cedega import
* Search Google Images for covers
-- Mathieu Comandon <[email protected]> Sat, 28 Nov 2009 21:57:00