Skip to content

Releases: crystal-china/procodile

v1.0.25

23 Nov 15:26
Compare
Choose a tag to compare
cleanup more qualified namespace

v1.0.24

22 Nov 05:05
Compare
Choose a tag to compare
Fix spec

v1.0.23

10 Nov 18:11
Compare
Choose a tag to compare
  • Refactor: Rename and move defined struct into separate files, remove procofile_option.cr
  • Replace some unsafed uninitialized and not_nil! usage to safer solution.
  • Fixed: a introduced bug cause restart command not work correctly.
  • when user run restart command, told user restart on foreground is broken easier.

v1.0.22

08 Nov 06:48
Compare
Choose a tag to compare
  1. Fix #5
  2. Fix an Invalid memory access issue.

v1.0.21

06 Nov 12:40
Compare
Choose a tag to compare
  1. Fix #4 , when instances stopped, restart directly show only the last instance log.
  2. Fix #3 , when user use --port app1 without specified port, give a clear error message and exit.
  3. Do a lot of refactor.

v1.0.20

27 Oct 17:53
Compare
Choose a tag to compare
  1. Fix don't show log issue #1

v1.0.19

12 Feb 06:27
Compare
Choose a tag to compare
Update ameba to 1.4.3

v1.0.18

22 Dec 15:48
Compare
Choose a tag to compare
Add apple workflows