Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

Commit

Permalink
Update 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wizardy0ga committed Apr 12, 2022
1 parent a3401ca commit 2608040
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/Qt5/update_log_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
'Agent variable length is now configurable in Settings > Builder > Variable Length']

BUILD_102 = ['Build 1.0.2',
'TBD',
'April 12th, 2022',
'Fixed various bugs related to the network interface',
'Other bug fixes',
'Re-arranged main gui widgets. Main gui now has a maximum size',
Expand Down Expand Up @@ -79,4 +79,4 @@ def setupUi(self, update_log_window):

def retranslateUi(self, update_log_window):
_translate = QtCore.QCoreApplication.translate
update_log_window.setWindowTitle(_translate("update_log_window", "Update Log"))
update_log_window.setWindowTitle(_translate("update_log_window", "Update Log"))

0 comments on commit 2608040

Please sign in to comment.