Changes between Version 12 and Version 13 of ChangelogEN


Ignore:
Timestamp:
Jan 4, 2015, 1:33:39 AM (9 years ago)
Author:
Martin Kolman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ChangelogEN

    v12 v13  
    22= modRana summary changelog =
    33[wiki:SystemDownloadEN back to the Download section]
     4
     5=== * modRana V0.50 * ===
     6
     7* Fri Jan 02 2015 Martin Kolman - 0.50.4
     8- the actual Python 2.5 compatibility fixes
     9* Thu Jan 01 2015 Martin Kolman - 0.50.3
     10- Python 2.5 compatibility fixes
     11* Thu Jan 01 2015 Martin Kolman - 0.50.2
     12- first official modRana release for Android! :)
     13- make theme parsing more robust
     14- fix window sizing regression on Sailfish OS
     15* Wed Dec 31 2014 Martin Kolman - 0.50.1
     16- layer timeout support (Frederic Ferner)
     17 - dynamic map layers (traffic, weather, etc.) now automatically load new tiles once the oled ones time out
     18 - not yet handles staring at the same part of map for hours
     19 - you need to move the map a bit so that the tiles are requested again & refetched
     20- support for setting network usage mode in Qt 5 GUI (Frederic Ferner)
     21 - max - unlimited network usage
     22 - minimal - no automatic tile download
     23- Thanks a lot to Frederic for these nice two patches! :)
     24- fix text sizing on icon grid
     25- fix compass rose display with qrc (Android)
     26 - it still does not rotate on Android some reason :)
     27
     28=== * modRana V0.49 * ===
     29
     30* Sat Nov 01 2014 Martin Kolman - 0.49.12
     31- add missing qt5-qtsensors dependency on Fedora
     32
     33* Sat Nov 01 2014 Martin Kolman - 0.49.11
     34- fix Qt 5 GUI icon & naim in desktop file on Fedora
     35
     36* Sat Nov 01 2014 Martin Kolman - 0.49.10
     37- add the qt5-qtquickcontrols dependency on Fedora
     38
     39* Sat Nov 01 2014 Martin Kolman - 0.49.9
     40- fix the modrana-gtk startup script on Fedora
     41
     42* Fri Oct 31 2014 Martin Kolman - 0.49.8
     43- exclude Monav binaries from the Fedora package
     44
     45* Thu Oct 23 2014 Martin Kolman - 0.49.7
     46- fix the compass rose not showing up in the Qt 5 GUI on Sailfish OS
     47
     48* Tue Oct 21 2014 Martin Kolman - 0.49.6
     49- generate correct (Python 3.4) bytecode for the Sailfish OS package
     50 - makes modRana Python part startup almost 2 times faster (~3.8s->~2s) ! :)
     51- make location and map page in Qt 5 GUI asynchronous
     52 - this should make the startup even faster and more seemless
     53- add a fade in & out animation for the startup indicator in Qt 5 GUI
     54
     55* Sun Oct 19 2014 Martin Kolman - 0.49.5
     56- fix a typo breaking modRana startup on Sailfish OS
     57
     58* Sat Oct 18 2014 Martin Kolman - 0.49.4
     59- support for keeping screen on for Sailfish OS
     60 - enabled by default
     61 - can be turned on/off in Options->UI
     62- fully asynchronous Qt 5 GUI startup
     63 - the Qt 5 GUI startup should now be faster and feedback is provided to the user during the whole startup
     64 - the Bitcon button now works again in the Qt 5 GUI
     65- the Gratipay donation button has been added to the Qt 5 GUI
     66- fixed sizes & font sizes of donation buttons
     67- modRana now supports log file compression with gzip
     68 - preliminary testing shows about 60% log size reduction when enabled :)
     69 - GTK GUI: Options->Debug->Logging
     70 - Qt 5 GUI: Options->Logging
     71- print full path to the log file when disabling it
     72- average speed is now displayed correctly
     73- add support for passing CLI arguments when using the Qt 5 GUI
     74- the compass rose in Qt 5 GUI no longer wiggles when pointing close to the northern direction
     75- fix shutdown handler not triggering on Sailfish OS
     76- fix Qt GUI log and Qt 5 GUI qml log names
     77- fix speed statistics centering in Qt 5 GUI
     78- fix version string wrapping in Qt 5 GUI
     79
     80* Wed Oct 08 2014 Martin Kolman - 0.49.3
     81- add a map screen compass rose
     82 - it can be turned on/off and its opacity changed in Options->UI
     83
     84* Sun Oct 05 2014 Martin Kolman - 0.49.2
     85- remove a file breaking build
     86
     87* Sun Oct 05 2014 Martin Kolman - 0.49.1
     88- use the Python logging module for all logging in modRana
     89 - so we now have nice logging levels, module indicators and messages from threads look nice :)
     90 - also the log file has timestamps and does not mis any early log messages
     91 - unlike before, log messages are both in log file _and_ in console
     92 - and the Qt 5 GUI even forwards all log messages to the Python log :)
     93 - the log file can be enabled and disabled from the Qt 5 GUI
     94 - there is also full path to the log displayed in the Qt 5 GUI
     95- it is now possible to use the volume rocker for map zoom on Sailfish OS
     96- the Options->Map screen in QT 5 GUI now shows path to the map data folder and free space in the folder
     97- it is now possible to tell modRana to always start in fullscreen
     98- it is now posible to tell modRana to always show a quit button in the main menu in GTK GUI
     99- tunables have been exportend for various modRana mechanisms in the GTK GUI
     100 - the main aim is to enable users to debug or workaround crashes that have been reported on the N900
     101 - auto dl thread count, batch dl thread count, auto dl queue size, in memory tile cache size, Sqlite tile database commit period
     102 - use with care and report you findings! :)
     103- the Sqlite tile database now logs number of commited tiles
     104- various code cleanum and refactoring
     105
     106=== * modRana V0.48 * ===
     107
     108* Mon Jul 28 2014 Martin Kolman - 0.48.2
     109- add a missing module to the Sailfish OS package
     110
     111* Mon Jul 28 2014 Martin Kolman - 0.48.1
     112- added persistent overlay configuration support in Qt 5 GUI
     113- aproximate batch download size is now displayed during batch download in GTK GUI
     114- location debuging support in Qt 5 GUI
     115- fixed zoom level not being saved in Qt 5 GUI
     116- fixed current track logging settings not being displayed properly in GTK GUI
     117- fixed URL for the Map1.eu map layer
     118
    4119
    5120=== * modRana V0.47 * ===