From 8fad7cf6f659565e84f46c116d3c46413490a618 Mon Sep 17 00:00:00 2001 From: Subhramit Basu Bhowmick Date: Sat, 3 Aug 2024 20:09:24 +0530 Subject: [PATCH 1/2] Comment out debug log (#11568) --- src/main/resources/tinylog.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/tinylog.properties b/src/main/resources/tinylog.properties index 9bc2d2617b3..df3bd2d748d 100644 --- a/src/main/resources/tinylog.properties +++ b/src/main/resources/tinylog.properties @@ -12,4 +12,4 @@ exception = strip: jdk.internal level@org.jabref.http.server.Server = debug -level@org.jabref.gui.JabRefGUI = debug +#level@org.jabref.gui.JabRefGUI = debug From 5c30ac1598706be9bc22b21c925323d08860217b Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Sun, 4 Aug 2024 08:09:12 +0200 Subject: [PATCH 2/2] Fix typos in CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86a0d559a7c..aa4c441b9fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,9 +26,9 @@ Note that this project **does not** adhere to [Semantic Versioning](https://semv ### Fixed -- We fixed an issue where the 'Check for updates' preference was not saved. [#11485](https://github.com/JabRef/jabref/pull/11485) +- We fixed an issue where the "Check for updates" preference was not saved. [#11485](https://github.com/JabRef/jabref/pull/11485) - We fixed an issue where an exception was thrown after changing "show preview as a tab" in the preferences. [#11515](https://github.com/JabRef/jabref/pull/11515) -- We fixed an issue where a new unsaved library was not marked with an asterisk [#11519](https://github.com/JabRef/jabref/pull/11519) +- We fixed an issue where a new unsaved library was not marked with an asterisk. [#11519](https://github.com/JabRef/jabref/pull/11519) - We fixed an issue where JabRef starts without window decorations. [#11440](https://github.com/JabRef/jabref/pull/11440) ### Removed