Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Aug 05:37
· 124 commits to main since this release

Bug Fixes

  • /regen run schedule update nextDateTime of schedule (4cee934)
  • /rw regen -> /rw run (81ed86c)
  • add ChatColor (7448376)
  • BranchedExecutor should have the options with PrintUsageExecutor (7380a4d)
  • call WorldRegenEvent when regen (ea81016)
  • change interval type to Long (8f41aff)
  • enum#fromString ignores string case (1429183)
  • execute in ContextualExecutor (d44f1f3)
  • fix cast type (e88673c)
  • fix command call (34ef679)
  • fix err msg (d7308c7)
  • fix list index (c380315)
  • fix registered command name (c7797d6)
  • fix typo (fd7d020)
  • fix var name (e83874e)
  • GenerationSchedule#finish always plus Interval to now (ac7e1f2)
  • Interval init may throw Exception (a969dac)
  • make repo impl case class (8644aa7)
  • nextDateTime must be now plus Interval (09e8337)
  • notify schedule remove success (2f0298a)
  • pretty print for schedules list (9e66dfd)
  • read and write directly from config (304ec91)
  • remove duplicated deps check (0fb374f)
  • save default config on enable (93db219)
  • Use Unit instead of () (15d2847)
  • use UseCase#add (765979f)
  • use ZonedDateTime (e2ad9ed)
  • コマンドメッセージをわかりやすく (33744bd)
  • 何も変更がないときに、何かしらを変更するメソッドたちがRepository#saveを呼ばないように (ac59d0d)

Features

Reverts

  • "chore(ci): add debug steps" (6f1afd3)
  • "ci: setup node" (68702bc)
  • "ci: use conventional changelog npm package" (d33d469)
  • "ci: use default preset" (434293b)