Skip to content

Commit

Permalink
Release v0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
hugopl committed Feb 23, 2024
1 parent c12b7da commit 119913d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 119913d

Please sign in to comment.