Skip to content

Commit

Permalink
Wrote down version information. Increased version to 0.4.0.0. Ready f…
Browse files Browse the repository at this point in the history
…or tagging.
  • Loading branch information
Larswad committed Dec 10, 2013
1 parent 5e1f2e2 commit cc46802
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,24 @@ const uint DEFAULT_ATN_PIN = 5;

const QString PROGRAM_VERSION_HISTORY = qApp->tr(
"<hr>"
"<ul><li>NEW: Saving support in 1541 normal speed."
"<li>CHG: Changed much on the UI. Nice icons for all buttons. Separate configuration dialog from main window. "
"Now using Qt Theming, choosing best fit depending on OS. Event log is now dockable and can be hidden or detached. "
"Progress bar now for loading files. The directory image listing is now displayed as a real CBM, can be set to look "
"either like a c64, c128 (40/80 modes), a Plus/4 or a VIC20. Refresh button for file list. Directories in bold font."
"<li>FIX: The sprintf formatting for initial handshake string didn't work for some Arduino Due. Thanks to Lemon64 users for seeing this."
"<li>NEW: Some work has been done on error channel and started work on command channel. In progress."
"<li>NEW: Much work started on M2I support. Now finished, in progress."
"<li>NEW: Settings for file filters and whether directories should be visible or not."
"<li>NEW: Supporting configuration of arduino bluetooth device making the whole project go wireless ! See Readme for info."
"<li>FIX: A LOT of memory optimization on the Arduino side. Reduced ram use to fraction of earlier version. Using PGM memory!"
"<li>NEW: Support for RESET line. Conditional compiling define whether this line is soldered or not."
"<li>FIX: Build location of intermediate files on PC side now much better in .PRO file."
"<li>FIX: Serial optimization for file reading from CBM by keeping interrupts enabled and issuing read before transferring to CBM."
" This is not enabled by default just to be sure, but it can be enabled in global_defines.h header."
"<li>FIX: Size calculation of file and proper transfer of file size to arduino so that progress can be visualized on both sides."
"</ul>"
"<span style=\" font-weight:600; color:#0404c2;\">Application Version 0.3.0:</span><hr>"
"<ul><li>NEW: Added nicely fitting icons for all buttons."
"<li>NEW: Completely revised UI with configuration dialog making main window much more clean. "
"The dialog now also keeps settings for file filters and whether directories should be displayed. The settings dialog "
Expand Down
6 changes: 3 additions & 3 deletions version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
#define VERSION_H

#define VER_FILEVERSION 0,3,0,0
#define VER_FILEVERSION_STR "0.3.0.0\0"
#define VER_FILEVERSION_STR "0.4.0.0\0"

#define VER_PRODUCTVERSION 0,3,0,0
#define VER_PRODUCTVERSION_STR "0.3.0\0"
#define VER_PRODUCTVERSION 0,4,0,0
#define VER_PRODUCTVERSION_STR "0.4.0\0"

#define VER_COMPANYNAME_STR "MumboJumbo_Software"
#define VER_FILEDESCRIPTION_STR "uno2iec"
Expand Down

0 comments on commit cc46802

Please sign in to comment.