From a992a85b902b67e3e9916dd9cdaaf137b16cbba6 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Thu, 06 Oct 2011 17:05:25 +0000 Subject: v5 --- diff --git a/NEWS b/NEWS index ae992d0..3689dc5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,22 @@ +5 + +ENHANCEMENTS: +* Added support for both fractions and percentages +* Added 8ths and 16ths +* Label misses +* Scaled initial horizontal velocity based on screen size +* Added horizontal acceleration during key press +* Added center mark on landing point +* Added support for adding custom fractions +* Added support for old-style Sugar toolbars + +JUST FOR FUN: +* Added sound +* Added an Easter Egg + +BUG FIXES: +* Generated SVG for bar using float to prevent aliasing + 4 * Add play levels: simple vs compound fractions diff --git a/activity/activity.info b/activity/activity.info index 6e1dacc..4328df6 100644 --- a/activity/activity.info +++ b/activity/activity.info @@ -1,6 +1,6 @@ [Activity] name = FractionBounce -activity_version = 4 +activity_version = 5 license = GPLv3 bundle_id = org.sugarlabs.FractionBounceActivity exec = sugar-activity FractionBounceActivity.FractionBounceActivity -- cgit v0.9.1