forked from ajenti/ajenti
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.txt
78 lines (60 loc) · 2.09 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Ajenti 2.1.42 - dev
Ajenti 2.1.41 - 08/2021
- Support for Python 3.9,
- Fix sudo elevation,
- Fix client certificate generation,
- Workaround for pip packages search,
- Open readonly file in readonly mode in notepad,
- Some corrections for session handling and terminal.
Ajenti 2.1.40 - 22/03/2021
- Update Gevent 1.5 and gipc 1.1.1,
- Move to python-daemon
- Hotfix : prevent config leakage,
- Diverses little fixs in the plugins and DeepSource,
- Doctrings for all plugins,
- Add support for multiple uploads,
- Split users list from config file and updated auth_users plugin.
Ajenti 2.1.37 - 27/11/2020
- Fix requirement problem with greenlet,
- Fix install in CentOS 8,
- Fix PID error with systemd,
- Some Python3 fixs,
- Add refresh with click on sidebar entry,
- Add fstab plugin,
- Add host plugin,
- Add softraid plugin.
Ajenti 2.1.36 - 25/06/2020
- Remove six module,
- Add session list plugin,
- Add certificate plugin,
- Add cron plugin,
- Add docker plugin,
- Fix notepad problem on Windows,
- Fix platform network problem on Ubuntu.
Ajenti 2.1.35 - 03/05/2020
- Fix some Python3 compatibility issues between Python 3.5 and Python 3.7,
- Fix modules requirements,
- Elevate user config as provider for more contexts options,
- Compatibility with Ubuntu Focal,
- Disable flashsocket,
- Update to FontAwesome 5.13.0,
- Update french and german translations,
- Update install script for install in CentOS/RHEL 8, Debian 9/10, Ubuntu 18.04/20.04,
- Update doc for install in CentOS/RHEL 8, Debian 9/10, Ubuntu 18.04/20.04.
Ajenti 2.1.34 - 13/04/2020
- Switch to Python 3
- Fix restart problem,
- Fix some Python3 compatibility issues,
- Fix terminal plugin and add autoclose,
- Direct request for plugin manager to pypi.org,
- Update package manager,
- Group isolation.
Ajenti 2.1.33 - 13/02/2020
- Show session time,
- Manage session timeout and redirect to login,
- Some Python 3 compatibility fixs,
- Add broadcast to get sessions list,
- Differenciate FQDN and peer cert for compatibility with Let's Encrypt,
- Switch to gevent SSL,
- Switch to gevent-socketio-hartwork,
- Fix shell injection i nos auth provider.