Releases: erdalkaraca/neurospace
Release 0.7.18
- Feature Enhancements: The Nengo GUI extension has been refined to improve user experience, featuring a new companion panel communication system for more intuitive interactions.
- Type Safety Improvements: Model types have been updated to enhance clarity and type safety, ensuring a more robust user experience.
- Visualization Panel Upgrades: Interactions within the visualization panel have been enhanced, making it easier for users to manage and visualize their models.
- Code Refactoring: Global signals have been removed to streamline signal handling, contributing to a cleaner and more efficient GUI.
Release 0.7.17
- Improved the Nengo catalog by simplifying URL handling, enhancing usability.
- Introduced a filename property in catalog items for better context and clarity.
Release 0.7.16
Commit Summary:
- Updated dependencies for Eclipse Lyra extensions to version 0.7.66.
- Ensured compatibility and included the latest features and fixes across various modules.
Release 0.7.15
Summary of Recent Updates
-
Dependency Updates:
- Upgraded multiple packages to ensure compatibility with TypeScript 6.0.0 and Vite 8.0.0, enhancing overall stability and performance across the platform.
-
Nengo GUI Extension Enhancements:
- Introduced a new Nengo GUI extension, integrating it with the existing Lyra framework.
- Improved the launch configuration and simulation data handling.
- Added a visualizations panel and a context menu for enhanced interactions within the model graph panel.
-
General Improvements:
- Various refactors and optimizations across the Nengo GUI extension, resulting in improved functionality and user experience.
These updates collectively enhance the performance, stability, and usability of the platform, providing users with a more robust and feature-rich environment.
Release 0.7.14
Summary of Recent Git Commit
- Refactoring: The codebase has been refactored to accommodate the latest updates from Lyra, ensuring compatibility with recent changes.
- File Modifications: Various files have been updated, including configuration and extension files, resulting in an overall balance of code improvements and clean-up.
This update focuses on maintaining stability while adapting to external changes.
Release 0.7.13
Changes since 0.7.12:
f7bf630 Update package-lock.json to bump versions of various Eclipse Lyra extensions to 0.7.53 and @babel/parser to 7.29.2, ensuring compatibility and incorporating the latest features and fixes.
package-lock.json | 146 ++++++++++++++++++++++++++++++------------------------
1 file changed, 82 insertions(+), 64 deletions(-)
Release 0.7.12
Changes since 0.7.11:
843f1e2 Add BIDS Editor extension: integrate new editor for dataset_description.json, implement file handling, and register with the application
packages/app/src/main.ts | 2 +
packages/extension-bids-editor/package.json | 28 +++
.../src/bids-editor-extension.ts | 28 +++
packages/extension-bids-editor/src/index.ts | 11 +
.../extension-bids-editor/src/k-bids-editor.ts | 116 +++++++++
packages/extension-bids-editor/tsconfig.build.json | 14 ++
packages/extension-bids-editor/vite.config.ts | 35 +++
packages/extension-bids-validator/package.json | 1 +
.../src/bids-validation-service.ts | 147 ++++++++++++
.../src/bids-validator-editor.ts | 262 ---------------------
.../src/bids-validator-extension.ts | 64 ++---
.../extension-bids-validator/src/vite-env.d.ts | 2 +
12 files changed, 421 insertions(+), 289 deletions(-)
cde4340 Refactor BIDS Validator extension: rename editor ID and key, remove unused functions
.../src/bids-validator-extension.ts | 22 ++++++----------------
1 file changed, 6 insertions(+), 16 deletions(-)
Release 0.7.11
Changes since 0.7.10:
2601678 fix getContents impl
.../src/openneuro-workspace-contribution.ts | 23 ++++++++++++++++++----
1 file changed, 19 insertions(+), 4 deletions(-)
Release 0.7.10
Changes since 0.7.9:
1787d0d Update package-lock.json and modify Vite configuration for development. Bump versions of Eclipse Lyra extensions to 0.7.51 and change useSrcInDev to alwaysUseSrc in vite.config.ts.
package-lock.json | 114 ++++++++++++++++++++++----------------------
packages/app/vite.config.ts | 2 +-
2 files changed, 58 insertions(+), 58 deletions(-)
Release 0.7.9
Changes since 0.7.8:
a4f6fc5 update pacakge-lock
package-lock.json | 313 +++++++++++++++++++++++-------------------------------
1 file changed, 134 insertions(+), 179 deletions(-)