From 215aed7b9e21d1b40f8a6b5f97384b9761303959 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Mon, 24 May 2021 22:51:50 +0200 Subject: [PATCH] prepare release v0.8.0 --- History.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 1bceb46..401b9b3 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,10 @@ +# 0.8.0 / 2021-05-24 + + * Fix: Display fallback when no category is set in `recentGame` + * Add displayName template function + * Replace non-reliable fsevents library with simple check + * Add HCL config format support + # 0.7.0 / 2021-05-13 * Lint: Disable requirement for crypto/rand for time randomizer @@ -36,4 +43,4 @@ # 0.1.0 / 2021-04-03 - * Initial release \ No newline at end of file + * Initial release