You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,34 @@
1
1
# Changelog
2
2
3
+
## 0.8.0 (2026-04-21)
4
+
5
+
### Features
6
+
* Open callback implementation in editor in [#959](https://github.com/software-mansion/live-debugger/pull/959)
7
+
8
+
### Bug fixes
9
+
* Fix endless reload loop in [#960](https://github.com/software-mansion/live-debugger/pull/960)
10
+
* Fix filters buttons in [#963](https://github.com/software-mansion/live-debugger/pull/963)
11
+
* Fix highlighting LiveViews by their children bounding boxes in [#976](https://github.com/software-mansion/live-debugger/pull/976)
12
+
* Fix trace fullscreen highlighting in [#971](https://github.com/software-mansion/live-debugger/pull/971)
13
+
* Disable tracing when heap size limit is reached in [#972](https://github.com/software-mansion/live-debugger/pull/972)
14
+
15
+
### Enhancements
16
+
* Create groups for settings in [#958](https://github.com/software-mansion/live-debugger/pull/958)
17
+
* Isolate LiveDebugger injected assets from debugged app in [#964](https://github.com/software-mansion/live-debugger/pull/964)
18
+
* Refactor tooltips content in [#961](https://github.com/software-mansion/live-debugger/pull/961)
19
+
* Add info to the remaining node inspector sections in [#969](https://github.com/software-mansion/live-debugger/pull/969)
20
+
21
+
### Other
22
+
* Docs: Update images and feature overview in docs in [#977](https://github.com/software-mansion/live-debugger/pull/977)
23
+
* Docs: Fix urls for LiveDebugger Tour in [#978](https://github.com/software-mansion/live-debugger/pull/978)
24
+
* Docs: Update README with ad servers and fix links in [#968](https://github.com/software-mansion/live-debugger/pull/968), [#965](https://github.com/software-mansion/live-debugger/pull/965)
25
+
* Docs: website updates v0.7.0 in [#955](https://github.com/software-mansion/live-debugger/pull/955)
26
+
* Tests: Migrate remaining e2e tests to Playwright in [#947](https://github.com/software-mansion/live-debugger/pull/947), [#953](https://github.com/software-mansion/live-debugger/pull/953)
27
+
* Tests: Fix flaky e2e tests and adjust shadow dom in [#951](https://github.com/software-mansion/live-debugger/pull/951), [#967](https://github.com/software-mansion/live-debugger/pull/967)
28
+
* Chore: update version in [#954](https://github.com/software-mansion/live-debugger/pull/954)
0 commit comments