CL update and ver up
This commit is contained in:
parent
6d6e7c420c
commit
59b0cd0b6a
@ -1,6 +1,12 @@
|
|||||||
|
1.2.6
|
||||||
|
|
||||||
|
* `Not alll files in the room are same` message is displayed after first unpause if that's the case
|
||||||
|
* All messages exported to messages.py
|
||||||
|
|
||||||
1.2.5
|
1.2.5
|
||||||
|
|
||||||
* Installation support for Windows
|
* Installation support for Windows
|
||||||
|
* First official release.
|
||||||
|
|
||||||
1.2.4
|
1.2.4
|
||||||
|
|
||||||
@ -9,6 +15,4 @@
|
|||||||
* Server optimized to handle many users at the same time
|
* Server optimized to handle many users at the same time
|
||||||
* #58 - Default room always assumed your username now.
|
* #58 - Default room always assumed your username now.
|
||||||
|
|
||||||
1.2.X
|
|
||||||
|
|
||||||
* First official release.
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
!include LogicLib.nsh
|
!include LogicLib.nsh
|
||||||
!include nsDialogs.nsh
|
!include nsDialogs.nsh
|
||||||
!define VERSION "1.2.5.0"
|
!define VERSION "1.2.6.0"
|
||||||
!define SYNCPLAY "syncplay v1.2.5"
|
!define SYNCPLAY "syncplay v1.2.6"
|
||||||
|
|
||||||
LoadLanguageFile "${NSISDIR}\Contrib\Language files\English.nlf"
|
LoadLanguageFile "${NSISDIR}\Contrib\Language files\English.nlf"
|
||||||
LoadLanguageFile "${NSISDIR}\Contrib\Language files\Polish.nlf"
|
LoadLanguageFile "${NSISDIR}\Contrib\Language files\Polish.nlf"
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
version = '1.2.5'
|
version = '1.2.6'
|
||||||
milestone = 'Tequila'
|
milestone = 'Tequila'
|
||||||
projectURL = 'http://syncplay.pl/'
|
projectURL = 'http://syncplay.pl/'
|
||||||
Loading…
x
Reference in New Issue
Block a user