File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,13 @@ All notable changes to this project will be documented in this file.
33
44The format is based on [Keep a Changelog](http://keepachangelog.com/)
55and 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
Original file line number Diff line number Diff line change 66QT += core gui concurrent charts svg
77# QMAKE_CXXFLAGS += -Ofast
88QMAKE_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 :
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments