Skip to content

Cutter 1.7.3

Compare
Choose a tag to compare
@xarkes xarkes released this 26 Dec 13:04
e055457

Cutter 1.7.3

Additions

  • Added recent projects list in NewFileDialog (#785)
  • Added extra function information to function widget (#788)
  • Added color scheme customization feature (#709)
  • Added status bar and display items count (#779)
  • Added indicator to show when a command is being executed (#789)
  • Added context menu to Strings Widget (#817)
  • Added some keyboard shortcuts for widgets (#819)
  • Added header to Disassembly Widget to show function prototype (#771)
  • Added close and reopen button to Hexdump Widget side view (#852)
  • Added segments view (#851) (#916)
  • Enabled colors in console (#823)
  • Added edit function menu and dialog (#765)
  • Disabled debug window menu outside debug/emulation mode (#860)
  • Made text in About Dialog selectable (#871)
  • Added try again option when write failed (#880)
  • Added translations system (#848, #895)
  • Updated seek after console tasks finishes (#883)
  • Auto refresh contents after loading PDB (#935)
  • Added section selection to Strings Widget (#938)
  • Added xref shortcut to Strings Widget (#858)
  • Added new package UI design for MAC build (#986)
  • Added *BSD support to build.sh (#994, #1000)
  • Added block selection in Hexdump Widget (#1006)
  • Added Dark Native Colors

Fixes

  • Runtime crash fix (#799)
  • Fixed extra empty row in Function Widget (#797)
  • Don't show Load Options dialog when choosing not to open any file (#800)
  • Fixed handling of Close button in Save Project dialog (#806)
  • Fixed asm.var.sub* fetching in AsmOptionsWidget
  • Fixed logic bug with close window flag (#826)
  • Fixed non-mono font token highlighting on graph view (#825)
  • Multiple highlight fixes (#896, #899)
  • Fixed C++ plugin loading (#829)
  • Fixed function summary displayed in tooltip (#831)
  • Moved General Settings menu to Appearance (#837)
  • Fixed exit() calls in CutterApplication constructor
  • Typos fixes
  • Fixed utf8 file path for Windows (#890, #969)
  • Fixed project saving on Windows (#900)
  • Fixed Settings initialization (#901)
  • Fixed Dockerfile building
  • JSON parsing optimization (#947)
  • Fixed Jupyter with recent versions (#949)
  • build.sh improvements
  • Improved some colors (#976, #992, #1003)
  • Fixed graph refreshing
  • Several clean up
  • Updated radare2

Deletion

  • Removed isForbidden() that checked command in console widget
  • Killed Sidebar Widget