1. Jan 26, 2019
    • Luke Schoen's avatar
      fix: Fix save windows position on minimise on Linux. Add taskbar usage to Readme · 3e606c2e
      Luke Schoen authored
      * Update Readme with Usage of taskbar mode on macOS and Linux
      
      * Remvoe custom context menu since was not working and we will use ALT version instead
      
      * Rename processMoved to saveWindowPosition
      
      * Fix by savingWindowPosition when user minimises Fether window so it restores to same position
      
      * Change tooltip message to 'Click to toggle Fether window' since it is important on Linux as use must click the tooltip to open/close the Fether window
      
      * Only disable taskbar mode on Windows
      3e606c2e
  2. Jan 25, 2019
    • Luke Schoen's avatar
      feat: Save window position on Linux. Refactor events · c0b3fa16
      Luke Schoen authored
      * Save Fether window position on Linux using debounce with 'move' event, and 'close' event
      
      * Save Fether window position on macOS and Windows also using 'close' event instead of just 'moved' event
      
      * Refactor `create` method to prevent duplication
      
      * Refactor to organise event listeners into `setupWindowListeners` and `setupRequestListeners`
      c0b3fa16
  3. Jan 24, 2019
  4. Jan 23, 2019
  5. Jan 22, 2019
  6. Jan 21, 2019