Version 0.7 Now Available
Tuesday, April 6th, 2010
Version 0.7 of Buzzbird is now available!
Originally I had planned on holding off until I had a chance to finish implementing lists. As it stands, lists are currently half-implemented in the back-end code, but I’ve disabled it from being usable in the UI. Unfortunately, recent changes to the Twitter API were causing version 0.6 to have “401 Unauthorized” errors when attempting to login. Obviously, having a working application is more important than squeezing one more feature in.
So here’s what’s new in Version 0.7:
- No more 401 errors.
- Notifications! You can now configure Buzzbird to notify you when mentions, DMs, or plain old tweets come in. On Mac, the Growl framework is used. On Linux, I’m using the notify-send utility that comes with libnotify. Windows doesn’t really have a de-facto notification system, so I’m using the Mozilla notification system that comes with XULrunner on that platform.
- Issue 41: The Post button is now disabled when it should be.
- Issue 40: Implemented a pooling mechanism for XMLHttpRequests so the app won’t get constipated when network timeouts happen.
- Issue 32: Don’t truncate retweets at 140 characters in the post window – let the user decide how to truncate.
- Issue 31: Auto-close the post area after posting (this behavior is configurable)
- Issue 30: Added keyboard shortcut for “Post” action (accel + return)
- Issue 29: Focus should be on post area when user clicks Post button.
- Issue 7: Press Return to Post is now configurable.
Get it while it’s hot! Link
Posted in Blog | 9 Comments »


