Skip to content

Commit 82c2f76

Browse files
committed
Release: v0.5.0
1 parent 095e67b commit 82c2f76

File tree

4 files changed

+61
-3
lines changed

4 files changed

+61
-3
lines changed

CHANGELOG.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,63 @@
11
# Changelog
22

3+
## 0.5.0 (2025-12-01)
4+
5+
### Features
6+
* Calculate assigns size in [#795](https://github.com/software-mansion/live-debugger/pull/795)
7+
* Trace diffs sent to browser by in [#801](https://github.com/software-mansion/live-debugger/pull/801)
8+
* Add dead LiveViews section by in [#798](https://github.com/software-mansion/live-debugger/pull/798)
9+
* Add resources page in [#820](https://github.com/software-mansion/live-debugger/pull/820)
10+
* Add history of assigns in [#845](https://github.com/software-mansion/live-debugger/pull/845)
11+
* Async loading support in [#851](https://github.com/software-mansion/live-debugger/pull/851)
12+
* Add streams section in [#817](https://github.com/software-mansion/live-debugger/pull/817)
13+
14+
### Bug fixes
15+
* Fix appearance buttons in settings are not synchronized across tabs in [#736](https://github.com/software-mansion/live-debugger/pull/736)
16+
* Settings switch wrong state when clicking fast in [#758](https://github.com/software-mansion/live-debugger/pull/758)
17+
* Debugger LiveViews state saved among debugged LiveViews in [#785](https://github.com/software-mansion/live-debugger/pull/785)
18+
* change position of the searchbar in fullscreen assigns in [#796](https://github.com/software-mansion/live-debugger/pull/796)
19+
* Fix search in assigns in [#812](https://github.com/software-mansion/live-debugger/pull/812)
20+
* Fix flaky e2e test in [#819](https://github.com/software-mansion/live-debugger/pull/819)
21+
* fix error alert in traces in [#852](https://github.com/software-mansion/live-debugger/pull/852)
22+
* Fix sending events from browser in [#853](https://github.com/software-mansion/live-debugger/pull/853)
23+
* Fix assigns change pulse in [#854](https://github.com/software-mansion/live-debugger/pull/854)
24+
* fix sending obsolete event on clicking in LiveDebugger in [#863](https://github.com/software-mansion/live-debugger/pull/863)
25+
* remove LiveDebugger warnings on production in [#862](https://github.com/software-mansion/live-debugger/pull/862)
26+
* not displaying error in async jobs for dead LiveView in [#866](https://github.com/software-mansion/live-debugger/pull/866)
27+
28+
### Enhancements
29+
* Add option to disable debug button in [#750](https://github.com/software-mansion/live-debugger/pull/750)
30+
* Add setting for tracing enabled no start in [#752](https://github.com/software-mansion/live-debugger/pull/752)
31+
* Search in assigns in [#755](https://github.com/software-mansion/live-debugger/pull/755)
32+
* Extend `GarbageCollector` in [#766](https://github.com/software-mansion/live-debugger/pull/766)
33+
* Add diffing functionality in [#761](https://github.com/software-mansion/live-debugger/pull/761)
34+
* Improve Assigns section performance in [#799](https://github.com/software-mansion/live-debugger/pull/799)
35+
* async calculation assigns sizes in [#810](https://github.com/software-mansion/live-debugger/pull/810)
36+
* Add search for callback traces in node inspector in [#814](https://github.com/software-mansion/live-debugger/pull/814)
37+
* Remove Trace body from DOM on collapsible close in [#818](https://github.com/software-mansion/live-debugger/pull/818)
38+
* Add pulse on assign change in [#822](https://github.com/software-mansion/live-debugger/pull/822)
39+
* Add ability to track specific assigns in [#824](https://github.com/software-mansion/live-debugger/pull/824)
40+
* Update Active LiveViews page in [#858](https://github.com/software-mansion/live-debugger/pull/858)
41+
* added status dot for indicating that assigns are loading in [#864](https://github.com/software-mansion/live-debugger/pull/864)
42+
* Add chevrons to sections in node inspector in [#867](https://github.com/software-mansion/live-debugger/pull/867)
43+
44+
### Other
45+
* Refactor: Add garbage collection to settings and remove config from settings storage in [#734](https://github.com/software-mansion/live-debugger/pull/734)
46+
* Refactor: unify traces on the UI in [#813](https://github.com/software-mansion/live-debugger/pull/813)
47+
* Refactor: unify trace data structures in [#815](https://github.com/software-mansion/live-debugger/pull/815)
48+
* Refactor: update tracing action buttons in [#844](https://github.com/software-mansion/live-debugger/pull/844)
49+
* Refactor: Update layout of LiveDebugger in [#859](https://github.com/software-mansion/live-debugger/pull/859)
50+
* Refactor: Change components to better match designs in [#735](https://github.com/software-mansion/live-debugger/pull/735)
51+
* Refactor: remove config flags in [#746](https://github.com/software-mansion/live-debugger/pull/746)
52+
* Docs: Move config guide from README.md to HexDocs in [#744](https://github.com/software-mansion/live-debugger/pull/744)
53+
* Docs: Improved deprecation info for Process API in [#768](https://github.com/software-mansion/live-debugger/pull/768)
54+
* Docs: add website urls in [#843](https://github.com/software-mansion/live-debugger/pull/843)
55+
* Chore: bump elixir to 1.19 in [#811](https://github.com/software-mansion/live-debugger/pull/811)
56+
* Chore: bump wallaby in [#821](https://github.com/software-mansion/live-debugger/pull/821)
57+
* Tests: Remove `live_debugger_refactor` directory in [#800](https://github.com/software-mansion/live-debugger/pull/800)
58+
* Tests: Remove flaky case from e2e test in [#847](https://github.com/software-mansion/live-debugger/pull/847)
59+
* Add EndlessCrashLoop LiveView to devApp in [#739](https://github.com/software-mansion/live-debugger/pull/739)
60+
361
## 0.4.3 (2025-11-05)
462

563
### Bug fixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Add `live_debugger` to your list of dependencies in `mix.exs`:
3333
```elixir
3434
defp deps do
3535
[
36-
{:live_debugger, "~> 0.4.0", only: :dev}
36+
{:live_debugger, "~> 0.5.0", only: :dev}
3737
]
3838
end
3939
```

docs/welcome.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Add `live_debugger` to your list of dependencies in `mix.exs`:
3535
```elixir
3636
defp deps do
3737
[
38-
{:live_debugger, "~> 0.4.0", only: :dev}
38+
{:live_debugger, "~> 0.5.0", only: :dev}
3939
]
4040
end
4141
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule LiveDebugger.MixProject do
22
use Mix.Project
33

4-
@version "0.5.0-dev"
4+
@version "0.5.0"
55

66
def project do
77
[

0 commit comments

Comments
 (0)