From b8680dc173a4fd0c4c26bb227f0e2918f43634ea Mon Sep 17 00:00:00 2001 From: ElTata <eltata@firemail.cc> Date: Mon, 28 Oct 2019 12:23:20 +0100 Subject: [PATCH] updated changelog and version --- CHANGELOG.md | 10 ++++++++++ irpg_bot.pl | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92a8317..ac4500d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,16 @@ Thanks for your interest in the Idle RPG! Feel free to contact me with ideas and comments, or post them in the issues of the project for public view. +-- +## v5.2.1: released 10/28/19 +- fixed actions delay : now you wait one hour after an action, and not one hour +per action +- new subroutine execute_delayed in Utils to execute a subroutine after a given time +- actions results show the raw roll and the atk/def modifier +- the command POINTS shows how many points the user has to spend +- fixed bug when partially matching commands caused an error +- some text/style improvements + -- ## v5.2.0: released 10/22/19 diff --git a/irpg_bot.pl b/irpg_bot.pl index dcbf7b3..f0c04dd 100644 --- a/irpg_bot.pl +++ b/irpg_bot.pl @@ -38,7 +38,7 @@ use Irpg::Main; my $opts = readconfig(); -my $version = "5.1.0"; +my $version = "5.2.1"; sub help { # print help message (my $prog = $0) =~ s/^.*\///; -- GitLab