Difference between revisions of "0.84/0.83.5 Notes"

From Sugar Labs
Jump to navigation Jump to search
Line 129: Line 129:
  
 
== Fructose news ==
 
== Fructose news ==
 
+
No News.
=== calculate ===
 
* Support 'real' scientific notation {{OlpcBug|4250}}
 
* Add switching between exponential/scientific notation
 
* Allow changing of number of displayed digits
 
* Change cursor on equations to Hand {{OlpcBug|6612}}
 
* Fix fall-through of unhandled CTRL keys (eg CTRL+Q)
 
* Add recursion detection
 
* Fixed error-handling bug
 
 
 
=== read ===
 
* {{OlpcBug|7343}} Enable a horizontal scroll bar
 
* {{OlpcBug|2837}} Implement TOC navigation in Read (sayamindu)
 
* {{Bug|145}} Prevent object chooser appearing when joining a shared session
 
 
 
=== browse ===
 
* use cjson instead of json (nirbheek)
 
* new translations
 
 
 
=== chat ===
 
* use cjson instead of simple-json (nirbheek)
 
* Updated translations: he, en_US, sv
 
 
 
=== write ===
 
* Make use of the ColorToolButton that benzea landed in sugar-toolkit
 
* {{OlpcBug|3060}} Filter object chooser so it shows only images
 
* {{OlpcBug|8972}} Save to OpenDocument if we cannot export in the original format
 
 
 
  
 
== Fructose dependencies ==
 
== Fructose dependencies ==

Revision as of 16:57, 13 February 2009

Sucrose 0.83.5 Release Notes

Announcement

Since, this date is Feature, API, String freeze everyone was busy getting their features in.

From a user point of view we want to highlight the following:

Naming alert on journal entry creation

The journal's search and browsing capabilities are less useful if all entries are named the same regardless of their actual content or meaning to the user. That is why an alert has been added that encourage the user to set the title and other properties, like available in the journal detail view, of a newly created journal entry. This alert is only shown on the creation of a new journal entry, not on resume.

NamingAlert.png

Display recent activities in the home view

In order to make easier to continue past work, the home view will display recent entries in the activity palettes.

ResumeEntry.png

You can decide if you want the activity icons to represent the last journal entry with a new setting in the favourites view palette:

SetResumeOption.png

Journal

Tomeu Vizoso has been doing a wonderful work of bringing the journal implementation closer to it's design.The Object chooser can now be filtered by data type.

ObjctChooser.png

A favourite filter has been added to the journal toolbar to give a better way of marking entries as 'important'. More regression fixes went into the support of removable devices after moving from maintaining an index file on the device to the use of POSIX calls.

FavoriteEntry.png

New ColorToolButton Widget

Benjamin Berg added a new ColorToolButton widget. It is already in use in the Write activity to select a colour for the text. ColorToolButton.png

Control Panel

The 'About my XO' section has been renamed to 'About my Computer' to reflect the use of Sugar on non-XO hardware. Morgan Collett added the possibility to change the jabber server without restarting Sugar.

Autoconnect to Access Point

NetworkManager does autoconnect on Sugar startup to the last Access Point you were connected successfully to.

Logout Option

Sayamindu Dasgupta added a logout option to the xomenu. Eben Eliason added the accessibility of the xomenu to the groups and mesh view and to the friends tray in the frame.

Logout.png

New Logic for the devices positions

The logic to position the frame devices has been reworked. Plug in your devices and try it out.

[500 external devices eg. USB drive]
[400 3rd party devices eg. speech]
[300 transient connection devices eg. AP]
[200 transient devices eg. camera]
[100 static devices eg. battery]

FrameDevices.png

Table of Content Support in Read

The Read activity now shows the Table of Content for PDF files which support this feature. This eases navigation of large PDF files considerably.

Read toc.png

Acknowledgment

A big thanks goes to all the translators, that are working so hard to make Sugar a terrific localized environment and the infrastructure team that provides our members with tools and services to make their live easier.

Thanks everyone for your great contributions!

Compatibility

When you upgrade a computer running an earlier version,

  • The old datastore will be updated to the new format.
  • Your old profile (in .sugar/default/config) will be imported into GConf

If you later downgrade from Sucrose 0.83.x to an earlier version,

  • The datastore is incompatible
  • You will be prompted to enter all your profile settings like you are on first boot

Most of the activities in Sucrose 0.83.x should be compatible with Sucrose 0.82 , the version shipped with XO Software Release 8.2.0. An exception is Browse, which depends on new versions of XULRunner and Hulahop. Read likewise may soon depend on a new version of Evince

Glucose modules

Glucose news

sugar-toolkit

  • Dates in journal are not translated #55
  • Keep error when displaying a file in Browse, Read, ImageViewer, etc 2#58

sugar

  • Resume Activity list is not updated directly #322
  • Fix network panel on XO (Sascha Silbe) #290
  • Only show cp power section on xo #320
  • Add logout option to the buddy menu (Sayamindu) #207
  • Launch activity also when clicking on the palette icon #335
  • Use the activity icon for the 'Start new' palette item #314
  • Close the object chooser when the activity is closed #329
  • Dates in journal are not translated #55
  • Don't mute when right-clicking the speaker icon #278
  • Correctly cache the connection to the OHM service #249
  • show launcher screen inmediately after the user clicks to start an activity #243
  • Use documend-send icon (Gary C Martin) #227

sugar-artwork

  • Add documend-send icon (Gary C Martin) #227
  • Add application-x-generic as a copy of application-octet-stream #13
  • Add icons drive-harddisk and drive

Fructose modules

Fructose news

No News.

Fructose dependencies