Skip to content

Commit 9b13a01

Browse files
committed
Preparing for release v2.7
1 parent ad5c52f commit 9b13a01

4 files changed

Lines changed: 32 additions & 34 deletions

File tree

NEWS

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
Geeqie 2.7
2+
============
3+
4+
- Additional file filter for Rating
5+
- Progress dialog for file copy/move operations
6+
- Geeqie is available as a Snap
7+
- Keyboard shortcuts shown in a window
8+
- Sort dir preview in ui-file-chooser
9+
- Include history combo in tabcomp button
10+
- Include folder preview in Open File action
11+
- Include preview pane for tabcomp button - ICC preview is included if iccdump is installed
12+
- Include preview pane in New Folder action
13+
- Per-image information text in the collection window
14+
- Revised algorithm for GPS distance
15+
- Update secure_save code
16+
- Include getrusage debug command
17+
- Code improvements
18+
- Bug fixes
19+
- More progress in GTK4 migration
20+
121
Geeqie 2.6
222
============
323

data/man/geeqie.1

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH GEEQIE "1" "July 2025" "Geeqie 2.6+git20250709-d20f3045 GTK3" "User Commands"
2+
.TH GEEQIE "1" "February 2026" "Geeqie 2.7 GTK3" "User Commands"
33
.SH NAME
44
Geeqie - GTK based multiformat image viewer
55
.SH DESCRIPTION
@@ -9,11 +9,11 @@ zooming, panning, thumbnails and sorting images into collections.
99
Generated for version:
1010
.SS "Usage:"
1111
.IP
12-
geeqie [OPTION?] [path...]
12+
geeqie [OPTION] [path...]
1313
.PP
1414
Geeqie is an image viewer.
1515
.IP
16-
Version: Geeqie 2.6+git20250709\-d20f3045
16+
Version: Geeqie 2.7
1717
.SS "Help Options:"
1818
.TP
1919
\fB\-h\fR, \fB\-\-help\fR
@@ -65,9 +65,6 @@ close window
6565
\fB\-\-config\-load=\fR<FILE>
6666
load configuration from FILE
6767
.TP
68-
\fB\-\-debug\fR=\fI\,0\/\fR|1|2|3|4
69-
debug output: 0 none, 1 to 4 increasing level of verbosity
70-
.TP
7168
\fB\-d\fR, \fB\-\-delay=\fR<[H:][M:][N][.M]>
7269
set slide show delay to Hrs Mins N.M seconds,
7370
.TP
@@ -131,9 +128,6 @@ get list of sidecars of FILE
131128
\fB\-\-get\-window\-list\fR
132129
get list of windows
133130
.TP
134-
\fB\-g\fR, \fB\-\-grep=\fR<regexp>
135-
filter debug output
136-
.TP
137131
\fB\-\-id=\fR<ID>
138132
window id for following commands
139133
.TP
@@ -227,10 +221,6 @@ User manual: https://www.geeqie.org/help/GuideIndex.html
227221
.SH BUGS
228222
Please send bug reports and feedback to https://github.com/BestImageViewer/geeqie/issues
229223
.SH COPYRIGHT
230-
Copyright (C) 1999-2004 by John Ellis.
231-
.br
232-
Copyright (C) 2004-2025 by The Geeqie Team.
233-
234-
This software is released under the GNU General Public License, version 2 or later.
235-
236-
Please read the COPYING file for more information.
224+
Copyright (C) 1999-2004 by John Ellis. Copyright (C) 2004-2026 by The Geeqie Team. Use this software at your
225+
own risk! This software released under the GNU General Public License. Please read the COPYING file for more
226+
information.

data/org.geeqie.Geeqie.metainfo.xml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</screenshot>
2727
</screenshots>
2828
<releases>
29-
<release version="v2.6" date="2025-05-05" />
29+
<release version="v2.7" date="2026-02-27" />
3030
</releases>
3131
<keywords>
3232
<keyword>image</keyword>

doc/docbook/CommandLineOptions.xml

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<refmeta>
88
<refentrytitle>GEEQIE</refentrytitle>
99
<manvolnum>1</manvolnum>
10-
<refmiscinfo class='source'>July 2025</refmiscinfo>
11-
<refmiscinfo class='manual'>Geeqie 2.6+git20250709-d20f3045 GTK3</refmiscinfo>
10+
<refmiscinfo class='source'>February 2026</refmiscinfo>
11+
<refmiscinfo class='manual'>Geeqie 2.7 GTK3</refmiscinfo>
1212
</refmeta>
1313
<refnamediv>
1414
<refname>Geeqie</refname>
@@ -24,11 +24,11 @@ zooming, panning, thumbnails and sorting images into collections.</para>
2424

2525
<refsect2 id='usage'><title>Usage:</title>
2626

27-
<para>geeqie [OPTION?] [path...]</para>
27+
<para>geeqie [OPTION] [path...]</para>
2828

2929
<para>Geeqie is an image viewer.</para>
3030

31-
<para>Version: Geeqie 2.6+git20250709-d20f3045</para>
31+
<para>Version: Geeqie 2.7</para>
3232
</refsect2>
3333

3434
<refsect2 id='help_options'><title>Help Options:</title>
@@ -132,12 +132,6 @@ zooming, panning, thumbnails and sorting images into collections.</para>
132132
<term><emphasis role='strong' remap='B'>--config-load=</emphasis>&lt;FILE&gt;</term>
133133
<listitem>
134134
<para>load configuration from FILE</para>
135-
</listitem>
136-
</varlistentry>
137-
<varlistentry>
138-
<term><emphasis role='strong' remap='B'>--debug</emphasis>=<literal>0</literal>|1|2|3|4</term>
139-
<listitem>
140-
<para>debug output: 0 none, 1 to 4 increasing level of verbosity</para>
141135
</listitem>
142136
</varlistentry>
143137
<varlistentry>
@@ -264,12 +258,6 @@ zooming, panning, thumbnails and sorting images into collections.</para>
264258
<term><emphasis role='strong' remap='B'>--get-window-list</emphasis></term>
265259
<listitem>
266260
<para>get list of windows</para>
267-
</listitem>
268-
</varlistentry>
269-
<varlistentry>
270-
<term><emphasis role='strong' remap='B'>-g</emphasis>, <emphasis role='strong' remap='B'>--grep=</emphasis>&lt;regexp&gt;</term>
271-
<listitem>
272-
<para>filter debug output</para>
273261
</listitem>
274262
</varlistentry>
275263
<varlistentry>
@@ -435,7 +423,7 @@ Note that bash command line completion does not work in this mode.</para>
435423
</refsect1>
436424

437425
<refsect1 id='copyright'><title>COPYRIGHT</title>
438-
<para>Copyright (C) 1999-2004 by John Ellis. Copyright (C) 2004-2025 by The Geeqie Team. Use this software at your
426+
<para>Copyright (C) 1999-2004 by John Ellis. Copyright (C) 2004-2026 by The Geeqie Team. Use this software at your
439427
own risk! This software released under the GNU General Public License. Please read the COPYING file for more
440428
information.</para>
441429
</refsect1>

0 commit comments

Comments
 (0)