Bump minor version #171
No reviewers
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Siderus/Orion!171
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "release/0.8.0"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What changed?
Insert here the changes.
Changes:
Jumping from 0.4.15 to 0.4.17 requires migration:
The app won't start and goes into timeout.
Even if I try the latest builds from GitLab, my app still shows a TIMEOUT when running. I guess the error is still there. We need to take a look at it tomorrow.
Finished the repo migration feature, to test in dev:
rm -rf ~/.config/Electron/ipfs-repo)IPFS_PATH=~/.config/Electron/ipfs-repo ipfs initwith an older binary (my globally installed ipfs is 0.4.14)IPFS_PATH=~/.config/Electron/ipfs-repo ipfs repo statshowsVersion: fs-repo@6make runwill now start Orion and before starting the daemon it will run migrations:@ -73,7 +81,10 @@ _prepkg: dep _test_variablesNODE_ENV=${NODE_ENV} ./node_modules/.bin/electron-compile appwrite like this:
@ -215,6 +218,7 @@ function startOrion () {percentage: 10})})Run this before the daemon configured.
It works! :D