Skip to content

Commit 7c9b41e

Browse files
committed
Preparing stable version
1 parent 1b4012c commit 7c9b41e

File tree

4 files changed

+25
-11
lines changed

4 files changed

+25
-11
lines changed

NEWS

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
Geeqie 1.4
2+
==========
3+
4+
- Improvement of GTK3 implementation
5+
- Improved marks workflow
6+
- Animate gifs (via context menu or key A)
7+
- Compiles with gcc and clang
8+
- Rectangular selections (activated by Alt-R)
9+
- Folder bookmarks
10+
- Search via geo position
11+
- Thumbnail preview in dialogues
12+
- Customisable tool bar
13+
- Slideshow speed customisable while playing
14+
- Many usability improvements
15+
- Language updates
16+
- Many small improvements
17+
- Many bugfixes as usual
18+
119
Geeqie 1.3
220
==========
321

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###################################################################
2-
## Geeqie x.x ##
2+
## Geeqie 1.4 ##
33
## ##
44
## Copyright (C) 2008 - 2017 The Geeqie Team ##
55
## Copyright (C) 1999 - 2006 John Ellis. ##

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1515
dnl GNU General Public License for more details.
1616

1717
AC_PREREQ(2.57)
18-
AC_INIT([geeqie], m4_esyscmd_s(git rev-parse --quiet --verify --short HEAD), [[email protected]], [], [http://www.geeqie.org/])
18+
AC_INIT([geeqie], 1.4, [https://github.com/BestImageViewer/geeqie/issues], [], [http://www.geeqie.org/])
1919

2020
# Add -Werror to the default CFLAGS
2121
CFLAGS+=" -Werror -Wno-error=deprecated-declarations -Wno-error=sign-compare -Wno-error=return-type"

web/index.html

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,14 @@ <h4>Downloading and installation</h4>
2727
<option value="https://apps.fedoraproject.org/packages/geeqie">
2828
Fedora
2929
</option>
30-
<option value="https://apps.fedoraproject.org/packages/geeqie">
31-
Fedora
32-
</option>
33-
<option value="http://packages.ubuntu.com/zesty/geeqie">
30+
<option value="https://packages.ubuntu.com/zesty/geeqie">
3431
Ubuntu
3532
</option>
3633
<option value="https://community.linuxmint.com/software/view/gqview">
3734
Linux Mint
3835
</option>
3936
<option value="https://packages.debian.org/stable/geeqie">
40-
Debian
37+
Debian/Devuan
4138
</option>
4239
<option value="https://packages.gentoo.org/packages/media-gfx/geeqie">
4340
Gentoo
@@ -48,11 +45,10 @@ <h4>Downloading and installation</h4>
4845
<option value="https://software.opensuse.org/package/geeqie">
4946
OpenSuse
5047
</option>
51-
<option value="http://madb.mageia.org/package/show/release/3/name/geeqie">
48+
<option value="https://madb.mageia.org/package/show/release/3/name/geeqie">
5249
Mageia
5350
</option>
54-
<option value=
55-
"https://pkgs.alpinelinux.org/contents?branch=edge&amp;name=geeqie&amp;arch=x86&amp;repo=main">
51+
<option value="https://pkgs.alpinelinux.org/contents?branch=edge&amp;name=geeqie&amp;arch=x86&amp;repo=main">
5652
Alpine Linux
5753
</option>
5854
</select></p>
@@ -84,7 +80,7 @@ <h4>Downloading and installation</h4>
8480
</script>
8581
<p>MacOS X <a href="http://brewformulas.org/Geeqie">Brewformulas.org</a></p>
8682
<p>Solaris <a href="https://www.opencsw.org/package/geeqie/">Openscw.org Solaris 10 &amp; 11</a></p>
87-
<p>The source tar for Geeqie v1.3 is available <a href="http://geeqie.org/geeqie-1.3.tar.xz">here.</a></p>
83+
<p>The source tar for Geeqie v1.4 is available <a href="http://geeqie.org/geeqie-1.4.tar.xz">here.</a></p>
8884
<p>However if you are compiling from sources it is recommended that you get the latest sources from the
8985
<a href="http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git">Geeqie repository.</a></p>Geeqie is stable, there
9086
are frequent updates, and compiling is a quick and painless task. The instructions for <a href=

0 commit comments

Comments
 (0)