Skip to content

Commit

Permalink
Update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
otsaloma committed Sep 2, 2024
1 parent 8c2f2ad commit 4710a15
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
PENDING: Catapult 1.0.2/1.1
===========================
PENDING: Catapult 1.1
=====================

* Add setting to show non-native apps i.e. ignore the `OnlyShowIn`
attribute of desktop files (#29)
* Fix the light theme and `@import` rules in general (#28)

2024-04-03: Catapult 1.0.1
Expand Down
2 changes: 1 addition & 1 deletion catapult/plugins/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ def search(self, query):
def update(self):
self.debug("Updating index...")
self._index = dict(self._list_apps())
self.debug(f"{len(self._index)} items in index")
self.debug(f"{len(self._index)} items in index")

0 comments on commit 4710a15

Please sign in to comment.