Releases: pisaiah/Vide
Releases · pisaiah/Vide
0.0.15
0.0.14
Improve settings layout
0.0.12
Use the new SplitView to seperate tabs & terminal
0.0.11
Improved settings
0.0.10
Improvements to Settings modal & VPM Ui
0.0.9
Full Changelog: 0.0.8...0.0.9
0.0.8
- With the 0.3 release of Verminal, it is now included as default, replacing the outputbox:
Full Changelog: 0.7.1...0.0.8
0.7.1-alpha
Vide version 0.7.1
- Textbox now uses the new TextEdit component, improvements to caret position, fixed backspace, better proformance with large files.
- Improvements to syntax highlighting. (colors still need work for dark mode)
Downloads for Windows, Linux, & macOS below.
(Note: for Linux, you need to mark the file as executable: chmod +x vide
)
Vide v0.0.6-alpha
Vide v0.0.5-alpha
New Addon/Plugin API.
Addons can be loaded from ~/vide/plugins/
or C:\users\name\vide\plugins\
One example addon is Verminal - that replaces Vide's console output with a terminal.
Addons are shared libraries that can either be a platform dll
so
dylib
file, or a multi-platform .videaddon
file (aka a source ZIP) that will be compiled on first load.
Example of Verminal Addon: