Skip to content
Snippets Groups Projects
Commit 40fb0225 authored by Pablo Toharia's avatar Pablo Toharia
Browse files

Release 0.4 preparation.

parent a52839c1
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
# #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
cmake_minimum_required( VERSION 3.1 FATAL_ERROR ) cmake_minimum_required( VERSION 3.1 FATAL_ERROR )
project( NeuroScheme VERSION 0.3.0 ) project( NeuroScheme VERSION 0.4.0 )
set( NeuroScheme_VERSION_ABI 12 ) set( NeuroScheme_VERSION_ABI 12 )
# Disable in source building # Disable in source building
......
...@@ -2,6 +2,25 @@ ...@@ -2,6 +2,25 @@
## git master ## git master
## version 0.4
* [!106] Release 0.4 preparation.
* [!105] Changed GMRV logo to VG-Lab logo. Added dev
* [!104] Fix warnings. Bump ShiFT. Added the option to enable nsol from cmake CLI
* [!103] Changed gmrvvis to vglab.
* [!95] Cortex bugs
* [!100] Clean canvas
* [!99] Connections with same origin and destination are not draw.
* [!98] Fixes for Qt-5.12 and minor fix in AppImage link in README.md.
* [!97] Free layout recalculates scene bounding rect.
* [!96] New no hierarchical entity: Output. Rename stimulator to input
* [!94] Scatter plot layout use 0 for undefined properties.
* [!92] Access to edit connection from representations.
* [!89] Aggregated connections are higlighted with different colors.
* [!88] Improvements to 3D/Camera Layout
* [!91] Configure CI to generate git-master app.
* [!90] Changed build deploy only for master-based tags.
## version 0.3 ## version 0.3
* [!86] Release 0.3 preparation. * [!86] Release 0.3 preparation.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment