From f29e1d2d9fb33c238f1e8844d6fb1f6481212ed6 Mon Sep 17 00:00:00 2001 From: Oleksii Holub <1935960+Tyrrrz@users.noreply.github.com> Date: Sun, 10 Jul 2022 02:42:43 -0700 Subject: [PATCH] Inform about a breaking change in Docker configuration Related to #884 --- Changelog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 0461335..52ad424 100644 --- a/Changelog.md +++ b/Changelog.md @@ -17,6 +17,7 @@ - Added file name template token that resolves to the current date (`%d`). (Thanks [@Lucas LaBuff](https://github.com/96-LB)) - Updated the usage guide to replace the instructions for retrieving the user token with those that appear to work for more people. - Updated the usage guide to feature the TOS warning more prominently. +- [Docker] Changed internal working directory from `/app/out` to `/out`. This was an unintended breaking change. Please update your volume binding configuration from `-v /path/on/machine:/app/out` to `-v /path/on/machine:/out`. ### v2.34.1 (01-Jun-2022) @@ -418,4 +419,4 @@ Please note that CSV export is most likely not going to receive future updates a - Added support for user and role mentions. - Added support for channel mentions. - Fixed text in pre blocks not being wrapped correctly. -- Added workaround for non-default message types. \ No newline at end of file +- Added workaround for non-default message types.