Releases: tiborsimon/matlab-library-system
MATLAB Library System v2.3.0
Changes
- new header printout
- new path processing algorithm (fixed the issue on OS X)
Added
- new fields in the librarydata.txt file
- author and library url
- quick demo feature
MATLAB Library System v2.2.0
This release features the new versioning convention all TSPR project will follow in the future.
Changes
- Dummy function name changed to
my_function
MATLAB Library System v2.1
Modifications
- Prettified output during installation and uninstallation
- Optional message prompt after successful installation
MATLAB Library System v2.0
Modifications
- Rewritten core methods
- No need for a separated hidden directory for the core files
- no file name prefixes
- no root folder insertion to the MATLAB path
- MIT license added
Bugfix
- The previous version didn't allow more than one library activated
MATLABLibrarySystem v1.1.1
This is the first really usable template version, that does all the path related task for you. You can concentrate your work without bothering to add your scripts and functions to your path.
New features:
- automatic library content detection
- wrong folder error detection
- safe and temporary path changing
- globally managed library name and library version
Detailed description and manual is available in the README.md file.
Changelog:
- Install issue with downloaded v1.1.0. zip solved.
MATLABLibrarySystem v1.1.0
This is the first really usable template version, that does all the path related task for you. You can concentrate your work without bothering to add your scripts and functions to your path.
New features:
- automatic library content detection
- wrong folder error detection
- safe and temporary path changing
- globally managed library name and library version
Detailed description and manual is available in the README.md file.
MATLABLibrarySystem v1.0.0
This is a very early release, that supports the basic functionalities of managing a MATLAB library, even manually.
Original release note:
Empty library template that allows you to create easily deployable MATLAB libraries.