Skip to content

Commit

Permalink
V0.1.4
Browse files Browse the repository at this point in the history
Revert the test code in commit 0ef52da for release
  • Loading branch information
wh201906 committed Apr 15, 2022
1 parent 0460760 commit 378f6c1
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[中文](doc/CHANGELOG/CHANGELOG_zh_CN.md)

## V0.1.3
## V0.1.3 ~ V0.1.4
+ Fix some bugs

## V0.1.2
Expand Down
2 changes: 1 addition & 1 deletion doc/CHANGELOG/CHANGELOG_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[English](../../CHANGELOG.md)

## V0.1.3
## V0.1.3 ~ V0.1.4
+ 修复一些BUG

## V0.1.2
Expand Down
2 changes: 1 addition & 1 deletion src/SerialTest.pro
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target

# Remember to change version in AndroidManifest.xml
VERSION = 0.1.3
VERSION = 0.1.4
QMAKE_TARGET_PRODUCT = "SerialTest"
QMAKE_TARGET_DESCRIPTION = "SerialTest"
QMAKE_TARGET_COMPANY = "wh201906"
Expand Down
2 changes: 1 addition & 1 deletion src/android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<manifest package="priv.wh201906.serialtest" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="V0.1.3" android:versionCode="13" android:installLocation="auto">
<manifest package="priv.wh201906.serialtest" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="V0.1.4" android:versionCode="14" android:installLocation="auto">
<!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.
Remove the comment if you do not require these default permissions. -->
<!-- %%INSERT_PERMISSIONS -->
Expand Down
1 change: 0 additions & 1 deletion src/datatab.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ void DataTab::on_receivedClearButton_clicked()
rawReceivedData->clear();
emit setRxLabelText(tr("Rx") + ": 0");
syncReceivedEditWithData();
ui->sendedEdit->setPlainText(Util::unescape(ui->sendEdit->text())); // DEBUG
}

void DataTab::on_sendedClearButton_clicked()
Expand Down

0 comments on commit 378f6c1

Please sign in to comment.