Skip to content

Commit c495247

Browse files
committed
update to 0.2.3 before master merge
1 parent 9008919 commit c495247

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/)
6-
.
6+
7+
## [0.2.3] - 2017-14-03
8+
### Changed
9+
- Fix delay time before running. Now analysis doesn't wait to run
10+
- Remove debugging message
11+
- Fix bug when exporting PNG data.
12+
713
## [0.2.2] - 2017-03-03
814
### Changed
915
- Fix Crash when reading .xz file

FastQt.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
QT += core gui concurrent charts svg
77
#QMAKE_CXXFLAGS += -Ofast
88
QMAKE_CXXFLAGS += -std=c++11
9-
#CONFIG(release, debug|release):DEFINES += QT_NO_DEBUG_OUTPUT
9+
CONFIG(release, debug|release):DEFINES += QT_NO_DEBUG_OUTPUT
1010

1111

1212
# METHOD 1 : If KArchive is not installed as a Qt Module then copy to your Qt installation :

main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ int main(int argc, char *argv[])
4040
a.setApplicationName("FastQt");
4141
a.setOrganizationName("Labsquare");
4242
a.setOrganizationDomain("labsquare.org");
43-
a.setApplicationVersion("0.2.2");
43+
a.setApplicationVersion("0.2.3");
4444

4545
QString locale = QLocale::system().name().section('_', 0, 0);
4646

0 commit comments

Comments
 (0)