Skip to content

Releases: pisaiah/Vide

0.0.15

25 Oct 02:04
Compare
Choose a tag to compare
cleanup

0.0.14

02 Feb 05:21
Compare
Choose a tag to compare
Improve settings layout

0.0.12

16 Jan 03:42
Compare
Choose a tag to compare
Use the new SplitView to seperate tabs & terminal

0.0.11

15 May 02:38
Compare
Choose a tag to compare
Improved settings

0.0.10

25 Apr 04:58
Compare
Choose a tag to compare
Improvements to Settings modal & VPM Ui

0.0.9

18 Apr 01:33
Compare
Choose a tag to compare
  • Better padding in welcome tab
  • Uses new improved TextArea component

Full Changelog: 0.0.8...0.0.9

0.0.8

21 Mar 03:44
Compare
Choose a tag to compare
  • 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

16 Mar 01:34
974b010
Compare
Choose a tag to compare

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

25 Feb 17:32
Compare
Choose a tag to compare
  • Use system default font.
  • Workspace Treeview can now scroll.
  • Can now open all files, not just those that end with .v
  • Basic syntax checks! v -check-syntax is run on file save:
  • image

Vide v0.0.5-alpha

09 Feb 19:18
Compare
Choose a tag to compare

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: