Skip to content

Releases: jzwood/meowvc

V3

26 Nov 03:13
Compare
Choose a tag to compare

Breaking change! Mu now stores data by file instead of by line. To migrate from v2 to v3. Manually copy v2 repo to a file directory and create a new tracked mu project (mu start <new name of project>). Make sure to give it a new name so there are no collisions in the /Mu Repository/ dropbox path.

Async IO

18 Jun 20:17
Compare
Choose a tag to compare

To migrate from mu v1 to v2 add a _muignore file to your root with a regex pattern on each line for directories and files to ignore.

node_modules
dist
^\.

The regex is applied to each dir and file explicitly, not the full path.

Sync IO

18 Jun 18:21
8f68800
Compare
Choose a tag to compare

Original stable release of mu.