|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -## [Unreleased](https://github.com/gnome-terminator/terminator/tree/HEAD) |
| 3 | +## [1.92](https://github.com/gnome-terminator/terminator/tree/1.92) (2020-04-18) |
4 | 4 |
|
5 |
| -[Full Changelog](https://github.com/gnome-terminator/terminator/compare/1.91...HEAD) |
| 5 | +[Full Changelog](https://github.com/gnome-terminator/terminator/compare/1.91...1.92) |
| 6 | + |
| 7 | +This is the first release since 2017, while we are now a few years later a few things changed. |
| 8 | + |
| 9 | +* New home on GitHub https://github.com/gnome-terminator/terminator |
| 10 | +* New team under the lead of https://github.com/lazyfrosch |
| 11 | +* Python 3 support finally released |
| 12 | +* Some tedious bugs solved for current GTK and VTE |
| 13 | + |
| 14 | +There is still a lot to do, and we need more help to keep Terminator available for |
| 15 | +your daily use. |
| 16 | + |
| 17 | +If you are interested in contributing to the project, please contact us, open issues, |
| 18 | +discuss issues or help with whatever you can! Any help is welcome! |
| 19 | + |
| 20 | +**Notes for packagers:** |
| 21 | + |
| 22 | +* All scripts now use `#!/usr/bin/env python` as shebang, when you are using |
| 23 | + `python3 setup.py install` or similar all binary scripts should be automatically |
| 24 | + modified to the correct shebang |
| 25 | +* Any feedback is welcome, please open an issue or join the community channels |
6 | 26 |
|
7 | 27 | **Implemented enhancements:**
|
8 | 28 |
|
9 | 29 | - Implement support for Python 3 [\#6](https://github.com/gnome-terminator/terminator/pull/6) ([lazyfrosch](https://github.com/lazyfrosch))
|
10 | 30 |
|
11 | 31 | **Fixed bugs:**
|
12 | 32 |
|
| 33 | +- VTE Regexp should work with older VTE releases as well [\#10](https://github.com/gnome-terminator/terminator/issues/10) |
13 | 34 | - ctrl+click should open links [\#3](https://github.com/gnome-terminator/terminator/issues/3)
|
14 | 35 | - Ensure Python 3 support [\#2](https://github.com/gnome-terminator/terminator/issues/2)
|
| 36 | +- terminal: Add compat detection for Vte regexp feature [\#22](https://github.com/gnome-terminator/terminator/pull/22) ([lazyfrosch](https://github.com/lazyfrosch)) |
15 | 37 | - Fix some compat issues for Python 2.7 [\#18](https://github.com/gnome-terminator/terminator/pull/18) ([lazyfrosch](https://github.com/lazyfrosch))
|
16 | 38 | - Converting to python 3 and making all tests pass. [\#9](https://github.com/gnome-terminator/terminator/pull/9) ([JAugusto42](https://github.com/JAugusto42))
|
17 | 39 |
|
18 |
| -**Closed issues:** |
19 |
| - |
20 |
| -- python3 needs to be in the shebang line for fedora. [\#8](https://github.com/gnome-terminator/terminator/issues/8) |
21 |
| - |
22 | 40 | **Merged pull requests:**
|
23 | 41 |
|
24 | 42 | - Add GitHub action for Python [\#17](https://github.com/gnome-terminator/terminator/pull/17) ([lazyfrosch](https://github.com/lazyfrosch))
|
|
0 commit comments