Skip to content

Commit

Permalink
Fixed wrong version number. Changelog added for new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
MairwunNx committed Dec 25, 2018
1 parent 93531f5 commit 773263f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions SacredMagician/src/ApplicationSummary.kt
Original file line number Diff line number Diff line change
@@ -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 = ""
Expand Down

0 comments on commit 773263f

Please sign in to comment.