Skip to content

Commit

Permalink
increment version, update build system.
Browse files Browse the repository at this point in the history
  • Loading branch information
LyfeOnEdge committed Nov 10, 2019
1 parent a55f8e5 commit e439f52
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HBUpdaterGUI.py
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# -*- coding: utf-8 -*-
version = "2.2"
version = "2.3"
print("HBUpdater version %s" % version)

import os, sys, platform, json, threading, argparse
Expand Down
3 changes: 2 additions & 1 deletion scripts/build.py
Expand Up @@ -13,7 +13,8 @@
".git",
".gitignore",
".gitattributes",
"build.zip"
"build.zip",
"settings.json"
}

non_relative_folders = {
Expand Down
7 changes: 6 additions & 1 deletion todo.md
Expand Up @@ -28,4 +28,9 @@ Moved to new repo.json layout
2.3:
fixed bug displaying injector banner, less bold
reduced package image pop-in, and fixed images missing on screen load due to insufficient padding
Added settings system, settings page, added on-the fly tile size adjustment
Added settings system, settings page, added on-the fly tile size adjustment
Updater failing to get update file no longer causes crash
Falls back on old repo json when new one unavailable
Added multiple maximization settings (Normal/Fullscreen/Maximized)
Added setting to keep window topmost
Fixed searchbar and dropdown padding in main page

0 comments on commit e439f52

Please sign in to comment.