Difference between revisions of "0.108/Feature List"
< 0.108
Jump to navigation
Jump to search
(Add note about sugar-install-bundle taking multiple bundles) |
|||
Line 23: | Line 23: | ||
* https://github.com/sugarlabs/sugar/pull/592 - Sugar will now power off even if some activities are unresponsive. | * https://github.com/sugarlabs/sugar/pull/592 - Sugar will now power off even if some activities are unresponsive. | ||
* https://github.com/sugarlabs/sugar/pull/606 - Pressing <alt><shift>M will now launch <u>M</u>y Settings | * https://github.com/sugarlabs/sugar/pull/606 - Pressing <alt><shift>M will now launch <u>M</u>y Settings | ||
+ | * https://github.com/sugarlabs/sugar/pull/608 - sugar-install-bundle now accepts multiple bundles - eg. ''sugar-install-bundle my-activity.xo your-activity.xo Downloads/*'' |
Revision as of 05:02, 4 November 2015
Owner | Complete | Name | Summary | Feature Page | PRs | Updated | |
---|---|---|---|---|---|---|---|
Sam | Replace GtkMenu | Replace the use of GtkMenu in palettes in the Sugar code | Features/Replace GtkMenu | ||||
Tch | 100% | Trigger Bundle Add | Let external scripts explicitly tell the registry to add a bundle | Features/Trigger Bundle Add | [1] | ||
Gonzalo | 100% | Publish Sugar Version | Publish an env variable to allow activities to know what Sugar version is running | Features/Publish Sugar Version | |||
Tch | 100% | Fix bundle install issues | Activity bundle directories are now touched as a signal for installation by the BundleRegistry | Features/Trigger Bundle Add | [2] | 31 Oct | |
Sam | 5% | 'Fix' collaboration | Migrate collaboration to telepathy text channels, add abstractions, port activities | None | 31 Oct |
Release noteworthy things:
- https://github.com/sugarlabs/sugar/pull/580 - When you remove the battery, Sugar does too! The battery icon is shown/hidden from the Frame when you remove/replace the battery.
- https://bugs.sugarlabs.org/ticket/3672#comment:2 - View source now gives you feedback when you duplicate an activity.
- https://github.com/sugarlabs/sugar/pull/592 - Sugar will now power off even if some activities are unresponsive.
- https://github.com/sugarlabs/sugar/pull/606 - Pressing <alt><shift>M will now launch My Settings
- https://github.com/sugarlabs/sugar/pull/608 - sugar-install-bundle now accepts multiple bundles - eg. sugar-install-bundle my-activity.xo your-activity.xo Downloads/*