Skip to content
This repository has been archived by the owner on Jan 8, 2022. It is now read-only.

Releases: egoist/devdocs-desktop

v0.6.1

19 Jun 17:36
Compare
Choose a tag to compare

Features

  • Add back Check for Updates menu item.

Install

v0.6.0-rc.1

19 Jun 12:28
Compare
Choose a tag to compare

New features:

  • Auto-update (silently install updates in background) (thanks to @positive07)
  • Add menu item / shortcut to increase and decrease text size

Bug fixes:

  • Focus search bar when app is loaded and in-page search is closed

Install

v0.6.0

19 Jun 15:43
Compare
Choose a tag to compare

Bug fixes:

  • Reset searcher state after close

Install

v0.5.1

14 Jun 15:59
Compare
Choose a tag to compare

New features:

  • Update notifier, it checks for new release everyday

Bug fixes:

  • Register global shortcut (if enabled) when app is ready

v0.5.0

14 Jun 08:40
Compare
Choose a tag to compare

New features:

  • Custom titlebar on macOS.
  • Disable global shortcut (Cmd/Ctrl+Shift+D) by default, you can manually enable it in menu.
    • macOS: DevDocs -> Preferences -> Enable Global Shortcut
    • Other: Preferences -> Enable Global Shortcut

devdocs-preview

v0.4.0

13 Jun 18:41
Compare
Choose a tag to compare

New features:

  • Add global shortcut ctrl/cmd+shift+d to toggle app
  • Support in-page search (ctrl/cmd+f):
    2017-06-14 12 45 15
  • Add update checker:

2017-06-14 2 05 12

v0.3.0

27 May 07:15
Compare
Choose a tag to compare

New features:

  • Custom CSS/JS

2017-05-27 2 55 10

eg. to increase the font-size:

._list-item, ._content {
  font-size: 1rem !important;
}

Version 0.2.2

07 Mar 09:55
Compare
Choose a tag to compare

Patches

Version 0.2.1

04 Mar 14:40
Compare
Choose a tag to compare

Fixes:

  • Add tray icon for windows and linux users

Version 0.2.0

04 Mar 14:23
Compare
Choose a tag to compare

New Features:

  • Right click to show context menu with copy/cut items.
  • Keep and restore window state
  • Run app in background, see readme