| 1 | = Cobra 0.9.5 Release Notes = |
| 2 | |
| 3 | '''This release has not been made yet. The release notes are being built up on this wiki page.''' |
| 4 | |
| 5 | 2013-11- to-do |
| 6 | |
| 7 | To get Cobra 0.9.5, visit [http://cobra-language.com/downloads/ Downloads]. |
| 8 | |
| 9 | Below are the changes included in this release. There are to-do minor refinements and to-do fixes. At this point, the Cobra language is very stable and we're mostly refining and fixing as we put it into practice. |
| 10 | |
| 11 | For even more details, browse the [http://cobra-language.com/trac/cobra/log/ revision log] which includes check-in comments and source code changes. |
| 12 | |
| 13 | This release requires .NET 4.0 and higher (.NET 4.0 is now three years old). Cobra also runs on Mono and is tested on both Mac and Linux. |
| 14 | |
| 15 | == IDE == |
| 16 | |
| 17 | One of the most notable recent developments for Cobra is actually outside the compiler. The Cobra add-in for MonoDevelop/XamarinStudio offers syntax highlighting, background compilation, member completion suggestions, parameter completion, mouseover tooltips and go to declaration. |
| 18 | |
| 19 | |
| 20 | == Language == |
| 21 | |
| 22 | * foo |
| 23 | * bar |
| 24 | |
| 25 | |
| 26 | == Compiler == |
| 27 | |
| 28 | * foo |
| 29 | * bar |
| 30 | |
| 31 | |
| 32 | == Library / Run-time == |
| 33 | |
| 34 | * foo |
| 35 | * bar |
| 36 | |
| 37 | |
| 38 | == Command Line == |
| 39 | |
| 40 | * foo |
| 41 | * bar |
| 42 | |
| 43 | |
| 44 | == Installer == |
| 45 | |
| 46 | * foo |
| 47 | * bar |
| 48 | |
| 49 | |
| 50 | == Other == |
| 51 | |
| 52 | * foo |
| 53 | * bar |
| 54 | |
| 55 | |
| 56 | == Credits == |
| 57 | |
| 58 | Cobra is a community-driven, open source project under the MIT license. For this release, thanks go to: |
| 59 | |
| 60 | * foo |
| 61 | * bar |
| 62 | |
| 63 | Additional people contributed through testing and discussion. |
| 64 | |
| 65 | |
| 66 | == See Also == |
| 67 | |
| 68 | * [http://cobra-language.com/downloads/ Downloads] |
| 69 | * previous: [wiki:ReleaseNotes_0.9.4] |
| 70 | * LanguageTopics |
| 71 | * LibraryTopics |