Skip to content

win-witr v0.1.12

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Feb 11:52
· 51 commits to main since this release
e4a066f

feat: show related processes, essentially deduplicating processes like witr but being more helpful


Changes

✨ Features

  • show related processes, essentially deduplicating processes like witr but being more helpful (0ef5a4b)

🐛 Fixes

  • Fix process name storage conversion issue (c37dd60)
  • type error (10f4359)
  • fix type error and fix semicolon accidentally typed as colon (1242a6d)
  • add missing initializing argument (cbafa76)
  • another missing semicolon (a435b95)
  • missing semicolon (cea6b6b)
  • syntax error and terrible syntax (b9e6b64)

⚡ Performance

  • make related procnames use stored vector of names rather than calling win32 api for proc name on every related process (1894fed)

♻️ Refactoring

  • names is passed by value — prefer const std::vectorstd::string& (aa03023)

📋 Other Changes

  • Merge branch 'main' into name-check-improvements (17cc779)
  • Update process.ps1 (6e7728e)
  • Update process.ps1 (147bb68)
  • Update process.ps1 (5b3e47b)
  • Merge branch 'main' into name-check-improvements (4dbc96a)

Based on commits from a42c0da to aa03023