Skip to content

Commit

Permalink
Ready for 0.82.2 release!
Browse files Browse the repository at this point in the history
  • Loading branch information
etotheipi committed Aug 9, 2012
1 parent f249e1b commit 6e39300
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
2 changes: 2 additions & 0 deletions ArmoryQt.py
Original file line number Diff line number Diff line change
Expand Up @@ -2409,6 +2409,8 @@ def doTheSystemTrayThing(self):
txNotifyList = []
for i in range(len(self.notifyQueue)):
wltID, le, alreadyNotified = self.notifyQueue[i]
if not self.walletMap.has_key(wltID):
continue
wlt = self.walletMap[wltID]

# Skip the ones we've notified of already
Expand Down
15 changes: 4 additions & 11 deletions versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,9 @@
# about the latest version. This is a good way to document progress,
# anyway...

#-------------------------------------------------------------------------------
VERSION 0.83

- Version 0.82.1 is still the latest version
This fake version was added solely for testing the version notification
window. Version 0.83 does not actually exist yet!

- Manually check for new versions
Use "Help"->"Armory Versions" from the main window!


#-------------------------------------------------------------------------------
VERSION 0.82.1
VERSION 0.82.2

- URL/Link Creator
Right click on an address in your address book, or press "Create
Expand Down Expand Up @@ -55,6 +45,9 @@ VERSION 0.82.1
very few users will benefit from it anymore, it has been removed
until the new wallet format is finished.

- Fixed SelectCoins Bug
Many users reported issues sending coins under some circumstances.




Expand Down

0 comments on commit 6e39300

Please sign in to comment.