Skip to content

Releases: VitalElement/AvalonStudio

AvalonStudio Beta

24 Dec 14:26
Compare
Choose a tag to compare
AvalonStudio Beta Pre-release
Pre-release
v20191224.1

update avalonia

v0.7.0

10 Sep 16:40
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release
fix build

v0.62

05 Apr 09:55
Compare
Choose a tag to compare
v0.62 Pre-release
Pre-release
  • Fixes issues with terminal
  • Fixes issues with build system and toolchains.

v0.6.1

29 Mar 17:29
Compare
Choose a tag to compare
v0.6.1 Pre-release
Pre-release
  • Integrated terminal working across windows, linux and mac.

v0.6.0

23 Mar 10:14
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release
  • 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

24 Oct 11:19
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release
bump version

v0.5.0

24 Oct 10:40
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release
catch exceptions loading news feed

v0.4.5

26 May 08:47
24ff355
Compare
Choose a tag to compare
v0.4.5 Pre-release
Pre-release

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

15 Mar 02:38
Compare
Choose a tag to compare
v0.4.4 Pre-release
Pre-release

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:

@danwalmsley @jp2masa

AvalonStudio Preview 1 (v0.4.3.2)

02 Mar 07:48
Compare
Choose a tag to compare
Pre-release

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