Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 3.89 KB

CHANGELOG.md

File metadata and controls

59 lines (36 loc) · 3.89 KB

Changelog

1.1.0 (2020-11-29)

Features

  • highlight copy button on click (fc94f6b)
  • remove hash when copying hex color (7e102f3)

1.0.3 (2020-09-02)

Bug Fixes

  • allow copy and paste in color input box (8186b75)
  • app version should update on release (334cddb)

1.0.2 (2020-09-02)

Bug Fixes

  • change value of color input box when generating random color (2fb5da1)
  • save color on input change (3d23c5b)

1.0.1 (2020-09-02)

Bug Fixes

  • add pointer cursor to color picker (152b0be)

1.0.0 (2020-09-01)

Features

  • ability to change the color format used for copying to clipboard (4e2f943)
  • ability to copy tints or shades color to clipboard (c20d541)
  • add ability to change theme (8ade8da)
  • add ability to generate random color (220557a)
  • add about dialog (173c274)
  • add color input box (5f43e68)
  • add color picker component (07545de)
  • add frame header (8461fa5)
  • add menu item for clearing storage during development (5fc2c19)
  • add menu items to inspect storage (d254913)
  • add ui of application menu and setting menu (750c746)
  • adjust size of control button (7785639)
  • check for updates using github api (b114a9e)
  • display tints and shades of selected color (49ef172)
  • save selected color to storage and restore on app open (d80b7d8)
  • save window pin to storage and restore on app open (2b54896)

Bug Fixes

  • bind 'this' to functions interacting with app states (42ca962)