Skip to content

v0.4.0-rc1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 18 Jun 17:25
· 93 commits to master since this release

What's Changed

  • fix: classify Linux modules by executable mappings by @nanookclaw in #22
  • Refactor: standardize memory byte formatting across the codebase by @paarothecoder in #37
  • test: cover leak argument edge cases by @beanscg in #36
  • #31 Add inline code documentation for public functions by @light89219 in #41
  • refactor: replaced manual byte formatting with format_bytes utility by @law65horizon in #44
  • feat: add memory threshold alert badges to TUI (closes #43) by @arinbalyan in #45
  • #32 create a sample test for one core function by @light89219 in #46
  • #39 Add Help/Usage Command Subcommand by @light89219 in #47
  • feat(tui): add theme system with light mode and colorblind accessibility support by @Samanyu-dev in #50
  • feat: add criterion benchmarks and memory overhead tests, and export … by @Samanyu-dev in #52
  • perf: optimize heap difference algorithms and benchmark configuration by @Samanyu-dev in #53
  • Add Error Handling Wrapper Utility by @light89219 in #54
  • QoL: process name argument fuzzy-matchable by @light89219 in #55
  • fix(macos): stabilize memory mapping and handle Hardened Runtime code signing by @Samanyu-dev in #56
  • Fix github-actions releases 2 times by @light89219 in #58
  • Update release.yml by @SickleFire in #59
  • docs(readme): revamp structure, add Quick Start, and include Mermaid diagrams by @Samanyu-dev in #60

  • Update CONTRIBUTING.md by @SickleFire in #61

New Contributors

Full Changelog: v0.3.0...v0.4.0-rc1