aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2022-09-05 11:04:15 +0200
committerGitHub <[email protected]>2022-09-05 02:04:15 -0700
commit14d140ee60821463a54dc45576e5c2273d0c2802 (patch)
treebe7661e11b4c6b61fcc07f8d2364b4fa27b8c61d /CHANGELOG.md
parentDon't use -r option for 7z, it is not needed and picks up more than you expec... (diff)
downloadzen-14d140ee60821463a54dc45576e5c2273d0c2802.tar.xz
zen-14d140ee60821463a54dc45576e5c2273d0c2802.zip
Fix/safer html folder detection (#153)v0.1.4-pre26
* safer detection of html folder for frontend in debug mode * changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 407daff94..8d5a41975 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,7 @@
- Bugfix: Fix crash when switching Zen upstream configured via DNS when one endpoint becomes unresposive
- Bugfix: Fixed issue where projects would not be discovered via DiscoverProjects due to use of stem() vs filename()
- Bugfix: Use "\\\\?\\" prefixed paths on Windows and fix hardcoded path delimiters (UE-141222)
+- Bugfix: Safer detection of html folder when running non-bundled executable
- Sentry: Added logging of sentry_init error code
- Sentry: Attach log file to Sentry error reports
- Sentry: Capture capture error/critical log statements as errors in Sentry