Skip to content

Releases: hugopl/rtfm

v0.6.0

14 Nov 17:55
Compare
Choose a tag to compare

Added

  • Add documentation for WebKitGtk2.
  • Show page title on title bar if tabview header is hidden.

Fixed

  • Improved fuzzy search.

v0.5.1

26 Aug 17:21
Compare
Choose a tag to compare

Added

  • Add Alt+Up/Down shortcut to select previous/next docset in locator dialog.

Fixed

  • Only link to necessary libraries directly used by rtfm.
  • Log unhandled exceptions before quit on errors.
  • Do not hide locator if nothing was loaded yet.
  • Fix some keyboard focus issues.

v0.5.0

24 Jun 19:52
Compare
Choose a tag to compare

Added

  • Add documentation for GLib, Gio and GObject.

Fixed

  • Fixed document hierarchy for Struct, Namespace and Mixin documents.
  • Remove -Dpreview_mt to improve stability and add few other compiler options.

v0.4.1

03 Apr 14:12
Compare
Choose a tag to compare

Added

  • It's possible to launch rtfm with a query, meanwhile the default docset is used.

Fixed

  • Added missing icon for Signal documents.

v0.4.0

02 Apr 14:56
Compare
Choose a tag to compare

Fixed

  • Fix compilation with GLib 2.80 and GTK 4.14.
  • Search text is selected when locator is show.
  • Do not fork on --license and --version command line arguments.

Changed

  • Removed buttons to search-prev/search-next, use F3/Ctrl+F3 instead.
  • Show arguments on Crystal docset methods and functions.
  • Class only search was temporary removed.

Added

  • Added document hierarchy, a sidebar was added to show them.
  • Show arguments on Crystal docset methods and functions.

v0.3.1

26 Feb 01:17
Compare
Choose a tag to compare

Added

Fixed

  • Redis docset now works.

v0.3.0

23 Feb 23:45
Compare
Choose a tag to compare

Added

  • New UI
  • It's possible to search only classes by prefixing the search with "c ".
  • It's possible to search only methods by prefixing the search with ". ".

Fixed

  • Fixed incompatibilities with some docsets, many more still existing.

Changed

  • Removed save session feature.

v0.2.4

10 Dec 02:46
Compare
Choose a tag to compare

Fixed

  • Fix crash caused by GResource being compiled at runtime, thanks @sund3RRR (#14).

v0.2.3

21 Nov 21:41
Compare
Choose a tag to compare

Fixed

  • Fix crashes with GTK4 > 4.6

v0.2.2

23 Jul 03:26
Compare
Choose a tag to compare

Fixed

  • Don't refuse to start if there are removed docsets in the saved session.
  • Remove use of GTK deprecated API.