From 8c59cb2284be4fc44e161f5d38f1e73cd5cd73fa Mon Sep 17 00:00:00 2001 From: Dpeta <69427753+Dpeta@users.noreply.github.com> Date: Sun, 11 Apr 2021 14:03:01 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2da6226..74cfed0 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ or ``python setup.py bdist_msi`` #### Mac: -``python setup.py bdist`` +``python setup.py build`` ### PYINSTALLER BUILDING #### Linux (might also work on other platforms!!): From fe6854bb891cc59c13870262515e2a6046892d51 Mon Sep 17 00:00:00 2001 From: Dpeta <69427753+Dpeta@users.noreply.github.com> Date: Sun, 11 Apr 2021 14:11:59 +0000 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc5ed2e..57e7d1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,7 @@ - Fixed pesterChumAction's text not being updated in memo windows when changing theme. - Fixed incorrect sRGB profile in paperchum. - Fixed sound slider in settings not working with pygame. -- Fixed MOOD & CHUMHANDLE adjusting to style-sheet. +- Fixed MOOD & CHUMHANDLE not adjusting to style-sheet. ### Changed - Made it so handle and ident are passed to ``_max_msg_len``, so, hopefully the text cutoff will be *slightly* less restrictive.