Releases: Rex-82/migrate-tool
Releases · Rex-82/migrate-tool
v0.3.0
Changelog
- 179d438 feat: delete dump file upon command error
- 0cc4460 feat: make destination dir change based on migration type
- 2e896a3 docs: add sample gif to showcase tool
- 907c237 feat: add host and port arguments to upload command
- 6063d34 feat: add host and port arguments to dump command
- 2980102 feat: add host and port fields
- 387250b fix(RunMySqlDump): remove additional "/" character
- e464e24 feat: move FormData to standalone file
v0.2.3-rc.2
Changelog
- 9558d69 fix: make command execution arch based too
v0.2.3-rc.1
Changelog
- d813f64 feat: add a way to find mysql executables if not in PATH
v0.2.3
Changelog
- 77906d9 fix: split command and argument
v0.2.2
Changelog
- 3f0121e fix: remove command output when running
v0.2.1
Changelog
- 0c5a71a fix: reorder form to have custom dir on upload
v0.2.0
Changelog
- d1bf418 feat: modularize code, improve ui
- 8a9debd feat: make form data a struct instead of variables
v0.1.1
Changelog
- fbe346a fix: edit password argument
v0.1.0
Changelog
- 382d3fd feat: conceal password input, display better summary
- 3043c6f fix: edit command to not prompt for password again if empty
- 17e39ab chore: add file to gitignore
v0.0.1
Changelog
- 6a5a95b ci: fix wrong workdir
- 31e1b4b ci: add build test and release automation
- 99e1ff6 feat: add basic functionality
- de4950f Initial commit