From 119913dd63b2d58d2221d72e6deb86ca05fc4fbe Mon Sep 17 00:00:00 2001 From: Hugo Parente Lima Date: Fri, 23 Feb 2024 18:59:03 -0300 Subject: [PATCH] Release v0.3.0. --- CHANGELOG.md | 12 ++++++++++++ Makefile | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24aa229..e9898c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [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). diff --git a/Makefile b/Makefile index 5272371..7e302e1 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ install: # docsets mkdir -p $(DESTDIR)$(PREFIX)/share/rtfm/docsets/ cp -r data/Crystal.docset $(DESTDIR)$(PREFIX)/share/rtfm/docsets/ - cp -r data/Gtk4.docset $(DESTDIR)$(PREFIX)/share/rtfm/docsets/ + cp -r data/Gtk.docset $(DESTDIR)$(PREFIX)/share/rtfm/docsets/ # License install -D -m0644 LICENSE $(DESTDIR)$(PREFIX)/share/licenses/rtfm/LICENSE # Changelog