SPACEVESSEL DEVELOPMENT TEAM

SpaceVIL {{ VERSION_358 }}-{{RELEASE_ALPHA}} {{DATE_358}}
.NET Standard

Required:
.Net Framework: v4.7.1 or later
GLFW 3.3.2 or later
.NET Core

Required:
.Net Core: v2.1 or later
GLFW 3.3.2 or later
Java

Required:
JRE 11 and JDK 11 or later
LWJGL 3.2.3 build 13 or later

Release notes:

- Refactoring:
  - documentation .Net (website) - dotnet docs
  - documentation .Net (for IDE - xml): spacevil.zip
  - documentation JVM (website): jvm docs
  - documentation JVM (for IDE - javadoc): spacevil-javadoc.jar
  - Cleared unused classes, enums, interfaces (examples in the GitHub repository have been updated accordingly)
  - Renamed some of classes, enums, interfaces, methods (examples in the GitHub repository have been updated accordingly)

- Added IMovable (InterfaceMovable) interface;
- Added EventMouseMove event in Prototype;
- Added Hold() and Proceed() methods to CoreWindow class (see documentation to know more);
- Fixed IsMaximized property in CoreWindow class;
- Fixed using ItemStateType.Toggled;
- Fixed some styles in Style class;
- Fixed a lot of common bugs in SpaceVIL;





SpaceVIL {{ VERSION_350 }}-{{RELEASE_ALPHA}} {{DATE_350}}
.NET Standard

Required:
.Net Framework: v4.7.1 or later
GLFW 3.3.2 or later
.NET Core

Required:
.Net Core: v2.1 or later
GLFW 3.3.2 or later
Java

Required:
JRE 11 and JDK 11 or later
LWJGL 3.2.3 build 13 or later

Release notes:

- Added HDPI scaling system;
- Added IOpenGLLayer (for java - InterfaceOpenGLLayer) to provide access to OpenGL technology (see example at GitHub );
- Added property to Vertical/HorizontalSlider - SetIgnoreStep()/IsIgnoreStep();
- Added new class - RenderService;
- Improved class - DisplayService;
- Improved quality of TextArea;
- Fixed ItemState system when items get Focused state;
- Fixed app crash when trying to show DialogWindow if any other ActiveWindow does not exist;
- Fixed TreeView horizontal scroll item;
- Fixed TextEdit style;
- Fixed SpinItem;
- Fixed IsCentered property of ActiveWindow/DialogWindow;
- Fixed some small common bugs in SpaceVIL;





SpaceVIL {{ VERSION_345 }}-{{RELEASE_ALPHA}} {{DATE_345}}
.NET Standard

Required:
.Net Framework: v4.7.1 or later
.NET Core

Required:
.Net Core: v2.1 or later
Java

Required:
JRE 1.8 and JDK 8 or later

Release notes:

- Fixed shortcuts issues in TextView;
- Fixed some small common bugs in SpaceVIL;
- Added Effect manager (Decoration namespace);
- Added first effect - SubtractFigure;
- Added refresh VRAM manager;
- Added wrap text property to TextArea;
- Added new item - TextView (the same as TextArea except for text editing functions);
- Fixed ComboBox keyboard inputs;
- Fixed ContextMenu bugs (adding items after initialization);
- Fixed some small common bugs in SpaceVIL;
- Hotfix: SubtractEffect;





SpaceVIL {{ VERSION }}-{{RELEASE_ALPHA}} {{DATE}}
.NET Standard

Required:
.Net Framework: v4.7.1 or later
.NET Core

Required:
.Net Core: v2.1 or later
Java

Required:
JRE 1.8 and JDK 8 or later

Release notes:

- Added static class ToolTip for managing ToolTipItem of the current window;
- Increased ImageItem initialization performance;
- Increased SetIcon initialization performance;
- Increased SetCursor initialization performance;
- Fixed ComboBox style;
- Fixed ToolTip style applying;