Skip to content

Latest commit

 

History

History
65 lines (59 loc) · 6.11 KB

CHANGELOG.md

File metadata and controls

65 lines (59 loc) · 6.11 KB

Change log

Release 0.3.0

  • New: Tabs for images. (#48)
  • New: Add option to translate UI. (#54)
  • New: Saved image expand to include annotations out of border. (#90)
  • New: Add support for stickers. (#74)
  • New: Add tab context menu for close all tabs and close other tabs. (#93)
  • Changed: Make dropdown buttons show popup on click. (#89)
  • Fixed: Using select tool marks image as changed. (#97)

Release 0.2.1

  • Fixed: Edit border around text box doesn't disappear when done with editing. (#71)
  • Fixed: Edit border not shown under Windows when NoFillNoBorder selected for Text Tool. (#72)
  • Fixed: When adding text with background under Windows a filled rect is show in top left corner. (#73)
  • Fixed: Drawing text tool rect from right to left and bottom top create no rect. (#76)
  • Fixed: Text Tool FillType selection not saved. (#75)
  • Fixed: Icons not scaled with HiDPI. (#77)
  • Fixed: Text Cursor not show on Linux. (#70)

Release 0.2.0

  • New: Add image item and interface for adding them externally. (#45)
  • New: Edit text box content. (#51)
  • New: Add cmake uninstall target. (#47)
  • New: Panning image by holding space or mouse middle button and dragging. (#9)
  • New: Change annotation element config after drawing. (#44)
  • Changed: Increase blur level so that large text is not visible. (#62)
  • Changed: Crop widget updates shows via cursor if something is movable. (#64)
  • Changed: Multi-tool buttons select current (last) tool on single click. (#66)
  • Fixed: Ctrl Modifier stuck on second or third screenshot with Ctrl-N. (#58)
  • Fixed: Unable to select number annotation when clicking on the number without background. (#46)
  • Fixed: Undo/Redo is now disabled during crop and scale operation. (#56)
  • Fixed: Mess with russian letters in text tool when typing in Russian. (#59)
  • Fixed: Text tool does not allow me to type accents. (#57)
  • Fixed: Highlighter rect and ellipse have only border but no fill. (#65)
  • Fixed: Saved tool selection not loaded on startup. (#67)
  • Fixed: On startup does not highlight tool, when this tool not the first item in the list. (#63)
  • Fixed: Cursor image cannot be grabbed for moving. (#69)
  • Fixed: Accents still not work in text tool on Linux. (#61)

Release 0.1.0

  • New: Double Arrow annotation tool. (#23)
  • New: Marker Rectangle and Ellipse annotation tool. (#26)
  • New: Add icons for dark theme. (#37)
  • New: Add config option to setup blur radius. (#25)
  • Changed: Blur tool is now preciser and fits the rect. (#28)
  • Changed: Enter finishes text input and shift-enter adds new line in Text Tool. (#30)
  • Changed: Text item draws border around the text when in text edit mode. (#34)
  • Fixed: Double-click on annotation area causes SIGSEGV crash. (#29)
  • Fixed: CAPS LOCK doesnt work on image editor. (#27)
  • Fixed: Unable to select text item when clicking on text. (#32)
  • Fixed: Some blurs get removed when losing focus. (#35)
  • Fixed: Items cannot be resized when drawn from bottom right to top left. (#38)
  • Fixed: Right click on annotation items selects item but doesn't switch tool. (#40)
  • Fixed: Copy number annotation item doesn't increment number. (#41)
  • Fixed: Crash on startup after adding Blur Radius Picker. (#43)

Release 0.0.2

  • New: Added blur annotation tool. (#20)
  • New: Keep number tool sequence consecutive after deleting item. (#7)
  • New: Added control for setting first number for numbering tool. (#7)
  • New: Text and Number tool have now noBorderAndNoFill type. (#22)

Release 0.0.1

  • New: Initial release