Skip to content
Snippets Groups Projects
Commit 67799775 authored by Morgan Rodgers's avatar Morgan Rodgers
Browse files

Adds Matlab 2018b

parent 8b0fafb9
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) ...@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [Unreleased]
## [0.6.0]
### Added
- Adds a new Matlab default version of 2018b
## [0.5.1] ## [0.5.1]
### Fixed ### Fixed
- Fixed front end to allow ppn control to remain blank - Fixed front end to allow ppn control to remain blank
...@@ -59,7 +63,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ...@@ -59,7 +63,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added ### Added
- Initial release! - Initial release!
[Unreleased]: https://github.com/OSC/bc_osc_matlab/compare/v0.5.1...HEAD [Unreleased]: https://github.com/OSC/bc_osc_matlab/compare/v0.6.0...HEAD
[0.6.0]: https://github.com/OSC/bc_osc_matlab/compare/v0.5.1...v0.6.0
[0.5.1]: https://github.com/OSC/bc_osc_matlab/compare/v0.5.0...v0.5.1 [0.5.1]: https://github.com/OSC/bc_osc_matlab/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/OSC/bc_osc_matlab/compare/v0.4.0...v0.5.0 [0.5.0]: https://github.com/OSC/bc_osc_matlab/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/OSC/bc_osc_matlab/compare/v0.3.0...v0.4.0 [0.4.0]: https://github.com/OSC/bc_osc_matlab/compare/v0.3.0...v0.4.0
......
...@@ -49,6 +49,7 @@ attributes: ...@@ -49,6 +49,7 @@ attributes:
label: "MATLAB version" label: "MATLAB version"
help: "This defines the version of MATLAB you want to load." help: "This defines the version of MATLAB you want to load."
options: options:
- [ "R2018b", "matlab/r2018b" ]
- [ "R2018a", "matlab/r2018a" ] - [ "R2018a", "matlab/r2018a" ]
- [ "R2017a", "matlab/r2017a" ] - [ "R2017a", "matlab/r2017a" ]
- [ "R2016b", "matlab/r2016b" ] - [ "R2016b", "matlab/r2016b" ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment