Skip to content

Latest commit

 

History

History
93 lines (64 loc) · 8.17 KB

CHANGELOG.md

File metadata and controls

93 lines (64 loc) · 8.17 KB

Master

  • Added the Swift docset back - ec51356
  • Fixed an UI issue which occurred only in landscape mode on iPhone X. Thanks to @qinyuhang for reporting the issue and @DmytriE for fixing it - #80

1.8.8

  • Apple API Reference docset: added support for Xcode 9.4 and Xcode 10 - f29d3f0 and 0acc05c

1.8.7

  • Improved the way Dash selects the best server to connect to - e122d05
  • Added Java SE10 docset - c9d62b1
  • Removed JavaFX docset as it's now part of the Java SE docset - c9d62b1
  • Docset index pages can now scroll to a specific section within the page - 091f04a

1.8.6

  • Fixed an issue with the Apple API Reference docset which caused some pages to not load - bac544a
  • Updated Stylus docset icon - 0ad39d3

1.8.5

  • Added Apple API Reference docset support for Xcode 9.3 - c585578

1.8.4

  • Fixed an issue which caused the Apple API Reference docset to not be able to display some pages. Thanks to @philosopherdog for reporting the issue - #71
  • Fixed an issue which caused docset alphabetical sorting to be case-sensitive. Thanks to @ewalkie for reporting the issue - #72

1.8.3

  • Added support for sorting docsets alphabetically in the docset browser. Thanks to @waffleboot for the great work on this - #69
  • Added support for Xcode 9.3 docs - 73cadfb

1.8.2

  • Fixed crash at launch for release build - c0d2582

1.8.1

  • Fixed Apple API Reference docset transfer issues - #66

1.8.0

  • Fixed docset index page button on iOS 11 - 7fd09e8
  • Fixed an issue which caused the Swift docset to still appear in Dash, although it was removed - ca9c9f6
  • Fixed an issue which caused the search results table to be inset on iOS 11 - d022d88
  • Fixed an issue which caused search results to not be highlighted correctly - aea602e
  • Fixed access to UI on background thread - 90b1875
  • Fixed an issue which caused extra table row separators to appear above the search results table - 313893d
  • Fixed Settings button sometimes appearing faded - 2bb42fe
  • Consolidated the OpenCV C, C++, Python and Java docsets into a single OpenCV docset - 9af12ee

1.7.0

  • Added support for adding docsets using the "Open in..." menu. Thanks to @insightmind for the great work on this - #52
  • Added Java SE9 docset - 7c727c2
  • Added Java EE8 docset - 61e2df7
  • Added AngularJS docset (now separate from the Angular docset) - b0ef193
  • Removed Swift docset. Swift docs can be found in the Apple API Reference docset - 88913a6
  • Fixed an AirDrop issue. Thanks to @ClementPadovani for the fix - #61
  • Added Glossary, Control Structure, Expression, Handler, Iterator, Widget, Block, Template types - a94006b

1.6.3

  • Fixed an iPad-only crash which occurred in Settings while going into split view mode with the search field active - 36cf36d

1.6.2

  • Fixed an issue which caused the iOS remote feature to sometimes not pair correctly - 9f9dd6c
  • Consolidated all Angular docsets into one - 56fda1b
  • Fixed an issue which caused empty rows to sometimes appear in the table of contents - 097197c
  • Fixed an iPad-only crash which occurred in Settings while pressing Done with the search field active - e87a069
  • Fixed an issue in the User Contributed repo which caused author names to not be truncated when there's not enough space - 3482d8f
  • Added "Data Source" type - 6a45537

1.6.1

  • Added support for receiving docsets using AirDrop. Thanks to @vinayjn for the great work on this - #36
  • Added Pug docset. Removed Jade docset - 36fdff3
  • Fixed build products path. Thanks to @RegalMedia for reporting the issue - #28
  • Fixed the display of included modules for Ruby docsets - 4416ccb
  • Fixed Dash App Store display/product name - 5015177

1.6.0

  • Added support for cheat sheets - #22
  • Added support for user contributed docsets - #20
  • Added state restoration support. Thanks to @zhongwuzw for the great work on this - #18
  • Fixed Unity 3D docset bug which caused it to not remember the selected language. Thanks to @hantengx for reporting the issue - #17
  • Fixed a crash in the docset downloader. Thanks to @zhongwuzw for the fix - #16
  • Stopped an evil if() from taking over the world. Thanks to @BalestraPatrick for reporting the issue and @flovilmart for fixing it - #4