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 a8ffde5 commit 27e9353Copy full SHA for 27e9353
1 file changed
ChangeLog
@@ -1,3 +1,14 @@
1
+What's new in version 3.5.1
2
+
3
+* Darwin: Fix unsigned underflow in memory meter on ARM64 (Apple Silicon 16K pages showing ~64TB used)
4
+* Linux/PCP: Replace M_SHARE (SHR) with M_PRIV (PRIV) in default Main screen columns
5
+* PCP: Fix dynamic screen column (instance) sorting (incorrect cast and field offsets)
6
+* PCP: Fix units used when printing M_PRIV memory column values
7
+* PCP: Add Darwin swap metric values and a fallback on Linux for SwapMeter
8
+* Fix null pointer dereference in actionBacktrace() (GCC LTO -O2 -flto, Ubuntu 24.04)
9
+* Make search function activate following on find consistently
10
+* Make a panel click abort the search function
11
12
What's new in version 3.5.0
13
14
* Implement line editor for Search, Filter and (re)naming Screens
0 commit comments