diff --git a/CHANGELOG.md b/CHANGELOG.md index a013df8..710a7b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,24 @@ # Changes for SacredMagician Rv1 + ###### Changes included in SacredMagician-1.0.0.0-251218-release-1-official (1.0.0.0.251218.R1) + +> - Fixed not closable window, if clicked on SVGPath +> - Added sending startup statistics. Fixed naming in code +> - Added ability to reloading current opened file +> - Added validating region text field values on mistakes +> - Removed redundant check on save and save-as menu-items +> - Added disabling save and save-as menu items +> - Improved loading open recent pathes. Fixed one logic bug +> - Added SacredMagician application agruments +> - Added segoe ui font families to project sources +> - Added \ Fixed not stopping SacredMagician updater thread +> - Some improvements SacredMagician project source code +> - Removed license and settings views source files +> - Added label to bottom bar with application used memory +> - Improved and fixed not correct font display in GUI +> - Fixed ability saving if balance.bin file not opened +> - Fully SacredMagician project re-design to Fluent Design +> - Added JMetro css styles based on Fluent Design Language + ###### Changes included in SacredMagician-1.0.0.0-151218-alpha-1-official (1.0.0.0.151218.A1) > - The first alpha version of the project SacredMagician \ No newline at end of file diff --git a/SacredMagician/src/ApplicationSummary.kt b/SacredMagician/src/ApplicationSummary.kt index 79fc27b..a0a931b 100644 --- a/SacredMagician/src/ApplicationSummary.kt +++ b/SacredMagician/src/ApplicationSummary.kt @@ -1,10 +1,10 @@ class ApplicationSummary { companion object { const val name: String = "SacredMagician" - const val version: String = "1.0.1.0.251218.R2" + const val version: String = "1.0.0.0.251218.R1" const val aVersion: String = "1.0.0.0.151218.A1" const val type: String = "Release" - const val build: Int = 104 + const val build: Int = 106 var maxLength: Int = 4 var isOnline: Boolean = false var binPath: String = ""