diff options
author | Boris Faure <billiob@gmail.com> | 2015-09-05 14:24:30 +0200 |
---|---|---|
committer | Boris Faure <billiob@gmail.com> | 2015-09-05 14:48:05 +0200 |
commit | 3b3df45fa40a3ae6c10246e29db14672ae90a9d8 (patch) | |
tree | ab0bbc490a355250aae74187881754f865fbd8a6 | |
parent | cd79e428eb05a259329ee27c1b261e911a346890 (diff) |
terminology 0.9.0 releasev0.9.0
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 33 | ||||
-rw-r--r-- | Marrakesh.mrk | 2 | ||||
-rw-r--r-- | NEWS | 26 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | man/terminology.1 | 2 |
6 files changed, 59 insertions, 8 deletions
@@ -1,3 +1,22 @@ | |||
1 | 2015-09-06 | ||
2 | |||
3 | * Release v0.9.0 | ||
4 | * Add keybing to fullscreen Terminology | ||
5 | * Right click on selection to be able to copy/open it | ||
6 | * Add meta/hyper to key bindings | ||
7 | * Add option to always show miniview | ||
8 | * Add option to disable terminology escape codes | ||
9 | * Add -a option to tyls to display hidden files | ||
10 | * tybg without arguments restores the default wallpaper | ||
11 | * Escape closes media popup | ||
12 | * Terminology works on solaris | ||
13 | * Font selector now displays previews with current theme colors | ||
14 | * Try to get mime type when displaying URLs | ||
15 | * Do not use ':' as word separator but trim it from word selections | ||
16 | * Improved resizing handling | ||
17 | * Various bug fixes | ||
18 | |||
19 | |||
1 | 2015-02-15 | 20 | 2015-02-15 |
2 | 21 | ||
3 | * Release v0.8.0 | 22 | * Release v0.8.0 |
@@ -8,6 +27,7 @@ | |||
8 | * Selection improvements | 27 | * Selection improvements |
9 | * Various bug fixes | 28 | * Various bug fixes |
10 | 29 | ||
30 | |||
11 | 2014-10-06 | 31 | 2014-10-06 |
12 | 32 | ||
13 | * Release v0.7.0 | 33 | * Release v0.7.0 |
@@ -23,6 +43,7 @@ | |||
23 | * Fix issue with mute option | 43 | * Fix issue with mute option |
24 | * Various bug fixes | 44 | * Various bug fixes |
25 | 45 | ||
46 | |||
26 | 2014-07-02 | 47 | 2014-07-02 |
27 | 48 | ||
28 | * Release v0.6.1 | 49 | * Release v0.6.1 |
@@ -46,12 +67,14 @@ | |||
46 | * Support rotation metadata on media files | 67 | * Support rotation metadata on media files |
47 | * Various bug fixes | 68 | * Various bug fixes |
48 | 69 | ||
70 | |||
49 | 2014-05-17 | 71 | 2014-05-17 |
50 | 72 | ||
51 | * Release v0.5.1 | 73 | * Release v0.5.1 |
52 | * Make terminology compatible with upcoming efl/elm 1.10 | 74 | * Make terminology compatible with upcoming efl/elm 1.10 |
53 | * Fix disappearing prompt on resize | 75 | * Fix disappearing prompt on resize |
54 | 76 | ||
77 | |||
55 | 2014-03-08 | 78 | 2014-03-08 |
56 | 79 | ||
57 | * Release v0.5.0 | 80 | * Release v0.5.0 |
@@ -62,6 +85,7 @@ | |||
62 | * improve terminal compatibility | 85 | * improve terminal compatibility |
63 | * bug fixes | 86 | * bug fixes |
64 | 87 | ||
88 | |||
65 | 2013-12-07 | 89 | 2013-12-07 |
66 | 90 | ||
67 | * Release v0.4.0 | 91 | * Release v0.4.0 |
@@ -76,14 +100,17 @@ | |||
76 | * be able to inline edje objects | 100 | * be able to inline edje objects |
77 | * bug fixes | 101 | * bug fixes |
78 | 102 | ||
103 | |||
79 | 2013-03-24 | 104 | 2013-03-24 |
80 | 105 | ||
81 | Release v0.3.0 | 106 | * Release v0.3.0 |
107 | |||
82 | 108 | ||
83 | 2012-12-15 | 109 | 2012-12-15 |
84 | 110 | ||
85 | Release v0.2.0 | 111 | * Release v0.2.0 |
112 | |||
86 | 113 | ||
87 | 2012-08-25 | 114 | 2012-08-25 |
88 | 115 | ||
89 | Initial release v0.1.0 | 116 | * Initial release v0.1.0 |
diff --git a/Marrakesh.mrk b/Marrakesh.mrk index a6437c4..a9f88e6 100644 --- a/Marrakesh.mrk +++ b/Marrakesh.mrk | |||
@@ -5,7 +5,7 @@ | |||
5 | PROJ: Terminology | 5 | PROJ: Terminology |
6 | PROJICON: data/icons/terminology.png | 6 | PROJICON: data/icons/terminology.png |
7 | BRIEF: A beautiful terminal emulator for the commandline emulator | 7 | BRIEF: A beautiful terminal emulator for the commandline emulator |
8 | VERSION: 0.8.00 | 8 | VERSION: 0.9.00 |
9 | LICENSE: BSD-2 | 9 | LICENSE: BSD-2 |
10 | COPYING: COPYING AUTHORS | 10 | COPYING: COPYING AUTHORS |
11 | NEEDS: 1.11 | 11 | NEEDS: 1.11 |
@@ -1,7 +1,31 @@ | |||
1 | ================= | 1 | ================= |
2 | Terminology 0.8.0 | 2 | Terminology 0.9.0 |
3 | ================= | 3 | ================= |
4 | 4 | ||
5 | Changes since 0.8.0: | ||
6 | -------------------- | ||
7 | |||
8 | Additions: | ||
9 | * Add keybing to fullscreen Terminology | ||
10 | * Right click on selection to be able to copy/open it | ||
11 | * Add meta/hyper to key bindings | ||
12 | * Add option to always show miniview | ||
13 | * Add option to disable terminology escape codes | ||
14 | |||
15 | Improvements: | ||
16 | * Add -a option to tyls to display hidden files | ||
17 | * tybg without arguments restores the default wallpaper | ||
18 | * Escape closes media popup | ||
19 | * Terminology works on solaris | ||
20 | * Font selector now displays previews with current theme colors | ||
21 | * Try to get mime type when displaying URLs | ||
22 | * Do not use ':' as word separator but trim it from word selections | ||
23 | * Improved resizing handling | ||
24 | |||
25 | Fixes: | ||
26 | * Various bug fixes | ||
27 | |||
28 | |||
5 | Changes since 0.7.0: | 29 | Changes since 0.7.0: |
6 | -------------------- | 30 | -------------------- |
7 | 31 | ||
@@ -1,4 +1,4 @@ | |||
1 | Terminology 0.8.0 | 1 | Terminology 0.9.0 |
2 | 2 | ||
3 | ****************************************************************************** | 3 | ****************************************************************************** |
4 | 4 | ||
diff --git a/configure.ac b/configure.ac index e5bbbc9..a59f31c 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.8.99], [enlightenment-devel@lists.sourceforge.net]) | 6 | AC_INIT([terminology], [0.9.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 9dd9e77..e474d74 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 "15 February 2015" "0.8" "Terminology man page" | 2 | .TH man 1 "06 September 2015" "0.9" "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 |