diff options
author | Boris Faure <billiob@gmail.com> | 2014-10-05 15:47:25 +0200 |
---|---|---|
committer | Boris Faure <billiob@gmail.com> | 2014-10-12 16:04:42 +0200 |
commit | a43900eeaa48c4cfecde539774da0eab244e10bb (patch) | |
tree | 67e53b5c95a20a97653f9a7c7af9f68785c340ef | |
parent | 4d4575382ca868882881ddd9bad240f85f8a6a75 (diff) |
terminology 0.7.0 releasev0.7.0
-rw-r--r-- | ChangeLog | 15 | ||||
-rw-r--r-- | NEWS | 22 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
4 files changed, 38 insertions, 3 deletions
@@ -1,3 +1,18 @@ | |||
1 | 2014-10-06 | ||
2 | |||
3 | * Release v0.7.0 | ||
4 | * Internationalization and Localization support | ||
5 | * Options -s/--split to start terminology with multiple splits | ||
6 | * Configurable key bindings | ||
7 | * Add a panel to launch elementary_config | ||
8 | * Opacity level can be configured in translucent mode | ||
9 | * Miniview: add position indicator | ||
10 | * Improve media controls | ||
11 | * Use a scalable font on default configuration | ||
12 | * Usual round of improvements on terminal compatibility | ||
13 | * Fix issue with mute option | ||
14 | * Various bug fixes | ||
15 | |||
1 | 2014-07-02 | 16 | 2014-07-02 |
2 | 17 | ||
3 | * Release v0.6.1 | 18 | * Release v0.6.1 |
@@ -1,7 +1,27 @@ | |||
1 | ================= | 1 | ================= |
2 | Terminology 0.6.1 | 2 | Terminology 0.7.0 |
3 | ================= | 3 | ================= |
4 | 4 | ||
5 | Changes since 0.6.1: | ||
6 | -------------------- | ||
7 | |||
8 | Additions: | ||
9 | * Internationalization and Localization support | ||
10 | * Options -s/--split to start terminology with multiple splits | ||
11 | * Configurable key bindings | ||
12 | * Add a panel to launch elementary_config | ||
13 | |||
14 | Improvements: | ||
15 | * Opacity level can be configured in translucent mode | ||
16 | * Miniview: add position indicator | ||
17 | * Improve media controls | ||
18 | * Use a scalable font on default configuration | ||
19 | * Usual round of improvements on terminal compatibility | ||
20 | |||
21 | Fixes: | ||
22 | * Fix issue with mute option | ||
23 | * Various bug fixes | ||
24 | |||
5 | 25 | ||
6 | Changes since 0.6.0: | 26 | Changes since 0.6.0: |
7 | -------------------- | 27 | -------------------- |
@@ -1,4 +1,4 @@ | |||
1 | Terminology 0.6.1 | 1 | Terminology 0.7.0 |
2 | 2 | ||
3 | ****************************************************************************** | 3 | ****************************************************************************** |
4 | 4 | ||
diff --git a/configure.ac b/configure.ac index 9ae3d44..3be1bb5 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script. | |||
3 | # get rid of that stupid cache mechanism | 3 | # get rid of that stupid cache mechanism |
4 | rm -f config.cache | 4 | rm -f config.cache |
5 | 5 | ||
6 | AC_INIT([terminology], [0.6.99], [enlightenment-devel@lists.sourceforge.net]) | 6 | AC_INIT([terminology], [0.7.0], [enlightenment-devel@lists.sourceforge.net]) |
7 | AC_PREREQ([2.60]) | 7 | AC_PREREQ([2.60]) |
8 | AC_CONFIG_SRCDIR([configure.ac]) | 8 | AC_CONFIG_SRCDIR([configure.ac]) |
9 | AC_CONFIG_MACRO_DIR([m4]) | 9 | AC_CONFIG_MACRO_DIR([m4]) |