diff --git a/CHANGELIST.md b/CHANGELIST.md index 655385ec..4a790c40 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -1,3 +1,17 @@ +### 1.11 (2018-09-20) + +- Fix formatting of XBOX and XBOX 360 security sector output +- Add new XBOX swap commands and outputs +- Fixes for some PlayStation 2 and 4 outputs +- Added external programs to AppVeyor builds +- Fixed `.` in path issues with DIC; attempted to fix issues with `&` +- Combined XBOX 360 XGD 2/3 due to new DIC support with Kreon drives +- Fixed (semi-)longstanding bug with XBOX disc layer detection +- Added DVD-Video protection output +- Made custom parameters work a little more intuitively +- Added *EXPERIMENTAL* Winforms-based UI +- And more! See the full Git commit list for more details + ### 1.10 (2018-07-29) - Added many new options for user customization diff --git a/DICUI.Forms/Properties/AssemblyInfo.cs b/DICUI.Forms/Properties/AssemblyInfo.cs index 87137edc..7e68e9fb 100644 --- a/DICUI.Forms/Properties/AssemblyInfo.cs +++ b/DICUI.Forms/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.11")] +[assembly: AssemblyFileVersion("1.11.0.0")] diff --git a/DICUI.Library/Properties/AssemblyInfo.cs b/DICUI.Library/Properties/AssemblyInfo.cs index 331f1859..30095116 100644 --- a/DICUI.Library/Properties/AssemblyInfo.cs +++ b/DICUI.Library/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.11")] +[assembly: AssemblyFileVersion("1.11.0.0")] diff --git a/DICUI/Properties/AssemblyInfo.cs b/DICUI/Properties/AssemblyInfo.cs index e60a5cce..e5b38e1b 100644 --- a/DICUI/Properties/AssemblyInfo.cs +++ b/DICUI/Properties/AssemblyInfo.cs @@ -51,8 +51,8 @@ using System.Windows; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.11")] +[assembly: AssemblyFileVersion("1.11.0.0")] // Anything marked as internal can be used by the test methods [assembly: InternalsVisibleTo("DICUI.Test")] \ No newline at end of file