canmove, Confirmed users, Bureaucrats and Sysops emeriti
960
edits
(Bring sections up-to-date; they need love with regard to actual content, though.) |
(Organize section hierarchy better) |
||
| Line 1: | Line 1: | ||
This page will hold release notes over time, with the most recent appearing on top: | This page will hold release notes over time, with the most recent appearing on top: | ||
== 0.4.5 "Ash Williams" (not yet released) == | == 0.4.x – Collaboration == | ||
=== 0.4.5 "Ash Williams" (not yet released) === | |||
* | * | ||
== 0.4.4 "Bubba Ho-Tep" (2009-09-19) == | === 0.4.4 "Bubba Ho-Tep" (2009-09-19) === | ||
* | * | ||
== 0.4.3 "Chuck Finley" (2009-09-11) == | === 0.4.3 "Chuck Finley" (2009-09-11) === | ||
* | * | ||
== 0.4.2 "H. E. Pennypacker" (2009-08-26) == | === 0.4.2 "H. E. Pennypacker" (2009-08-26) === | ||
* | * | ||
== 0.4.1 "Fletch F. Fletch" (2009-08-17) == | === 0.4.1 "Fletch F. Fletch" (2009-08-17) === | ||
* | * | ||
== 0.4.0 "Stratospheric Stratus" (2009-08-13) == | === 0.4.0 "Stratospheric Stratus" (2009-08-13) === | ||
* Collaboration! You can now work together when editing a file. | * Collaboration! You can now work together when editing a file. | ||
| Line 34: | Line 36: | ||
* Many bug fixes and improvements submitted by Alex Iskander, Julian Viereck, Dany Zatuchna and Gordon P. Hemsley (my apologies if I left anyone out of this list!) | * Many bug fixes and improvements submitted by Alex Iskander, Julian Viereck, Dany Zatuchna and Gordon P. Hemsley (my apologies if I left anyone out of this list!) | ||
== 0.3.0 "Strategic Stratus" (2009-06-26) == | == 0.3.x == | ||
=== 0.3.0 "Strategic Stratus" (2009-06-26) === | |||
* The Dashboard file navigation page has been eliminated. File navigation is being built into the editor. | * The Dashboard file navigation page has been eliminated. File navigation is being built into the editor. | ||
| Line 41: | Line 45: | ||
* The Python server is now more extensible for custom deployments | * The Python server is now more extensible for custom deployments | ||
== 0.2.3 "Super Cirrus" (2009-05-22) == | == 0.2.x – Feature Explosion == | ||
=== 0.2.3 "Super Cirrus" (2009-05-22) === | |||
* The jetpack commands work with the current release of Jetpack. | * The jetpack commands work with the current release of Jetpack. | ||
* There is now an embeddable Bespin editor component at https://bespin.mozilla.com/embed.js | * There is now an embeddable Bespin editor component at https://bespin.mozilla.com/embed.js | ||
== 0.2.2 "Speedy Cirrus" (2009-05-06) == | === 0.2.2 "Speedy Cirrus" (2009-05-06) === | ||
* Improvements to the Jetpack commands | * Improvements to the Jetpack commands | ||
* Fixes for the Redis stats tracking | * Fixes for the Redis stats tracking | ||
== 0.2.1 "Cheeky Cirrus" (2009-04-28) == | === 0.2.1 "Cheeky Cirrus" (2009-04-28) === | ||
* [[Labs/Jetpack/API|Jetpack support]]: try the new jetpack commands | * [[Labs/Jetpack/API|Jetpack support]]: try the new jetpack commands | ||
| Line 58: | Line 64: | ||
* Added support for subcommands having auto complete | * Added support for subcommands having auto complete | ||
== 0.2.0 "Sassy Cirrus" (2009-04-27) == | === 0.2.0 "Sassy Cirrus" (2009-04-27) === | ||
* vcs commands added | * vcs commands added | ||
| Line 92: | Line 98: | ||
*# in user specific BespinSettings/themes/foo.js | *# in user specific BespinSettings/themes/foo.js | ||
== 0.1.6 "Nutritious Nimbus" (2009-03-06) == | == 0.1.x – Proof of Concept == | ||
=== 0.1.6 "Nutritious Nimbus" (2009-03-06) === | |||
* The export command works properly again | * The export command works properly again | ||
| Line 100: | Line 108: | ||
* bespin.editor.Component is in da haus | * bespin.editor.Component is in da haus | ||
== 0.1.5 "Nonchalant Nimbus+" (2009-03-04) == | === 0.1.5 "Nonchalant Nimbus+" (2009-03-04) === | ||
* Change path URL format in dashboard slightly | * Change path URL format in dashboard slightly | ||
| Line 106: | Line 114: | ||
* Fix an issue where clicking the login button doesn't get you to the dashboard. | * Fix an issue where clicking the login button doesn't get you to the dashboard. | ||
== 0.1.4 "Nonchalant Nimbus" (2009-03-04) == | === 0.1.4 "Nonchalant Nimbus" (2009-03-04) === | ||
* We are now using Dojo throughout (thanks to Roberto Saccon with some assistance from Peter Higgins and James Burke of the Dojo project) | * We are now using Dojo throughout (thanks to Roberto Saccon with some assistance from Peter Higgins and James Burke of the Dojo project) | ||
| Line 120: | Line 128: | ||
* The dashboard remembers your state for when you go back to it. Thanks to Julian Viereck | * The dashboard remembers your state for when you go back to it. Thanks to Julian Viereck | ||
== 0.1.3 "Nimble Nimbus" (2009-02-25) == | === 0.1.3 "Nimble Nimbus" (2009-02-25) === | ||
* Usernames can no longer contain spaces (among a few other characters). This includes a database migration to make this happen (converting spaces to "", and then falling back to "-") | * Usernames can no longer contain spaces (among a few other characters). This includes a database migration to make this happen (converting spaces to "", and then falling back to "-") | ||
| Line 130: | Line 138: | ||
* The browser compatibility popup now looks okay in IE ([https://bugzilla.mozilla.org/show_bug.cgi?id=478337 bug 478337]) | * The browser compatibility popup now looks okay in IE ([https://bugzilla.mozilla.org/show_bug.cgi?id=478337 bug 478337]) | ||
== 0.1.2 "Narky Nimbus" (2009-02-20) == | === 0.1.2 "Narky Nimbus" (2009-02-20) === | ||
* System clipboard copy and paste is now enabled thanks to WebKit and the DOM on[cut|copy|paste] work. Firefox will work too if we get clipboardData added to onpaste. [https://bugzilla.mozilla.org/show_bug.cgi?id=407983 Vote it up] :) | * System clipboard copy and paste is now enabled thanks to WebKit and the DOM on[cut|copy|paste] work. Firefox will work too if we get clipboardData added to onpaste. [https://bugzilla.mozilla.org/show_bug.cgi?id=407983 Vote it up] :) | ||
| Line 170: | Line 178: | ||
** cmdrm commandname | ** cmdrm commandname | ||
== 0.1.1 "Naughty Nimbus" (2009-02-13) == | === 0.1.1 "Naughty Nimbus" (2009-02-13) === | ||
* "> set strictlines on" will allow you to change the mode of how lines and the cursor works. By default, you can always move right on a line (even past where there is content), or click anywhere to get direct access. With strictlines mode, you are restricted. Clicking wide will set the cursor at the end of the line. Mousing left on the first character will take you to the end of the last line. Moving right at the end of a line will take you to the first character of the next line. | * "> set strictlines on" will allow you to change the mode of how lines and the cursor works. By default, you can always move right on a line (even past where there is content), or click anywhere to get direct access. With strictlines mode, you are restricted. Clicking wide will set the cursor at the end of the line. Mousing left on the first character will take you to the end of the last line. Moving right at the end of a line will take you to the first character of the next line. | ||
| Line 184: | Line 192: | ||
* The command line was given more space | * The command line was given more space | ||
== 0.1 "Launch Time" (2009-01-15) == | === 0.1 "Launch Time" (2009-01-15) === | ||
This is the mother load, the initial launch of the editor, commandline, and dashboard. | This is the mother load, the initial launch of the editor, commandline, and dashboard. | ||