Settings Reorganization
All categories are now on separate screens Added a 'Clear Unselected' dictionary option The 'auto space' setting is now on by default Reorganized the emoji and added 4 new ones
This commit is contained in:
parent
d7ead4ba06
commit
1178357b4a
27 changed files with 378 additions and 233 deletions
|
|
@ -56,7 +56,6 @@ def getVersionName = { ->
|
|||
// minor version
|
||||
String commitsSinceLastTag = "0"
|
||||
if (versionTagsCount > 1) {
|
||||
println "VERSION TAG: " + versionTagsCount
|
||||
String lastVersionTag = execThing('git describe --match v[0-9]* --tags --abbrev=0')
|
||||
String gitLogResult = execThing("git log $lastVersionTag..HEAD --oneline")
|
||||
commitsSinceLastTag = gitLogResult == '' ? "0" : gitLogResult.split('\n').size()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue