Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 0.4.3 (2025-11-05)

### Bug fixes
* Fix highlighting with embedded LiveViews [#797](https://github.com/software-mansion/live-debugger/pull/797)

### Enhancements
* Route to same page after redirect to new process [#803](https://github.com/software-mansion/live-debugger/pull/803)
* Add features page to docs [#829](https://github.com/software-mansion/live-debugger/pull/829)

## 0.4.2 (2025-10-09)

### Bug fixes
* Fix crash when refreshing during callback execution in [#760](https://github.com/software-mansion/live-debugger/pull/760)
* Explicit formats in SocketDiscoveryController in [#754](https://github.com/software-mansion/live-debugger/pull/754)
* Fix positioning of return arrow in [#788](https://github.com/software-mansion/live-debugger/pull/788)
* Fix highlighting LiveViews in LiveComponents in [#725](https://github.com/software-mansion/live-debugger/pull/725)
* Add phoenix ~> 1.7 dep in [#791](https://github.com/software-mansion/live-debugger/pull/791)

## 0.4.1 (2025-09-09)

### Bug fixes
Expand Down
Loading