Skip to content

Commit bb24273

Browse files
committed
Release version 1.92
1 parent 6a9a345 commit bb24273

File tree

2 files changed

+25
-7
lines changed

2 files changed

+25
-7
lines changed

CHANGELOG.md

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,42 @@
11
# Changelog
22

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)
44

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
626

727
**Implemented enhancements:**
828

929
- Implement support for Python 3 [\#6](https://github.com/gnome-terminator/terminator/pull/6) ([lazyfrosch](https://github.com/lazyfrosch))
1030

1131
**Fixed bugs:**
1232

33+
- VTE Regexp should work with older VTE releases as well [\#10](https://github.com/gnome-terminator/terminator/issues/10)
1334
- ctrl+click should open links [\#3](https://github.com/gnome-terminator/terminator/issues/3)
1435
- 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))
1537
- Fix some compat issues for Python 2.7 [\#18](https://github.com/gnome-terminator/terminator/pull/18) ([lazyfrosch](https://github.com/lazyfrosch))
1638
- Converting to python 3 and making all tests pass. [\#9](https://github.com/gnome-terminator/terminator/pull/9) ([JAugusto42](https://github.com/JAugusto42))
1739

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-
2240
**Merged pull requests:**
2341

2442
- Add GitHub action for Python [\#17](https://github.com/gnome-terminator/terminator/pull/17) ([lazyfrosch](https://github.com/lazyfrosch))

terminatorlib/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
"""
2121

2222
APP_NAME = 'terminator'
23-
APP_VERSION = '1.91'
23+
APP_VERSION = '1.92'

0 commit comments

Comments
 (0)