Skip to content

Latest commit

 

History

History
105 lines (81 loc) · 3 KB

CHANGELOG.md

File metadata and controls

105 lines (81 loc) · 3 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.6.0 - 2024-11-14

Added

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

Fixed

  • Improved fuzzy search.

[0.5.1] - 2024-08-26

Added

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

Fixed

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

[0.5.0] - 2024-06-24

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.

[0.4.1] - 2024-05-03

Added

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

Fixed

  • Added missing icon for Signal documents.

[0.4.0] - 2024-05-02

Added

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

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.

[0.3.1] - 2024-02-25

Added

Fixed

  • Redis docset now works.

[0.3.0] - 2024-02-23

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.

[0.2.4] - 2023-12-09

Fixed

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

[0.2.3] - 2023-11-21

Fixed

  • Fix crashes with GTK4 > 4.6

[0.2.2] - 2023-07-23

Fixed

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

[0.2.1] - 2023-07-17

Fixed

  • Fixed compilation with Harfbuzz 8.0.
  • Fixed makefile for parallel builds.

[0.2.0] - 2023-07-17

Added

  • Added built in GTK docsets (GLib, Gio and GObject still missing).
  • Added locator menu to change current docset.
  • Page search on Ctrl+F or any input when webview is focused.
  • Added flatpack package.

Fixed

  • Search results scroll bar stay always on top after a search change.
  • Only show search results popover if there are results to show.

[0.1.0] - 2023-07-07

Added

  • Barely usable, this release is just to have an ArchLinux AUR package.