File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.4.2 (2025-10-09)
4+
5+ ### Bug fixes
6+ * Fix crash when refreshing during callback execution in [ #760 ] ( https://github.com/software-mansion/live-debugger/pull/760 )
7+ * Explicit formats in SocketDiscoveryController in [ #754 ] ( https://github.com/software-mansion/live-debugger/pull/754 )
8+ * Fix positioning of return arrow in [ #788 ] ( https://github.com/software-mansion/live-debugger/pull/788 )
9+ * Fix highlighting LiveViews in LiveComponents in [ #725 ] ( https://github.com/software-mansion/live-debugger/pull/725 )
10+ * Add phoenix ~ > 1.7 dep in [ #791 ] ( https://github.com/software-mansion/live-debugger/pull/791 )
11+
312## 0.4.1 (2025-09-09)
413
514### Bug fixes
Original file line number Diff line number Diff line change 11defmodule LiveDebugger.MixProject do
22 use Mix.Project
33
4- @ version "0.4.1 "
4+ @ version "0.4.2 "
55
66 def project do
77 [
You can’t perform that action at this time.
0 commit comments