|
1 | 1 | # Changelog
|
2 | 2 |
|
| 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 | + |
3 | 33 | ## [v2.0](https://github.com/gnome-terminator/terminator/tree/v2.0) (2020-10-06)
|
4 | 34 |
|
5 | 35 | [Full Changelog](https://github.com/gnome-terminator/terminator/compare/v1.92...v2.0)
|
|
149 | 179 | - Update pt\_BR.po [\#30](https://github.com/gnome-terminator/terminator/pull/30) ([chclxds](https://github.com/chclxds))
|
150 | 180 | - Remove obsolete terminator.wrapper [\#27](https://github.com/gnome-terminator/terminator/pull/27) ([lazyfrosch](https://github.com/lazyfrosch))
|
151 | 181 | - 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)) |
152 | 183 |
|
153 | 184 | ## [v1.92](https://github.com/gnome-terminator/terminator/tree/v1.92) (2020-04-18)
|
154 | 185 |
|
@@ -189,7 +220,6 @@ discuss issues or help with whatever you can! Any help is welcome!
|
189 | 220 |
|
190 | 221 | **Merged pull requests:**
|
191 | 222 |
|
192 |
| -- Add GitHub action for Python [\#17](https://github.com/gnome-terminator/terminator/pull/17) ([lazyfrosch](https://github.com/lazyfrosch)) |
193 | 223 | - Updating URLs in application and appdata [\#16](https://github.com/gnome-terminator/terminator/pull/16) ([mattrose](https://github.com/mattrose))
|
194 | 224 | - update the INSTALL file [\#15](https://github.com/gnome-terminator/terminator/pull/15) ([mattrose](https://github.com/mattrose))
|
195 | 225 |
|
|
0 commit comments