Releases: ezPsycho/brainSpy-cli
Releases · ezPsycho/brainSpy-cli
v0.2.0
✨ New Feature
- Non-standard Atlas Format (NSAF): We created a new data format for better loading speed(500%+) and smaller package size(~50%);
- Reader Module: With the switch
--input
, you can choose the data source, from the clipboard, some files, or input from an interactive terminal program; - Producer Module: With the switch
--output
, the data could optionally be outputted to your clipboard, a file or the terminal now; - Custom Query: With the switch
--atlas
, you can define using which atlas, print which item fromlabel
,name
oridx
.
⚠ Notice
- The switch
--threshold
was removed, because we didn't find any potential use case; - The abbr of
--all-peaks
changed to-ap
.
v0.1.1
✨ New Feature
- Parser Module: brainSpy supports multiple data format now, currently we only support "raw parser" and "SPM parser", but "FSL parser" is on the way;
- Clipboard Mode: Copy your result to clipboard, run
brainSpy -c
, the content in your clipboard will be queried, and return to the clipboard, you don't need to copy & paste now; - New Installer: We rebuild the installer with Inno Setup, it's more beautiful and restarting is no longer necessary while installing the brainSpy.
🐞 Known Problem
- You can't paste content with "tabs" on Windows's command prompt, we are trying to figure out what happened, if this feature is important to you, please consider using conEmu.
⚠ Notice
- Please delete previous version of
brainSpy
by hand, or the system may not be able to find the correct path.
v0.0.1
This is the first release of brainSpy-cli
, please notice the program is too beta to be used for production purpose, code review and further checks are necessary.
We only provide windows version currently, Linux version will be published later.