We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cdd2d4 commit 50aa83aCopy full SHA for 50aa83a
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## 0.4.3 (2025-11-05)
4
+
5
+### Bug fixes
6
+ * Fix highlighting with embedded LiveViews [#797](https://github.com/software-mansion/live-debugger/pull/797)
7
8
+### Enhancements
9
+ * Route to same page after redirect to new process [#803](https://github.com/software-mansion/live-debugger/pull/803)
10
+ * Add features page to docs [#829](https://github.com/software-mansion/live-debugger/pull/829)
11
12
## 0.4.2 (2025-10-09)
13
14
### Bug fixes
mix.exs
@@ -1,7 +1,7 @@
defmodule LiveDebugger.MixProject do
use Mix.Project
- @version "0.4.2"
+ @version "0.4.3"
def project do
[
0 commit comments