Skip to content

Commit 8da46a9

Browse files
author
Meinhard Ritscher
committed
rel 0.50.0
1 parent 01d5c57 commit 8da46a9

File tree

6 files changed

+23
-6
lines changed

6 files changed

+23
-6
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8.11 FATAL_ERROR )
33
project(CuteCom)
44

55
set (CuteCom_MAJOR_VERSION 0)
6-
set (CuteCom_MINOR_VERSION 45)
6+
set (CuteCom_MINOR_VERSION 50)
77
set (CuteCom_PATCH_VERSION 0)
88
set (CuteCom_VERSION
99
${CuteCom_MAJOR_VERSION}.${CuteCom_MINOR_VERSION}.${CuteCom_PATCH_VERSION})

Changelog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
0.50.0, tba , 2018
2+
3+
0.51.0, August 6, 2018
24
-added the byte counter plugin
35
-added a plugin manager
46
-added macros plugin to support similar to br@y's terminal

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
[![Build status](https://api.travis-ci.org/cyc1ingsir/cutecom.svg?branch=master)](https://travis-ci.org/cyc1ingsir/cutecom)
22

3+
*Important* CuteCom development is moving over to GitLab. Starting from the next release CuteCom will be available at
4+
[GitLab](https://gitlab.com/cutecom/cutecom/)
5+
Please refer to [#58](https://github.com/neundorf/CuteCom/issues/58) for the details.
6+
37
## Welcome to _CuteCom_
48

59
CuteCom is a graphical serial terminal, like minicom.
@@ -23,7 +27,7 @@ Version 0.30.0 is the first public release after the reimplementation.
2327
* easy to use GUI
2428
* no cryptic keyboard shortcuts
2529
* lineoriented interface instead of character-oriented
26-
* Ctrl+C, Ctrl+Q and Ctrl+S control sequences work
30+
* Ctrl+C, Ctrl+Q and Ctrl+S control sequences work (use CMD+<Key> on MacOS)
2731
* input history
2832
* a cute GUI ;-)
2933
* session support via -s <session name> specified at the command line

distribution/Debian/cutecom.dsc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Format: 1.0
22
Source: cutecom
3-
Version: 0.45-0
3+
Version: 0.50-0
44
Binary: CuteCom
55
Maintainer: Meinhard Ritscher <cyc1ingsir@gmail.com>
66
Architecture: any
77
Build-Depends: debhelper (>= 4.1.16), cmake (>= 2.8.11), qt5-default, libqt5serialport5-dev ,cutecom
88
Files:
9-
a123e277faa328ccef665145e1ea4ada 125197 cutecom-0.45.0.tgz
9+
a123e277faa328ccef665145e1ea4ada 125197 cutecom-0.50.0.tgz

distribution/openSUSE/cutecom.changes

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
-------------------------------------------------------------------
2-
Thu Jun 17 19:44:34 UTC 2017 - cyc1ingsir@gmail.com
2+
Mon Aug 06 15:48:14 UTC 2018 - cyc1ingsir@gmail.com
3+
4+
-update to release 0.50.0
5+
* added the byte counter plugin
6+
* added a plugin manager
7+
* added macros plugin to support similar to br@y's terminal
8+
* added netproxy plugin
9+
* improved logfile handling
10+
* redesign control panel's opening button
11+
12+
-------------------------------------------------------------------
13+
Thu Jun 17 19:44:34 UTC 2018 - cyc1ingsir@gmail.com
314

415
-update to release 0.45.0
516
* Enable input of Crl characters using a popup or Ctrl+<x>

distribution/openSUSE/cutecom.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020
Name: cutecom
21-
Version: 0.45.0
21+
Version: 0.50.0
2222
Release: 0
2323
Url: http://github.com/neundorf/CuteCom
2424
BuildRoot: %{_tmppath}/%{name}-%{version}-build

0 commit comments

Comments
 (0)