Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
8fc3b04
Update League of Legends (win->wine in preInstall) (#572)
ImperatorS79 Apr 9, 2018
2e68901
Update Wine LATEST_DEVELOPMENT_VERSION to 3.5 (#573)
plata Apr 10, 2018
6eb351b
Enforce aligned JSON files (#574)
plata Apr 11, 2018
7e74b60
Describe tools (ESLint, align-json) in doc (#576)
plata Apr 12, 2018
5e072db
Object oriented engine tools (#575)
plata Apr 12, 2018
6438839
Object oriented installers (#577)
plata Apr 13, 2018
1678881
Update translations
Apr 13, 2018
ebe324b
Update DXVK to version 0.42 (#581)
ImperatorS79 Apr 15, 2018
dded45c
New Crowdin translations (#578)
plata Apr 16, 2018
b71f775
Update Wine LATEST_DEVELOPMENT_VERSION to 3.6 (#580)
plata Apr 16, 2018
5ae868d
Update Crowdin configuration file
plata Apr 19, 2018
7b2721d
Create translation file in properties format (#585)
plata Apr 21, 2018
12950d6
Remove comments in Messages.properties (#588)
plata Apr 21, 2018
152c15d
Use relative path for translations (#587)
plata Apr 21, 2018
50fd700
Crowdin: specify type in config file
plata Apr 21, 2018
6802768
Fix translations (#589)
plata Apr 21, 2018
ceb5447
Update Crowdin configuration file
plata Apr 21, 2018
359d4e3
Fix repository.playonlinux.com URLs (now https) (#593)
plata Apr 23, 2018
76081c3
Add vcrun2017 verb (#596)
plata Apr 23, 2018
c4adfa2
Update ElsterFormular (use vcrun2017) (#597)
plata Apr 23, 2018
d5447a4
Downloader: display file name if checksum fails (#595)
plata Apr 23, 2018
273a8e6
Describe code quality requirements in README (#599)
plata Apr 24, 2018
075d689
Fix Messages.properties for Crowdin (#600)
plata Apr 24, 2018
fa8e272
Remove header in Messages.properties (#601)
plata Apr 25, 2018
0257cd0
New Crowdin translations (#586)
plata Apr 25, 2018
6e8488a
Use Ruby 2.5 for Travis CI GitHub Pages check (#603)
plata Apr 25, 2018
d1c2d88
Update Wine LATEST_DEVELOPMENT_VERSION to 3.7 (#605)
plata Apr 28, 2018
479e42e
Fix json-align documentation (#606)
plata May 4, 2018
fa3bc28
Fix trailing spaces in app descriptions (#608)
plata May 5, 2018
b1cc1dc
Implement OOP engines (#602)
plata May 5, 2018
59e3dbe
New Crowdin translations (#607)
plata May 5, 2018
975827a
Implement engine plugins (#609)
plata May 5, 2018
83fb771
Add application.json for Wine plugins (#610)
plata May 5, 2018
4d136b2
Add .eslintignore (#614)
plata May 7, 2018
f773abe
Fix Wine#binPath() (#613)
plata May 7, 2018
1179822
Fix access of Wine prefix directory (#615)
plata May 7, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Wine LATEST_DEVELOPMENT_VERSION to 3.6 (PhoenicisOrg#580)
  • Loading branch information
plata authored Apr 16, 2018
commit b71f775baa1374d0b7c9b8da5bb379d73afbfd8f
2 changes: 1 addition & 1 deletion Engines/Wine/Engine/Object/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include(["utils", "functions", "net", "download"]);
include(["utils", "functions", "net", "resource"]);

LATEST_STABLE_VERSION = "3.0";
LATEST_DEVELOPMENT_VERSION = "3.5";
LATEST_DEVELOPMENT_VERSION = "3.6";
LATEST_STAGING_VERSION = "2.21";

WINE_PREFIX_DIR = "wineprefix"
Expand Down