Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Yousuf Philips
catfish
Commits
51d9b39b
Commit
51d9b39b
authored
Jan 08, 2021
by
Sean Davis
Browse files
Updates for release
parent
a937b89f
Changes
5
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
51d9b39b
4.16.0
======
- Fulltext now searches UTF-7, UTF-8, UTF-16 BE/LE, and UTF-32 BE/LE
- Replace Gtk/Gdk/GLib deprecated code (#6)
- Use "match all" method for fulltext search (#30)
- Translation Updates:
Arabic, Basque, Belarusian, Danish, Estonian, Finnish, French,
Indonesian, Japanese, Kabyle, Norwegian Bokmål, Portuguese,
Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish,
Swedish, Turkish
4.15.0
======
- Dependency Changes:
...
...
catfish.1
View file @
51d9b39b
.TH CATFISH "1" "
October
202
0
" "catfish 4.1
5
.0" "User Commands"
.TH CATFISH "1" "
January
202
1
" "catfish 4.1
6
.0" "User Commands"
.SH NAME
catfish \- File searching tool which is configurable via the command line
.SH "DESCRIPTION"
...
...
catfish_lib/catfishconfig.py
View file @
51d9b39b
...
...
@@ -31,7 +31,7 @@ __catfish_data_directory__ = '../data/'
# Location of locate.db file
__locate_db_path__
=
'/var/lib/mlocate/mlocate.db'
__license__
=
'GPL-2+'
__version__
=
'4.1
5
.0'
__version__
=
'4.1
6
.0'
__url__
=
'https://docs.xfce.org/apps/catfish/start'
...
...
data/metainfo/catfish.appdata.xml.in
View file @
51d9b39b
...
...
@@ -43,6 +43,14 @@
</provides>
<releases>
<release
version=
"4.16.0"
date=
"2021-01-08"
>
<description>
<_p>
This release expands fulltext search to support more encodings and
match all keywords instead of matching any.
</_p>
</description>
</release>
<release
version=
"4.15.0"
date=
"2020-10-25"
>
<description>
<_p>
This release better integrates with the Xfce desktop, better supports
...
...
setup.py
View file @
51d9b39b
...
...
@@ -22,7 +22,7 @@ import shutil
import
sys
import
subprocess
__version__
=
'4.1
5
.0'
__version__
=
'4.1
6
.0'
__url__
=
'https://docs.xfce.org/apps/catfish/start'
try
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment