Releases: VitalElement/AvalonStudio
AvalonStudio Beta
v20191224.1 update avalonia
v0.7.0
fix build
v0.62
- Fixes issues with terminal
- Fixes issues with build system and toolchains.
v0.6.1
- Integrated terminal working across windows, linux and mac.
v0.6.0
- Windows installer
- New Toolchain packaging infrastructure.
- Debugger fixes
- Console window auto scrolls again
- c/c++ include path completion
- fix editor performance in c#
- status bar shows location of cursor
- osx fixes
- horizontal scrolling in editor
- uses x11 on Linux
- c/c++ test frameworks working with avalon build.
- new working version of avalon build
- lots of toolchains available for PublishedToolchains (c/c++)
and many more performance and stability fixes.
v0.5.1
bump version
v0.5.0
catch exceptions loading news feed
v0.4.5
This release includes:
[UI]
A little UI Polish
Implemented Real Dialog windows
Added a mono develop light theme for editor
UI Fonts embedded in application
[Editor]
Find in Files
Find and Replace
Fixes to highlighting
Fix Editor deleting multiple characters when Del key pressed
Fixed issues with XAML Editor
Editor Zoom with CTRL + Mouse Wheel
Fix Code Templates
[Solution Explorer]
Able to rename files from Solution Explorer
Fix Solution explorer selection
[C++]
Libclang 6
[C#]
Improve .NET Solution Load times
C# Lamda captures are shown in tooltip.
[Debugger]
Debugger correctly terminates debugee processes when exiting session
Also many under the hood changes for performance and bug fixes.
Known Issues:
. NET Solutions will fail to load if installed in a location with a space in path.
We have posted a patched version of this release specifically for Linux that makes the fonts work.
v0.4.4
Whats new:
-
Support for Code Actions CTRL + . (Light Bulbs) for refactoring and code fixes.
-
The Error list is now working again.
-
Extension APIs tidied and improved.
-
Unnecessary code (C#) is shows up semi transparent.
Main contributors:
AvalonStudio Preview 1 (v0.4.3.2)
This is the first preview build of Avalon Studio. It is not ready for production use and is intended for evaluation and testing purposes only.
Required:
Dotnet SDK
https://www.microsoft.com/net/download/
The following fonts installed manually before running:
SourceCodePro-Regular.ttf
SourceSansPro-Regular.ttf
(See assetts below)
New Features:
- Support for creating Avalonia UI applications targetting dotnet Core.
- Create dotnet core solutions and projects.
- Basic debugging of Dotnet core projects.
- Integration with MSBuild.
Known Issues:
- Occasional crash when invoking the SignatureHelper in the code editor.
- Difficult to see diagnostic messages when using the Xaml previewing with Light themes.
- Dotnet Core sdk must be installed for IDE to load.
Thanks to the following contributors:
@kekekeks @jp2masa @Seeker1437 @jameswalmsley