Skip to content

Releases: Rex-82/migrate-tool

v0.3.0

25 Sep 07:37
179d438
Compare
Choose a tag to compare

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

23 Sep 10:03
9558d69
Compare
Choose a tag to compare

Changelog

  • 9558d69 fix: make command execution arch based too

v0.2.3-rc.1

23 Sep 09:17
d813f64
Compare
Choose a tag to compare

Changelog

  • d813f64 feat: add a way to find mysql executables if not in PATH

v0.2.3

23 Sep 10:14
77906d9
Compare
Choose a tag to compare

Changelog

  • 77906d9 fix: split command and argument

v0.2.2

20 Sep 10:04
3f0121e
Compare
Choose a tag to compare

Changelog

  • 3f0121e fix: remove command output when running

v0.2.1

20 Sep 09:13
0c5a71a
Compare
Choose a tag to compare

Changelog

  • 0c5a71a fix: reorder form to have custom dir on upload

v0.2.0

19 Sep 21:58
d1bf418
Compare
Choose a tag to compare

Changelog

  • d1bf418 feat: modularize code, improve ui
  • 8a9debd feat: make form data a struct instead of variables

v0.1.1

19 Sep 18:51
02bf6f2
Compare
Choose a tag to compare

Changelog

  • fbe346a fix: edit password argument

v0.1.0

19 Sep 12:52
69a679c
Compare
Choose a tag to compare

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

18 Sep 22:35
6a5a95b
Compare
Choose a tag to compare

Changelog

  • 6a5a95b ci: fix wrong workdir
  • 31e1b4b ci: add build test and release automation
  • 99e1ff6 feat: add basic functionality
  • de4950f Initial commit