Changes

Jump to navigation Jump to search
756 bytes added ,  14:16, 3 July 2012
m
link updates
Line 1: Line 1:  +
<noinclude>[[Category:Release Notes]]</noinclude>
 +
''Please do not edit unless you are part of the Sugar Release Team!''
 +
 
=Sucrose 0.82 Release Notes=
 
=Sucrose 0.82 Release Notes=
    
==Introduction==
 
==Introduction==
   −
Sucrose 0.82 is the latest version of the Sugar education platform, consising of [[Taxonomy#Glucose:_The_base_Sugar_environment|Glucose]], the base system environment; and [[Taxonomy#Fructose:_A_set_of_demonstration_activities|Fructose]], a set of demonstration activities.  
+
Sucrose 0.82 is the latest version of the Sugar education platform, consisting of [[Taxonomy#Glucose:_The_base_Sugar_environment|Glucose]], the base system environment; and [[Taxonomy#Fructose:_A_set_of_demonstration_activities|Fructose]], a set of demonstration activities.  
    
Sucrose is released every six months and contains many new features, improvements, bug fixes, and translations. Sucrose 0.82 continues this tradition and is our most well-planned release to date.
 
Sucrose is released every six months and contains many new features, improvements, bug fixes, and translations. Sucrose 0.82 continues this tradition and is our most well-planned release to date.
Line 9: Line 12:  
To learn more about Sugar, visit the [[Main_Page|Sugar Labs wiki]].
 
To learn more about Sugar, visit the [[Main_Page|Sugar Labs wiki]].
   −
==What's New For Users==
+
==What's New For Learners==
    
===Sugar===
 
===Sugar===
    
==== Graphical Control Panel ====
 
==== Graphical Control Panel ====
Sucrose 0.82 introduces a graphical user interface to modify the preferences. The command line interface is still available. Due to the request from many users we added an option that you can tweak the activation delay of the frame. The activation by hot corners can be turned off completely. Detailed information on each section and how to use the panel can be found [http://wiki.laptop.org/go/Sugar_Control_Panel#The_graphical_user_interface here].
+
Sucrose 0.82 introduces a graphical user interface to modify the preferences. The command line interface is still available. Due to many requests, we added an option that you can adjust the activation delay of the frame. The activation by hot corners can be turned off completely. Detailed information on each section and how to use the panel can be found [http://wiki.laptop.org/go/Sugar_Control_Panel#The_graphical_user_interface here].
    
{|style="border: solid 1px gray; margin: 1em auto 1em; auto"
 
{|style="border: solid 1px gray; margin: 1em auto 1em; auto"
Line 25: Line 28:  
==== Session management ====
 
==== Session management ====
   −
In previous releases, if you shut down the system without closing the activities you would risk losing your work. This is now fixed, all the user data is saved on shutdown.
+
In previous releases, if you shut down the system without closing the activities you would risk losing your work. This is now fixed, all the learners' data is saved on shutdown.
    
==== New activity startup notification ====
 
==== New activity startup notification ====
Line 39: Line 42:     
==== Object chooser improvements ====
 
==== Object chooser improvements ====
The object chooser allows users to place objects from the journal into activities. In this release, we have added search, filtering, removable devices support, and a much better look.
+
The object chooser allows one to place objects from the journal into activities. In this release, we have added search, filtering, removable devices support, and a much better look.
    
{|style="border: solid 1px gray; margin: 1em auto 1em; auto"
 
{|style="border: solid 1px gray; margin: 1em auto 1em; auto"
Line 49: Line 52:     
==== Multiple layouts in the home view and ability to move icons around ====
 
==== Multiple layouts in the home view and ability to move icons around ====
Users have asked insistently for a better way to organize lots of activities in the Sugar shell, so we have implemented new ways to list activities and operate on them.
+
People have asked insistently for a better way to organize lots of activities in the Sugar shell, so we have implemented new ways to list activities and operate on them.
    
All installed activities are shown in a list that can be searched. Activities can be removed from there and marked as "favorite". This means that these favorite activities will appear in the more restricted views shown below. The goal is to offer a simpler view with just the most used activities.
 
All installed activities are shown in a list that can be searched. Activities can be removed from there and marked as "favorite". This means that these favorite activities will appear in the more restricted views shown below. The goal is to offer a simpler view with just the most used activities.
Line 87: Line 90:  
=== Journal ===
 
=== Journal ===
 
==== Options in entry palette ====
 
==== Options in entry palette ====
As part of the redesign of the journal some options that were only present in the detailed view are now present as well in the main view. The palette associated with each entry icon does provide a quickstart option, the possibility to copy the entry and to erase it from the journal. Another feature is that you can directly edit the title of an entry in the main page by clicking on it.
+
As part of the redesign of the journal, some options that were only present in the detailed view are now present as well in the main view. The palette associated with each entry icon does provide a quickstart option, the possibility to copy the entry and to erase it from the journal. Another feature is that you can directly edit the title of an entry in the main page by clicking on it.
    
{|style="border: solid 1px gray; margin: 1em auto 1em; auto"
 
{|style="border: solid 1px gray; margin: 1em auto 1em; auto"
Line 130: Line 133:  
==== Certificate exceptions ====
 
==== Certificate exceptions ====
   −
Some websites have custom or invalid SSL certificates, which Browse usually refuse to load for security reasons. Unfortunately this is very common and prevents access to several web sites. We added Firefox 3's feature for the user to make an exception and load the site anyway.
+
Some websites have custom or invalid SSL certificates, which Browse usually refuse to load for security reasons. Unfortunately this is very common and prevents access to several web sites. We added Firefox 3's feature for one to make an exception and load the site anyway.
    
==== Contextual palettes ====
 
==== Contextual palettes ====
Line 198: Line 201:     
== What's New For Developers ==
 
== What's New For Developers ==
Faisal Anwar has done a fantastic work in documenting the sugar API. This tutorial style [http://wiki.laptop.org/go/Sugar_Almanac guide] is a nice starting point for new developers and an interesting read up for the pros.  
+
Faisal Anwar has done a fantastic work in documenting the Sugar API. This tutorial style [http://wiki.laptop.org/go/Sugar_Almanac guide] is a nice starting point for new developers and an interesting read up for the pros.  
   −
David Farning has set up a great [http://api.sugarlabs.org/ site] where the sugar code can be browsed. The code for the site is based off api.kde.org. The documentation is dynamically generated from the git tree using doxygen and a modified version of kdocs.
+
David Farning has set up a great [http://api.sugarlabs.org/ site] where the Sugar code can be browsed. The code for the site is based off api.kde.org. The documentation is dynamically generated from the git tree using doxygen and a modified version of kdocs.
    
==Internationalization (i18n) and Localization (l10n)==
 
==Internationalization (i18n) and Localization (l10n)==
Thanks to members of the worldwide [https://dev.laptop.org/translate/ OLPC Translation Project], who can be found on the [http://lists.laptop.org/listinfo/localization localization mailing list].
+
Thanks to members of the worldwide [https://dev.laptop.org/translate/ OLPC Translation Project], who can be found on the [http://lists.laptop.org/listinfo/localization localization mailing list], we have the following languages which have significant support (more than 80% of the user interface translated):
 +
 
 +
* Dutch
 +
* French
 +
* German
 +
* Greek
 +
* Italian
 +
* Japanese
 +
* Kinyarwanda
 +
* Kreyol
 +
* Marathi
 +
* Mongolian
 +
* Nepali
 +
* Sinhala
 +
* Spanish
 +
* Telugu
 +
* Turkish
 +
* Urdu
 +
 
 +
Moreover, a number of languages have attained "partially supported" status, with more than half of the user interface strings translated.
 +
 
 +
<gallery Caption="Screenshots of the translated Sugar interface" widths="800px" heights="550px" perrow=1>
 +
Image:Sugar_082_Sinhala.png|<center>Sinhala</center>
 +
Image:Sugar_082_Mongolian.png|<center>Mongolian</center>
 +
</gallery>
    
== Getting the sources ==
 
== Getting the sources ==
If you want to package sugar for your favourite distribution or just want to examine sugar's lovely code ;) you can find all the source code of each module at the links below.
+
 
 +
If you want to package Sugar for your favorite distribution or just want to examine Sugar's lovely code ;) you can find all the source code of each module at the links below.
    
=== Glucose modules===
 
=== Glucose modules===
Line 217: Line 245:  
* [http://dev.laptop.org/pub/sugar/sources/sugar-presence-service/sugar-presence-service-0.82.1.tar.bz2 sugar-presence-service 0.82.1]
 
* [http://dev.laptop.org/pub/sugar/sources/sugar-presence-service/sugar-presence-service-0.82.1.tar.bz2 sugar-presence-service 0.82.1]
 
* [http://dev.laptop.org/pub/sugar/sources/etoys/etoys-3.0.2076.tar.gz etoys 3.0.2076]
 
* [http://dev.laptop.org/pub/sugar/sources/etoys/etoys-3.0.2076.tar.gz etoys 3.0.2076]
* [http://dev.laptop.org/pub/sugar/sources/journal-activity/Journal-97.tar.bz2 Journal 97]
+
* [http://dev.laptop.org/pub/sugar/sources/Journal/Journal-97.tar.bz2 Journal 97]
    
=== Fructose modules ===
 
=== Fructose modules ===
Line 233: Line 261:  
==Installing Sucrose==
 
==Installing Sucrose==
   −
Sucrose 0.82 packages are included with OLPC joyride builds from build 2289.
+
*Sucrose 0.82 packages are included with OLPC joyride builds from build 2289.
   −
Ubuntu packages are available: See [[Community/Distributions/Ubuntu#Sucrose_0.82]]
+
*Ubuntu packages are available: ''See'' [[Ubuntu#Sucrose_0.82]]
    
==Looking at the release cycle details==
 
==Looking at the release cycle details==
You can browse the notes of each development release in [[ReleaseTeam/Roadmap#Schedule]]. Their respective sources are listed there as well.
+
You can browse the notes of each development release in [[Development Team/Release/Roadmap#Schedule]]. Their respective sources are listed there as well.
    
==Looking Forward to 0.84==
 
==Looking Forward to 0.84==
   −
Planning of the next release cycle has started at [[ReleaseTeam/Roadmap/0.84]].
+
Planning of the next release cycle has started at [[0.84/Roadmap]].
    
==Credits==
 
==Credits==
Many people contributed to this release indirectly, including testing, documentation, translation, contributing to the wiki, outreach to education and developer communities. On behalf of the community, we give our warmest thanks to the developers and contributors who made this Sugar release possible.
+
''Many people contributed to this release indirectly, including testing, documentation, translation, contributing to the wiki, outreach to education and developer communities. On behalf of the community, we give our warmest thanks to the developers and contributors who made this Sugar release possible''.
 +
 
 +
[[Category:Vandal magnet]]

Navigation menu