Skip to content

Commit 68d0be8

Browse files
committed
Release version 2.0.1
1 parent ff4c793 commit 68d0be8

File tree

3 files changed

+33
-3
lines changed

3 files changed

+33
-3
lines changed

CHANGELOG.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Changelog
22

3+
## [v2.0.1](https://github.com/gnome-terminator/terminator/tree/v2.0.1) (2020-10-11)
4+
5+
[Full Changelog](https://github.com/gnome-terminator/terminator/compare/v2.0...v2.0.1)
6+
7+
TODO
8+
9+
## Package maintainers
10+
11+
With pull request #70, we removed the need for gettext binaries and switched to Python Babel.
12+
13+
* `gettext` and `intltool` packages are now no longer needed
14+
* Python package `babel` is now required for building, `BabelGladeExtractor` only for updating POT
15+
16+
**Fixed bugs:**
17+
18+
- config settings lost when I cancel "Close multiple terminals" dialog [\#210](https://github.com/gnome-terminator/terminator/issues/210)
19+
20+
**Closed issues:**
21+
22+
- Feature Suggestion: Splitted screen shells based on parent [\#230](https://github.com/gnome-terminator/terminator/issues/230)
23+
- Release 2.0 does not have signed assets [\#228](https://github.com/gnome-terminator/terminator/issues/228)
24+
- Some files install to the wrong location [\#227](https://github.com/gnome-terminator/terminator/issues/227)
25+
- Multi tab breaks transparent background [\#225](https://github.com/gnome-terminator/terminator/issues/225)
26+
27+
**Merged pull requests:**
28+
29+
- make sure data/\*.in files are there for distributors [\#237](https://github.com/gnome-terminator/terminator/pull/237) ([mattrose](https://github.com/mattrose))
30+
- only set clear background when background\_image in config [\#233](https://github.com/gnome-terminator/terminator/pull/233) ([mattrose](https://github.com/mattrose))
31+
- fix INSTALL instructions for setuptools [\#232](https://github.com/gnome-terminator/terminator/pull/232) ([mattrose](https://github.com/mattrose))
32+
333
## [v2.0](https://github.com/gnome-terminator/terminator/tree/v2.0) (2020-10-06)
434

535
[Full Changelog](https://github.com/gnome-terminator/terminator/compare/v1.92...v2.0)
@@ -149,6 +179,7 @@
149179
- Update pt\_BR.po [\#30](https://github.com/gnome-terminator/terminator/pull/30) ([chclxds](https://github.com/chclxds))
150180
- Remove obsolete terminator.wrapper [\#27](https://github.com/gnome-terminator/terminator/pull/27) ([lazyfrosch](https://github.com/lazyfrosch))
151181
- Add Gentoo, sort the order of distributions [\#23](https://github.com/gnome-terminator/terminator/pull/23) ([DarthGandalf](https://github.com/DarthGandalf))
182+
- Add GitHub action for Python [\#17](https://github.com/gnome-terminator/terminator/pull/17) ([lazyfrosch](https://github.com/lazyfrosch))
152183

153184
## [v1.92](https://github.com/gnome-terminator/terminator/tree/v1.92) (2020-04-18)
154185

@@ -189,7 +220,6 @@ discuss issues or help with whatever you can! Any help is welcome!
189220

190221
**Merged pull requests:**
191222

192-
- Add GitHub action for Python [\#17](https://github.com/gnome-terminator/terminator/pull/17) ([lazyfrosch](https://github.com/lazyfrosch))
193223
- Updating URLs in application and appdata [\#16](https://github.com/gnome-terminator/terminator/pull/16) ([mattrose](https://github.com/mattrose))
194224
- update the INSTALL file [\#15](https://github.com/gnome-terminator/terminator/pull/15) ([mattrose](https://github.com/mattrose))
195225

terminatorlib/preferences.glade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3967,7 +3967,7 @@
39673967
<object class="GtkLabel" id="about_version_label">
39683968
<property name="visible">True</property>
39693969
<property name="can_focus">False</property>
3970-
<property name="label" translatable="yes">Version: 2.0</property>
3970+
<property name="label" translatable="yes">Version: 2.0.1</property>
39713971
</object>
39723972
<packing>
39733973
<property name="expand">False</property>

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 = '2.0'
23+
APP_VERSION = '2.0.1'

0 commit comments

Comments
 (0)