Devdocs Desktop Versions Save

? A full-featured desktop app for DevDocs.io.

v0.6.1

6 years ago

Features

  • Add back Check for Updates menu item.

Install

v0.6.0

6 years ago

Bug fixes:

  • Reset searcher state after close

Install

v0.6.0-rc.1

6 years ago

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.5.1

6 years ago

New features:

  • Update notifier, it checks for new release everyday

Bug fixes:

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

v0.5.0

6 years ago

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

6 years ago

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

6 years ago

New features:

  • Custom CSS/JS
2017-05-27 2 55 10

eg. to increase the font-size:

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

v0.2.2

7 years ago

Patches

  • Only adjust header on macos, fixed #19: 924b4ef07fa82dc2b616d9d041ea8b4f3ddbff9b

v0.2.1

7 years ago

Fixes:

  • Add tray icon for windows and linux users

v0.2.0

7 years ago

New Features:

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