diff options
author | Boris Faure <billiob@gmail.com> | 2014-03-08 16:05:25 +0100 |
---|---|---|
committer | Boris Faure <billiob@gmail.com> | 2014-03-08 16:05:25 +0100 |
commit | c9ebc5fcc5eedd91530444b14741cb0fbaa81483 (patch) | |
tree | 7af343b2c4ac27e2c06dfb7208d3dba35e8901f6 | |
parent | 5c599a73b48ac816fa8f034a4cb4397c6bf85bed (diff) |
release 0.5.0v0.5.0
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | NEWS | 19 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | man/terminology.1 | 2 |
5 files changed, 31 insertions, 4 deletions
@@ -1,3 +1,13 @@ | |||
1 | 2014-03-08 | ||
2 | |||
3 | * Release v0.4.0 | ||
4 | * color settings panel | ||
5 | * wallpaper settings panel | ||
6 | * load themes from ~/.config/terminology/themes/ | ||
7 | * better default configuration | ||
8 | * improve terminal compatibility | ||
9 | * bug fixes | ||
10 | |||
1 | 2013-12-07 | 11 | 2013-12-07 |
2 | 12 | ||
3 | * Release v0.4.0 | 13 | * Release v0.4.0 |
@@ -1,7 +1,24 @@ | |||
1 | ================= | 1 | ================= |
2 | Terminology 0.4.0 | 2 | Terminology 0.5.0 |
3 | ================= | 3 | ================= |
4 | 4 | ||
5 | Changes since 0.4.0: | ||
6 | -------------------- | ||
7 | |||
8 | Additions: | ||
9 | * Color settings panel | ||
10 | * Wallpaper settings panel | ||
11 | * Load themes from ~/.config/terminology/themes/ | ||
12 | * Add a new theme: base16_ocean_dark | ||
13 | |||
14 | Improvements: | ||
15 | * Better default configuration | ||
16 | * Improve terminal compatibility | ||
17 | |||
18 | Fixes: | ||
19 | * Many bugs fixes | ||
20 | |||
21 | |||
5 | Changes since 0.3.0: | 22 | Changes since 0.3.0: |
6 | -------------------- | 23 | -------------------- |
7 | 24 | ||
@@ -1,4 +1,4 @@ | |||
1 | Terminology 0.4.0 | 1 | Terminology 0.5.0 |
2 | 2 | ||
3 | ****************************************************************************** | 3 | ****************************************************************************** |
4 | 4 | ||
diff --git a/configure.ac b/configure.ac index 55e5b5b..3afc656 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.4.99], [enlightenment-devel@lists.sourceforge.net]) | 6 | AC_INIT([terminology], [0.5.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]) |
diff --git a/man/terminology.1 b/man/terminology.1 index d54b3c3..1b20f6b 100644 --- a/man/terminology.1 +++ b/man/terminology.1 | |||
@@ -1,5 +1,5 @@ | |||
1 | .\" Manpage for Terminology | 1 | .\" Manpage for Terminology |
2 | .TH man 1 "18 Nov 2013" "0.4" "Terminology man page" | 2 | .TH man 1 "08 Mar 2014" "0.5" "Terminology man page" |
3 | .SH NAME | 3 | .SH NAME |
4 | Terminology \- Terminal Emulator written with EFL (Enlightenment Foundation Libraries). | 4 | Terminology \- Terminal Emulator written with EFL (Enlightenment Foundation Libraries). |
5 | .SH SYNOPSIS | 5 | .SH SYNOPSIS |