Skip to content

Commit e4df528

Browse files
committed
Version 2.1.0
1 parent a615a33 commit e4df528

File tree

7 files changed

+14
-8
lines changed

7 files changed

+14
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [2.1.0] - 2016-10-20
4+
- Added JSON::PP package to lib to avoid dependency issue with CentOS
5+
- Fixed #119
6+
- Security fixes and tabs cleanup
7+
- Fixed #39 (SELinux support)
8+
- Added "View Buffer" functionality
9+
- Added builtin version
10+
311
## [2.0.2] - 2016-08-22
412
- Dutch translation update by [Zen4All](https://github.com/Zen4All)
513

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ Features modern GUI with the help of numerous JS and CSS libraries. Makes file m
33

44
%100 AJAX - NO page reloads.
55

6+
###Builtin version
7+
Those who want to open Filemin in the same tab where Webmin main menu is, may want to try [**built in version**](https://github.com/Real-Gecko/filemin/raw/master/distrib/filemin-2.1.0.linux.builtin.wbm.gz).
8+
Works with every theme except Authentic.
9+
610
### Libraries in use
711
* [**jQuery**](https://github.com/jquery/jquery)
812
* [**jQuery UI**](https://github.com/jquery/jquery-ui)
@@ -35,13 +39,7 @@ Features modern GUI with the help of numerous JS and CSS libraries. Makes file m
3539

3640
##Installation:
3741
Package for installation through Webmin interface
38-
For [**Linux**](https://github.com/Real-Gecko/filemin/raw/master/distrib/filemin-2.0.2.linux.wbm.gz) distributions and for [**FreeBSD**](https://github.com/Real-Gecko/filemin/raw/master/distrib/filemin-2.0.2.freebsd.wbm.gz).
39-
40-
[**Ubuntu**](https://github.com/Real-Gecko/filemin/raw/master/distrib/webmin-filemin_2.0.2_all.deb) and [**Debian**](https://github.com/Real-Gecko/filemin/raw/master/distrib/webmin-filemin_2.0.2_all.deb) users may prefer to install with
41-
42-
`dpkg -i webmin-filemin_2.0.2_all.deb`.
43-
44-
Note that _dpkg_ way simply updates module without creating concurrent versions like installation from Webmin interface do.
42+
For [**Linux**](https://github.com/Real-Gecko/filemin/raw/master/distrib/filemin-2.1.0.linux.wbm.gz) distributions and for [**FreeBSD**](https://github.com/Real-Gecko/filemin/raw/master/distrib/filemin-2.1.0.freebsd.wbm.gz).
4543

4644
## Update
4745
As of version 1.1.0 Filemin automatically checks for udpate and offers to install it if available.
216 KB
Binary file not shown.
1.38 MB
Binary file not shown.
1.38 MB
Binary file not shown.

distrib/filemin-2.1.0.linux.wbm.gz

1.38 MB
Binary file not shown.

module.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ desc=Filemin File Manager
22
os_support=*-linux freebsd
33
name=Filemin
44
longdesc=Fast and light file manager written in perl
5-
version=2.0.2
5+
version=2.1.0
66
webmin=1
77
usermin=1
88
longdesc_pl.UTF-8=Szybki i lekki menadżer plików napisany w perl

0 commit comments

Comments
 (0)