summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
blob: 589ce61d66b27f50e1198d14f191ad62206206ee (plain)
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
Changes in 0.9.10.1
====================

No major changes from 0.9.10. Changes:

* ASAN support and removal of some minor leaks

Changes in 0.9.10
================

This version is tagged for packaging. Changes include:

* Some native SSH improvement
* Some fix on format and spelling

Changes in 0.9.9
================

This version includes some clean up and refactoring. Other changes include:

* Better .desktop file
* Give a warning on insecure SSHv1 connection

A newer MS Windows build will also come with this release.

Changes in 0.9.8.7
==================

This version fixes the SSH MAC verification. However, you should still use your local ssh(1) if you can.

A new feature is introduced to show the connection info.

Changes in 0.9.8.6
==================

Well, it's still not the final version of FQTerm 0.9.x branch...

Changes include:

* drop mini server
* more refactor on native SSH
* merge the fix to #11

Changes in 0.9.8.4
==================

This is the first version that has a change log. New features from the time I forked this project include:

* build system:

  - Qt5 support
  - OpenSSL 1.1.0 support
  - can now build with MinGW

* functions:

  - recover local socket support that enables using external programs such ssh(1) to connect to a host
  - more functions in script engine and more scripts
  - raw packet capture
  - better SSH support: support diffie-hellman-group14-sha1, aes-ctr

* bug fixes and code clean up