Showing posts with label release notes. Show all posts
Showing posts with label release notes. Show all posts

Friday, 27 April 2007

release notes for 0.4.9

release at a glance
date 27/04/2007 | version 0.4.9 | download
  • asynchronous stream update (meaning less beach balls, no more interruptions while typing a message and an update starts)
  • added start on login feature (take a look at the preference panel)
  • some really small interface additions (e.g. a click on the icon of a user will open the jaiku page of the user)
  • a number of bugs fixed (related to error handling, user interface problems, application startup, user credential keychain handling and other issues)
problems, issues & missing features
  • streams of user accounts set to private still will not show up
  • still no commenting function (but using the links provided in the bubble and/or the little house icon takes you directly to the entry in your browser)
  • surely a number of undiscovered or overseen bugs left
due to a not so smart design decision in the starting phase of writing juhu, all download requests were synchronously, this meant practically a user interface lock down while an update took place. so if you were typing a message and the update process started, you got interrupted and the beach ball blocked the interface until the download was done. also clicking on the status bar icon while updating wouldn't give you any response (like showing or hiding). I tried to fix this annoying behaviour with this version. however the previous code was kind of really tied to a synchronous request method, so basically large parts of the application had to be rewritten. on the one hand there are a number of positive side effects coming with that: I was able to find and fix some deep down bugs and hopefully make the programm more crash safe, I also could resolve issues regarding missing icons, starting the application and so on and so forth. but on the other hand, I might have created new bugs or recreated already fixed bugs. so please keep your eyes open and let me know what bugs and problems you experience.

I know it is kind of a loop, but I have to thank every single user of juhu - for trying, reporting, letting me know your ideas, commenting and all of that. the development of an application always takes more then the programmers - it is the users that make it work at last. so thanks you all!

Saturday, 21 April 2007

release notes for version 0.4.3

release at a glance
date 21/04/2007 | version 0.4.3 | download
  • a couple of bugs fixed
  • some changes related to the user interface (small & big mode)
problems, issues & missing features
  • if a user account is set to private, juhu will not be able to show the contacts stream (but at least it should not crash anymore)
  • a commenting function is still missing (due to the fact that the jaiku api doesn't support that yet)
  • if a post is from a channel, no user information is shown (because that rss feed juhu is catching doesn't contain it)
  • and for sure there is a number of bugs left

hopefully this version is more stable and less buggy, I tried to fix all bugs that I was able to recreate. But please remember - it's still an early beta version. Let me give you some general remarks on a comment function: I really would like to implement something that lets you comment on posts, but right now there is no way I know about, to do that from outside the jaiku pages. (Maybe someone knows better?)

Last but not least, I really have to thank all of you, who tried previous versions, reported a bug, or answered my questions. If it was without you, all the bug tracking - and the developement in general - would be much harder.