Skip to content

Releases: nohuto/regkit

V0.0.0.4

19 Apr 15:20

Choose a tag to compare

  • Fixed rendering issues
  • Fixed memory issues in relation to Find functionality
  • Replaced custom font window with native one

Hashes:

regkit.exe: 2DFE7821FA3E0A37F5DB3D8FB8D8C164DB92E83E9CC45A696CE52218A618458D
RegKit-Setup-0.0.0.4.exe: 262E577F1AF9FA5AB55A710B215318BDF3B967A3E5AC047541259083658C463E

Previous changelogs (since win-registry & regkit got merged, means these don't exist anymore):

V0.0.0.2:

  • Fixed duplicate paste in text fields
  • Added proper support for external registry jumps
    • LastKey ones
    • RegJump (procmon uses it) UI automation
  • Debounced automated jump handling so external jumps no longer thrash the real tree UI while navigating
  • Fixed duplicate local registry tabs (each gets it's own tree state)
  • Removed repeated synchronous menu related disk work
  • Reduced startup settings parsing
  • Moved startup cache/state loading off the UI thread
  • Improved history trimming
  • Search tabs now lazy load
  • Defaulted font size to 9pt
  • Improved find performance

V0.0.0.3

  • Improved external registry jump behavior (software like serviwin should work fine now)
  • Added default regedit tree behavior for better combability (this will only be visible when trying to jump)
  • Identical spacing (dialogs etc.) & edited UI layout for 'Edit Value'
  • Edited tool/menu style
  • Several other code improvements