Laurens
09-19-2004, 07:10 AM
I just released Sunrise 0.3.2 (http://www.palmgear.com/index.cfm?fuseaction=software.showsoftware&prodid=70927). This versions contains several bugfixes, including one for cookies and NY Times. Also, the New Item Wizard can now automatically discover RSS feed links in web pages. For instance, if you point the wizard to http:///www.mobileread.com/ it will detect that there is a feed link in the web page and give you the choice of using the original URL or the feed URL. Finally, you can now select a custom character encoding, enabling you to convert non-Latin text.
Full Change Log (http://home.planet.nl/~fridael/sunrise/changelog/changelog.html)
Download from PalmGear (http://www.palmgear.com/index.cfm?fuseaction=software.showsoftware&prodid=70927)
Quick Tour (http://home.planet.nl/~fridael/sunrise/tour/index.html)
Laurens
09-20-2004, 05:34 AM
I started a new blog for Sunrise, replacing JPluck News.
Sunrise News (http://laurens.typepad.com/)
taylor
09-20-2004, 07:10 AM
I've noticed a problem that I believe was just introduced in 0.3.2. If I double-click on
a document name I get "java.lang.UnsupportedOperationException" in 0.3.2 whereas 0.3.1 and earlier took me to the documents properties.
If I right-click on a document and select "Properties" from the drop-down menu, I get "org.eclipse.swt.SWTEception Failed to execute runnable (java.lang.UnsupportedOperationException)"
I have SDK1.5.0RC and Eclipse 3.0 installed.
Laurens
09-20-2004, 12:35 PM
I've noticed a problem that I believe was just introduced in 0.3.2. If I double-click on
a document name I get "java.lang.UnsupportedOperationException" in 0.3.2 whereas 0.3.1 and earlier took me to the documents properties.
If I right-click on a document and select "Properties" from the drop-down menu, I get "org.eclipse.swt.SWTEception Failed to execute runnable (java.lang.UnsupportedOperationException)"
I have SDK1.5.0RC and Eclipse 3.0 installed.
This problem occurs with JDK 1.5, specifically with the character sets that come bundled with it. I just fixed this. The fix will be available with the next version, due this weekend or early next week. If you want to use Sunrise with JDK 1.5, you have to revert to 0.3.1a. Otherwise, install JRE 1.4.2 or manipulate the Registry (if you know where to look) so that JRE 1.4.2 becomes your default JRE.
Thanks for letting me know! :smiley2:
taylor
09-20-2004, 04:07 PM
Thanks. I figured it was probably related to 1.5... I just reverted back to 0.3.1a for now.