canmove, Confirmed users, Bureaucrats and Sysops emeriti
1,093
edits
No edit summary |
No edit summary |
||
| (21 intermediate revisions by 4 users not shown) | |||
| 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.5 Embedded == | |||
https://bespin.mozilla.com/docs/releases/notes05.html | |||
== 0.4.x – Collaboration == | |||
=== 0.4.5 "Ash Williams" (not yet released) === | |||
* | |||
* [http://is.gd/3QRga XX bugs fixed] | |||
=== 0.4.4 "Bubba Ho-Tep" (2009-09-19) === | |||
* Fixed a minor security flaw that could allow users to access files that do not belong to them. | |||
* Numerous fixes from Alex Iskander, Julian Viereck, and Kevin Dangoor. | |||
* [http://is.gd/3QQW8 6 bugs fixed] | |||
=== 0.4.3 "Chuck Finley" (2009-09-11) === | |||
* Add native `svn` command syntax | |||
* Add `deploy` command to push project files to your website via SFTP | |||
* Add cursor tracking to collaboration | |||
* Other collaboration enhancements | |||
* [http://is.gd/3QQFQ 7 bugs fixed] | |||
=== 0.4.2 "H. E. Pennypacker" (2009-08-26) === | |||
* Work towards ensuring that we never lose your data ({{bug|511289}}, {{bug|511217}}, and {{bug|511291}}) | |||
* You can now export projects from Bespin ({{bug|511828}}) | |||
* Various other stability enhancements ({{bug|511125}}, {{bug|512044}}, {{bug|511539}}, {{bug|509496}}, among others) | |||
* [http://is.gd/3QQ2B 11 bugs fixed] | |||
=== 0.4.1 "Fletch F. Fletch" (2009-08-17) === | |||
* Add ability to specify username when committing to a distributed VCS. | |||
* [http://is.gd/3QPCr 13 bugs fixed] | |||
=== 0.4.0 "Stratospheric Stratus" (2009-08-13) === | |||
* Collaboration! You can now work together when editing a file. | |||
* The file browser (cmd-O/ctrl-O) now has an integrated command line and you can use files from the file browser as parts of your commands | |||
* The file browser now has "action panes" for files and folders. These panes make it easy to do things like delete files and create new directories. | |||
* Argument completion on the command line for certain commands (like load and set) | |||
* cmd-L/ctrl-L lets you jump to a line | |||
* cmd-F/ctrl-F to find within a file | |||
* There is the beginning of a plugin architecture that allows you to add new commands and subscribe to editor events, including easy code reloading. The API for this is not yet stable. If you want to help shape Bespin's plugin architecture, speak up on the bespin-core mailing list | |||
* Subversion support for the "vcs" commands | |||
* Improved vcs clone/checkout command user interface | |||
* 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.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. | |||
* JavaScript code completion - set codecomplete on. Thanks to Malte. | |||
* Python syntax highlighter (thanks to Scott Ellis) | |||
* The Python server is now more extensible for custom deployments | |||
== 0.2.x – Feature Explosion == | |||
=== 0.2.3 "Super Cirrus" (2009-05-22) === | |||
* 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 | |||
=== 0.2.2 "Speedy Cirrus" (2009-05-06) === | |||
* Improvements to the Jetpack commands | |||
* 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]] | * [[Labs/Jetpack/API|Jetpack support]]: try the new jetpack commands | ||
* Added "hg init" command to initialize a new Mercurial repository in a project | * Added "hg init" command to initialize a new Mercurial repository in a project | ||
* Added "vcs status" command to view the status of the working copy (which files are new, modified, etc.) | * Added "vcs status" command to view the status of the working copy (which files are new, modified, etc.) | ||
* Added support for subcommands having auto complete | |||
=== 0.2.0 "Sassy Cirrus" (2009-04-27) === | === 0.2.0 "Sassy Cirrus" (2009-04-27) === | ||
| Line 40: | Line 112: | ||
*# in bespin/themes/foo.js | *# in bespin/themes/foo.js | ||
*# in user specific BespinSettings/themes/foo.js | *# in user specific BespinSettings/themes/foo.js | ||
== 0.1.x – Proof of Concept == | |||
=== 0.1.6 "Nutritious Nimbus" (2009-03-06) === | === 0.1.6 "Nutritious Nimbus" (2009-03-06) === | ||