Difference between revisions of "Changelog"

From Bitmessage Wiki
Jump to navigation Jump to search
(Created page with "== PyBitmessage Changelog == 0.1.4 * Added support for SOCKS4a and SOCKS5 proxies * Adjusted UI so that it looks appropriate on OS X * Added locks to prevent ill-effect if the...")
 
Line 3: Line 3:
 
* Added support for SOCKS4a and SOCKS5 proxies
 
* Added support for SOCKS4a and SOCKS5 proxies
 
* Adjusted UI so that it looks appropriate on OS X
 
* Adjusted UI so that it looks appropriate on OS X
 +
* Fixed OS X issue: if user minimized client to tray then restored, segmentation fault occured
 
* Added locks to prevent ill-effect if the client receives the same object from two different nodes at the exact same time
 
* Added locks to prevent ill-effect if the client receives the same object from two different nodes at the exact same time
  

Revision as of 22:12, 18 December 2012

PyBitmessage Changelog

0.1.4

  • Added support for SOCKS4a and SOCKS5 proxies
  • Adjusted UI so that it looks appropriate on OS X
  • Fixed OS X issue: if user minimized client to tray then restored, segmentation fault occured
  • Added locks to prevent ill-effect if the client receives the same object from two different nodes at the exact same time

0.1.3

  • Updated defaultKnownNodes so people who download Bitmessage on a fresh machine can bootstrap
  • Sort received-message-time by actual time rather than by time-interpreted-alphabetically

0.1.2

  • Fixed line break display issue
  • Updated defaultKnownNodes so people who download Bitmessage on a fresh machine can bootstrap
  • Bug fix: If subject in received message contained international characters, reply button wouldn't work completely

0.1.1

  • Fixed bug that prevented user from deleting a recently received message
  • On the "Send" tab, select your address automatically if you have only one
  • Rewrote the SQLite version check more liberally accept SQLite revision numbers
  • Fixed "reply" functionality
  • Removed PyObjc dependency for OSX

0.1.0

  • Initial release