diff options
author | Pavel Pisa <pisa@cmp.felk.cvut.cz> | 2019-06-28 15:43:00 +0200 |
---|---|---|
committer | Pavel Pisa <pisa@cmp.felk.cvut.cz> | 2019-06-28 15:43:00 +0200 |
commit | 1841ca30c574c9d1ac57b10b1cf417ef62be0af6 (patch) | |
tree | 1a9d2b0612d9c43ee90baa4a69202473cd261841 /debian | |
parent | 8fc09b33240fa0b55bd0db22103db65861bc2d6b (diff) | |
download | qtmips-1841ca30c574c9d1ac57b10b1cf417ef62be0af6.tar.gz qtmips-1841ca30c574c9d1ac57b10b1cf417ef62be0af6.tar.bz2 qtmips-1841ca30c574c9d1ac57b10b1cf417ef62be0af6.zip |
Version updated to 0.7.0
* Debian package updated to version 0.7.0.
* Include simple LCD frame-buffer and display implementation.
* Simulate push of dial buttons by check box.
* Allow to create simulator without loaded executable.
* Printing/export to PDF file reduces print area/page to actual image size.
* Disable text elide for memory and program views (fix for MAC OS).
* Implement standard zoom handling by mouse wheel and keys.
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index c02032e..1b12548 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +qtmips (0.7.0) unstable; urgency=medium + + * Debian package updated to version 0.7.0. + * Include simple LCD frame-buffer and display implementation. + * Simulate push of dial buttons by check box. + * Allow to create simulator without loaded executable. + * Printing/export to PDF file reduces print area/page to actual image size. + * Disable text elide for memory and program views (fix for MAC OS). + * Implement standard zoom handling by mouse wheel and keys. + + -- Pavel Pisa <pisa@cmp.felk.cvut.cz> Fri, 28 Jun 2019 15:38:52 +0200 + qtmips (0.6.8) unstable; urgency=medium * Debian package updated to version 0.6.8. |