not really known
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

346 lines
11 KiB

  1. # Changelog
  2. All notable changes to this project will be documented in this file.
  3. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
  4. and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
  5. ## [1.2.0] - 2019-09-26
  6. ### Added
  7. - Write activity
  8. - Constellation activity
  9. - Pomodoro activity
  10. - QR Code for scanning server URL on iOS/Android
  11. - Update to official Scratch 3.3 release
  12. - Support for localization in Scratch
  13. - Improved Exerciser activity: multimedia support, new templates, results detail
  14. - Dynamically generate favicon and title
  15. - Architecture page and schemas
  16. - Tutorial step 7: use journal chooser dialog
  17. - Tutorial step 8: create your own palette
  18. - Use IndexedDB instead of localStorage for storing Journal items content
  19. - Support for TXT/DOC/ODT/PDF files in Journal
  20. - Support for MP3/MP4 files in Journal
  21. - Add export sound to Journal feature in Abecedarium activity
  22. - Add export video to Journal feature in VideoViewer activity
  23. - Click on a PDF in Journal now open a preview window
  24. - Add access to Abecedarium database (image/sound) from Journal Chooser popup
  25. - Allow move/resize of inserted image in Paint activity
  26. ### Changed
  27. - Improve consistency about shared palette position in toolbar
  28. ### Fixed
  29. - QRCode and Record no longer work on Chrome 71
  30. - Add a delete button in the new idea input field of Labyrinth activity #262
  31. - Increase size of items in StopWatch activity #261
  32. - Save Maze level in Journal #260
  33. - Bad localization for some countries name in Color My World activity #265
  34. - Integrate presence in Labyrinth activity #263
  35. - Improve Record activity to see picture in real time #266
  36. - Allow clicking on Abacus balls to move it #146
  37. - Memorize responsive seems broken on phones #106
  38. - Stopwatch Activity, lap Timings vanish after a few recordings #280
  39. - Turtle Blocks Activity hangs on Android App #185
  40. - Sugarizer OS hang when multiple click on an icon #338
  41. - Message overlaps with user name in Chat Activity #328
  42. - Jappy Activity print preview popup #326
  43. - Toolbar overlap issue in Speak Activity #324
  44. - Smileys not displayed properly in chat prototype activity #322
  45. - Cursor issue in calculator activity on Chrome #318
  46. - Duplicated text in QR Code Activity history #314
  47. - Audio bar not displaying in chrome when opening a audio file #312
  48. - Display language settings in 2 languages #292
  49. - Gear colours are reset on resume #336
  50. - Added Tool tips to Calculate Activity
  51. - Users should be able to send images in chat prototype #330
  52. - No erase button for recordings in Record activity #344
  53. - Order Journal filter by activity name
  54. - Snapcraft version lost context #346
  55. - Snapcraft version don't allow to import/export file into/from Journal #350
  56. - Update home image for TankOp activity
  57. - Grammatical Errors in the Documentation #347
  58. - Now support offline mode on Scratch for iOS
  59. - Camera doesn't work on Record/QRCode activities for Snapcraft version #351
  60. - Add a pause button to the Physics activity #354
  61. - Context is lost the second time in Abecedarium activity #359
  62. - Sound not play on Memorize activity in iOS
  63. - Record activity don't work in Safari #362
  64. - Error in console in Calculate activity when reopen an empty instance #358
  65. - Localize activity name in title
  66. - Activity palette icon has reversed colors
  67. - XOEditor activity generate multiple entries in the Journal #370
  68. - Clear icon in XOEditor activity is not consistent #372
  69. ## [1.1.0] - 2019-01-20
  70. ### Added
  71. - Desktop version for GNU Linux, MacOS and Windows using electron
  72. - Ebook Reader activity
  73. - Exerciser activity
  74. - Sprint Math activity
  75. - Add a sort palette in Journal
  76. - Allow action on multiple items in Journal
  77. - Copy from Journal to device now available on all platforms
  78. - Copy from device to Journal feature
  79. - Help tutorial on initial screen
  80. - Help on activities in list view
  81. ### Changed
  82. - Portuguese localization
  83. - Replace filter popups in Journal by palettes
  84. - Increase favorite icon size in Journal and List View
  85. - Full offline version of Scratch (sprites, background and sounds) - except on iOS
  86. - Add Emoji support in Chat activity
  87. ### Fixed
  88. - Update Lunar ephemerides phase for 2018 to 2024 in Moon activity #219
  89. - DOM-based XSS vulnerability in the MarkDown Editor Activity #158
  90. - DOM-based XSS vulnerability in the Get Things Done Activity #160
  91. - Save Stopwatch activity context in Journal #201
  92. - Flip activity don't detect end of game #215
  93. - Align buttons better in tutorial #135
  94. - ChatPrototype activity does not sanitize input #225
  95. - Fototoon close icon missing in small screens #213
  96. - Save Clock activity settings in Journal #204
  97. - Add number of play in Flip activity #234
  98. - Save Blockrain activity context in Journal #203
  99. - Activity Idea: Math Quiz #187
  100. - Abacus does not display solution with big numbers #140
  101. - Change background color for Speak activity #245
  102. - Add the sleeping face into the Speak activity #246
  103. - Add an erase button into GridPaint activity #242
  104. - Add an history of last QR Code generated/read in QR Code activity #244
  105. - Save Speak history in Journal #209
  106. - Improve Maze activity to allow playing with presence #208
  107. - No San-Marino and Vatican in Color My World app #174
  108. - Improve LOL activity to play against another user using presence #243
  109. ### Removed
  110. - Remove Cordova activity
  111. - Remove Welcome Web activity
  112. - Chrome OS version
  113. - Windows 10 version from the store, now using an installer
  114. ## [1.0.1] - 2018-07-07
  115. ### Added
  116. - Better handling of lost of connection in Neighborhood view
  117. - Compatibility with Sugarizer School Box
  118. ### Changed
  119. - Sugarizer App start without sync at startup
  120. - Force sync to true by default
  121. - Remove selection on password text button
  122. - Update VideoViewer format to use remote library settings
  123. - Change default server connection to connect to HTTP instead of HTTPS
  124. - Automatically switch to HTTPS when server provide it
  125. - Fix license issues
  126. ### Removed
  127. - Remove TurtleJS and Jappy from all store
  128. ## [1.0] - 2018-05-14
  129. ### Added
  130. - Login Screen
  131. - Journal synchronization
  132. - Security and privacy settings
  133. - Scratch activity
  134. - Fototoon activity
  135. - Flip activity
  136. - Game of life activity
  137. - Activity Development Tutorial
  138. ### Changed
  139. - Handle large journal size locally and on remote server
  140. - Integrate Paint items in Journal popup
  141. - Handle localization with Weblate
  142. - Fix Chrome OS storage issue
  143. ### Fixed
  144. - Speak activity don't work on iOS #202
  145. - Typo in one of the help messages #175
  146. - Localization issue when launched as Chrome Extension in some language #173
  147. - The Record Activity doesn't work in the HTTP version of Sugarizer #159
  148. - Dropdown looks weird when lot of items inside #152
  149. - Clicking On Play Again should stop gear Activity #137
  150. - Search icon does not look right #136
  151. - Bug in sound card in Memorize #133
  152. - Sugarizer offers Shutdown and Reset #129
  153. - Sugarizer activities failed on Sugar 0.110 #116
  154. - Sugarizer Scratch enhancement #65
  155. ### Removed
  156. - Sugarizer Server (now in a separate repository)
  157. ## [0.9] - 2017-09-10
  158. ### Added
  159. - Abacus activity
  160. - Reflection activity
  161. - ColorMyWorld activity
  162. - Jappy activity
  163. - Blockrain activity
  164. - QRCode activity
  165. - XO Editor activity
  166. - Integrated Tutorial
  167. - Journal Popup
  168. ### Changed
  169. - Updated TurtleJS activity
  170. - Better iOS support
  171. ### Fixed
  172. - Add buttons in Markdown activity to show/hide Editor/Preview #105
  173. - MazeWeb: Show Red Face On Start #69
  174. - Get Things Done: Reorder Items #68
  175. ## [0.8] - 2017-01-05
  176. ### Added
  177. - Speak activity
  178. - Moon activity
  179. - Video Viewer activity
  180. - Shared Notes activity
  181. - Windows 10 support and store availability
  182. - Performance improvement: script optimization and lazy loading of data
  183. - Better touch support: scrollable home view and better handling of long touch
  184. - Application size reduction
  185. - Sugarizer OS: Sugarizer as Android launcher
  186. ### Changed
  187. - Updated Etoys activity
  188. ### Fixed
  189. - Portuguese localization #74
  190. - Localization for Markdown Activity #72
  191. - KA View Activity, audio does not stop playing on exit #58
  192. - Naming of Components #44
  193. - TurtleJS unavailable on the online demo version #39
  194. ### Removed
  195. - KA View activity
  196. ## [0.7] - 2016-01-08
  197. ### Added
  198. - Calculate activity
  199. - Record activity
  200. - Physics activity
  201. - Labyrinth activity
  202. - KA View activity
  203. - TurtleBlockJS activity
  204. ### Changed
  205. - Full featured Paint activity
  206. - Full featured Memorize activity
  207. ### Removed
  208. - TurtleJS Activity
  209. - Learn to code activity
  210. ## [0.6] - 2015-04-13
  211. ### Added
  212. - Neighborhood view and presence
  213. - TamTam Micro activity
  214. - iOS support and store availability
  215. - Chrome App support and store availability
  216. - F-Droid support and store availability
  217. - An initialization screen let you set preference at startup
  218. - Sugarizer automatically detect language at first launch
  219. - server.sugarizer.org is now the default server
  220. - Igbo and Yoruba localization
  221. - Arabic localization
  222. - Japanese localization
  223. - Cordova activity
  224. ### Changed
  225. - Icon activity color in Journal and Home view now vary depending of last user color
  226. ### Removed
  227. - ConnectTheDots activity
  228. ## [0.5] - 2014-12-07
  229. ### Added
  230. - Responsive Design
  231. - Firefox OS support and store availability
  232. - Publication on Google Play, Amazon Store, Firefox Market Place
  233. - Etoys activity
  234. - Learn to code activity
  235. - German localization
  236. ### Changed
  237. - Improve Android support
  238. - Updated TurtleJS version, now save automatically context in the Journal
  239. - Updated Gears version, now use colors for gears
  240. - Favorites activities are now saved in user settings
  241. - Favorites activities are now configurable at server settings
  242. ## [0.4] - 2014-05-24
  243. ### Added
  244. - Sugar compatibility
  245. - Server collaboration
  246. - Presence API prototype
  247. - Server connectivity to Client
  248. - API to server features
  249. - Activity template
  250. - Chat prototype activity
  251. - TankOp activity
  252. - TurtleJS activity
  253. ### Changed
  254. - Improve Journal view: rename, delete and popup menu.
  255. - Improve Android experience
  256. ## [0.3] - 2014-02-07
  257. ### Added
  258. - Settings dialog for name, buddy color and language
  259. - Launching new activity from List view
  260. - Popup menu on List view
  261. - Localization: English, French and Spanish
  262. - Full buddy menu
  263. - Handle search on Favorite view
  264. - Handle search on List view
  265. - Handle search on Journal
  266. - Gridpaint activity
  267. - Abecedarium activity
  268. - Foodchain activity
  269. - Maze activity
  270. - IE compatibility
  271. - Safari compatibility
  272. - Firefox comptability
  273. - Full support of filtering in home view, list view and journal,
  274. ### Changed
  275. - Fix bug when click on popup header with no history
  276. ## [0.2] - 2014-01-04
  277. ### Added
  278. - Journal view
  279. - Handle datastore storage
  280. - Popup menu on activities
  281. - Handle window resize
  282. ### Changed
  283. - Favorite view is now generated
  284. ## [0.1] - 2013-11-14
  285. ### Added
  286. - Favorite view
  287. - Android version
  288. - Clock activity
  289. - ConnectTheDots activity
  290. - Gears activity
  291. - GetThingsDone activity
  292. - LastOneLoses activity
  293. - Markdown activity
  294. - Memorize activity
  295. - Paint activity
  296. - Stopwatch activity
  297. - WelcomeWeb activity