Skip to content

Commit d776a61

Browse files
author
raveit65
committed
release 1.27.1
1 parent 91ec8e6 commit d776a61

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-2
lines changed

NEWS

+34
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
### engrampa 1.27.1
2+
3+
* update translations
4+
* Check if the remaining disk space is sufficient when add extract
5+
* Fix MIME detection logic
6+
* Update to change the fallback and fix gzip issue
7+
* Fixed libmagic bug
8+
* Add "Extract to subdirectory" option
9+
* Add meson compilation support
10+
* Set the current folder of the file chooser dialog using a local file name
11+
* Fix failure to extract multiple files
12+
* Uniform file chooser dialog margin size
13+
* Archive do not track symbolic link
14+
* Fix failed restore of saved sessions
15+
* Add MIME aliases for gzip and bzip2
16+
* Replace deprecated functions and fix compilation warnings
17+
* command-7z: Add new 7-zip(7zz and 7zzs) project support
18+
* file-utils: Include <strings.h> for strcasecmp
19+
* action: Delete unused sort_by_entries code
20+
* fr-process: fix memory leak
21+
* UI: Remove useless code and file
22+
* Fix icon missing when compressing files with the right mouse button
23+
* Extract: add the function of automatically closing the dialog box after decompression
24+
* zstd: support both old and new mime type
25+
* fr-command-rar: Parameter 'line' can be declared with const
26+
* Fix archive file save as function
27+
* glib-utils: redundant condition
28+
* fix: Encrypted documents in all formats cannot be successfully pasted to the
29+
specified directory after copying and cutting encrypted files and folders
30+
* fix: Encrypted documents in. 7z format cannot delete locked files and folders
31+
* fr-window: fix -Wincompatible-pointer-types warning
32+
* file-utils: remove unused functions
33+
* fr-command-rar: parse date & time using strptime
34+
135
### engrampa 1.27.0
236

337
* tx: sync with transifex

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
22

33
AC_PREREQ(2.61)
44

5-
AC_INIT([engrampa], [1.27.0], [https://github.com/mate-desktop/engrampa/issues], [engrampa], [https://mate-desktop.org])
5+
AC_INIT([engrampa], [1.27.1], [https://github.com/mate-desktop/engrampa/issues], [engrampa], [https://mate-desktop.org])
66
AM_INIT_AUTOMAKE([1.9 foreign dist-xz no-dist-gzip check-news])
77
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
88

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project('engrampa', 'c',
22
license : 'GPL2+',
3-
version : '1.27.0',
3+
version : '1.27.1',
44
meson_version : '>=0.43'
55
)
66

0 commit comments

Comments
 (0)