Skip to content

Releases: AhKi/oh-my-desk

2.1.0

20 Apr 08:57
c335d4b
Compare
Choose a tag to compare
  • UI/UX Design improvement(#166) @yangjinhwa
  • Clean up code
    • #162, #172
      • delete unused code(manually update - is dropped feature)
      • IPC communication resurrection
      • adjust config file and path file
  • Add Feature(#167)
    • widget
      • can full focus url using double-click on address bar.
      • can clear url when click "x" button on address bar.
    • search window
      • can open widget using double click
      • add empty page when have no widget list.
      • can manage widget on search like delete, edit.
  • Bug Fix
    • change title each widget(#171, issue #169)

2.0.3

02 Dec 17:10
9b4d268
Compare
Choose a tag to compare

Bug Fix

  • Add case about save widget setting. (#158)

Feature

  • Add quit button in search window (#159)

2.0.2

28 Nov 09:20
6b43a53
Compare
Choose a tag to compare

Bug Fix

  • Change color about select of Refresh Timer setting. (#154)
  • Typo fix about from co.kr to com.

Feature

  • Create context menu when right-click in tray icon. (#156)

2.0.1

27 Nov 05:29
9fa846d
Compare
Choose a tag to compare

Done

  • Reload current url when toggle user-agent. (#149)
  • Delete doesn't supported key in electron.globalShotCut. (#151)
  • Complete Production Code signing.

2.0.0

25 Nov 17:04
Compare
Choose a tag to compare

v2.0.0 is released!

New Feature

  • Search

    • Can search about widget.
    • Can open widget using keyboard hotkey.
  • Widget

    • Widget is updated like browser!
    • Address-bar is made.
    • Widget Setting is made.
    • Webview can reload intervelly.
    • Some Bug is fixed.
  • Preference

    • Can application setting about auto-launch, auto-open widget etc.

Everything is improvement.
Enjoy using Oh-My-Desk.

1.1.2

04 Aug 17:09
Compare
Choose a tag to compare

Refactor

  • Logo Change to New image
  • README update
  • Attach install file in this release note

v1.1.1 released

10 Mar 17:13
Compare
Choose a tag to compare

Changed

  • working about unit test code for raising coverage (#100)
  • Fix web widget title bar style for click event in window OS (#101)

Notice

Bug fix about following

  • Fix web widget title bar button is not actived in window OS
    • Because Button's parenet has -webkit-app-region: drag style code.
    • So Add Button style that -webkit-app-region: no-drag.

Refactor Main Design

26 Feb 16:09
46694c7
Compare
Choose a tag to compare
  • Setting TestCode and add Circle CI environment
    (#55, #59, #90)

  • Synchronize update about widget isActive Boolean
    (#64, #70, #71, #73)

  • add default menu in main process
    (#67)

  • save widget createTime, updateTime and sort by createTime
    (#72)

  • migration web widget from Pure JS to React JS
    (#77)

  • refactor folder-structure
    (#78, #81, #82)

  • edit webview title-bar
    (#83, #86)

  • markup code (#95,

  • refactor code (#91, #96)

  • add documentation (#87, #94)

v1.0.2 version release

03 Feb 05:13
1654554
Compare
Choose a tag to compare
  • change eslint-rule (#50)
  • show widget when click widget list in setting widget (#51)
  • read me update (#52)
  • Create LICENSE (#54)

1.0.1 version update

30 Jan 16:03
Compare
Choose a tag to compare
  • update electron version 1.7.9 to 1.7.11 (#39)
  • refactor dependency library and index.html file (#40)
  • delete package-lock.json (#41)
  • add confirm modal and enter key action in widget info (#42, #43)
  • add validation for url and name in make widget modal (#44)
  • browser history moving event in web widget (#38)
  • _*.scss file load faster than another file. (#45)
  • synchronized update and update for convenient (#46)