Changes between Version 11 and Version 12 of ChangelogEN


Ignore:
Timestamp:
Jun 28, 2014, 2:42:28 PM (10 years ago)
Author:
Martin Kolman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ChangelogEN

    v11 v12  
    33[wiki:SystemDownloadEN back to the Download section]
    44
     5=== * modRana V0.47 * ===
     6
     7* Tue Jun 17 2014 Martin Kolman - 0.47.3
     8- move bundled modules to the bundle directory
     9 - this should make unbundling on platfors that have the modules (Fedora, etc.) easier
     10- remove some more bundled modules from the Sailfish OS package
     11
     12* Tue Jun 17 2014 Martin Kolman - 0.47.2
     13- add local search support to the Qt 5 GUI
     14- sort local search results by initial distance in Qt 5 GUI
     15- show search results on the map in Qt 5 GUI
     16- highlight the result that was selected in result list in red on map in Qt 5 GUI
     17
     18* Sun Jun 08 2014 Martin Kolman - 0.47.1
     19- the QtQuick GUI now downloads new tiles asynchronously
     20 - much faster asynchronous tile loading !
     21 - no more synchronous tile download stalls !
     22 - no more GUI freezes when starting modRana without connectivity !
     23 - tiles currently on the screen have a diwnload priority (LiFo download queue)
     24 - if the queue is full, old download requests that are probably no longer visible are dropped
     25 - proper tile download error hanling & retry support
     26 - proper tile download feedback
     27 - tile handling debug support
     28- fix tiles stuck on "Downloading"/"Loading" in GTK GUI
     29- fix weird tile loading artifacts in overlay mode in the GTK GUI
     30- remove all Cloudmade layers as they were discontinue in the first half of May
     31- change Sailfish OS profile folder name to harbour-modrana and migrate all data to the new folders
     32 - this is fully automatic and no user interaction is needed
     33 - this makes modRana Harbour compliant in regards to profile paths
     34
     35=== * modRana V0.46 * ===
     36
     37* Sun Apr 20 2014 Martin Kolman - 0.46.5
     38- fix saving of local search results to POI database
     39- fix batch download breaking for some batches
     40
     41* Thu Apr 17 2014 Martin Kolman - 0.46.4
     42- don't include the backported Urllib 3 and argparse in the Sailfish package
     43
     44* Thu Apr 17 2014 Martin Kolman - 0.46.3
     45- disable tile id debugging in pinchmap that was left on by mistake
     46
     47* Thu Apr 17 2014 Martin Kolman - 0.46.2
     48- fix tile URL generation for one of the providers
     49
     50* Wed Apr 16 2014 Martin Kolman - 0.46.1
     51- local search works again thanks to a patch provided by Geoff Kuenning - thanks a lot ! :)
     52- it is now possible to set local search radius in the GTK GUI (in options and directly in the search menu with a toggle button)
     53- map display and dragging should now be faster
     54- automatic map tile downloading has been rewritten and should be now more efficient
     55- batch tile download has been rewritten and improved - should be now more efficient and faster
     56- the tile hnadling code is now in much better shape overall
     57- the batch tile menu in GTK GUI no longer lags and has a more logical structure
     58- fix tile downloading not working in Sailfish GUI due to Python 3.4 breaking old bundled version of Urllib 3
     59
     60=== * modRana V0.45 * ===
     61
     62* Tue Mar 11 2014 Martin Kolman - 0.45.7
     63- fix the Map1.eu and mtbmap layers not showing up in the map layer menu
     64
     65* Sun Mar 09 2014 Martin Kolman - 0.45.6
     66- also show scroll decorator on the map layer selector in Sailfish GUI
     67
     68* Sun Mar 09 2014 Martin Kolman - 0.45.5
     69- fix speed display page in Qt 5/Sailfish GUI
     70- show distance from current position for all search results in Qt 5/Sailfish GUI
     71- show scroll decorators for most pages in Sailfish GUI
     72
     73* Sun Mar 02 2014 Martin Kolman - 0.45.4
     74- fix theme color parsing on GTK GUI
     75  - looks like the Silica theme broke it :)
     76
     77* Tue Feb 25 2014 Martin Kolman - 0.45.3
     78- make page header look more native on Sailfish OS
     79- tweak landscape and potrait page header size in Qt 5 GUI
     80- also make it dependent on back button usage (back button needs thicker header)
     81
     82* Tue Feb 25 2014 Martin Kolman - 0.45.2
     83- make sure persistent options are saved after every set in Qt 5 GUI
     84 - as there seem to be issues with clean shutdow for icon launched packages on Sailfish OS
     85
     86* Tue Feb 25 2014 Martin Kolman - 0.45.1
     87- add support for map layer switching for the Qt 5 GUI
     88- Qt 5 GUI list view visual tweeks
     89 - better list item background coloring
     90 - proper spacing
     91
     92=== * modRana V0.44 * ===
     93
     94* Sat Feb 22 2014 Martin Kolman - 0.44.8
     95- fix links not showing up on the About page in the Qt 5 GUI
     96
     97* Sat Feb 22 2014 Martin Kolman - 0.44.7
     98- fix version display with Qt 5 GUI
     99
     100* Sat Feb 22 2014 Martin Kolman - 0.44.6
     101- fix version display
     102
     103* Sat Feb 22 2014 Martin Kolman - 0.44.5
     104- use correct storage path for config files (respect device module override)
     105
     106* Sun Feb 16 2014 Martin Kolman - 0.44.4
     107- add online search support
     108 - address search using Nominatim
     109 - Wikipedia search using Geonames
     110* Tue Jan 28 2014 Martin Kolman - 0.44.3
     111- add missing libsailfishapp-launcher depency (provides the sailfish-qml utility)
     112
     113* Sun Jan 26 2014 Martin Kolman - 0.44.2
     114- device modules now can override profile folder path
     115 - and also cache folder path
     116- use XDG paths when running on Sailfish OS
     117 - main pofile is now in ~/.config/modrana
     118 - maps, routing data, POIs and tracklogs are in ~/.local/share/modrana
     119 - ./.cache/modrana is used for caching
     120 - and if enabled, debug logs go to ~/Public/modrana_debug_logs
     121
     122* Fri Jan 24 2014 Martin Kolman - 0.44.1
     123- added new Qt5+PyOtherSide based GUI
     124 - supports multiple QML components sets as backends
     125 - the Silica component set can be used on Sailfish to provide a native look
     126 - the Controls set, a post 5.1 Qt built-in, can be used on desktop and elsewhere
     127 - the GUI is almost fully asynchornous so it should be even more repsonsive than the Qt4 QML GUI
     128 - much shorter startup time due to PyOtherSide usage
     129 - based on QtQuick 2.0, so fully hardware accelerated
     130- new theme named Silica
     131 - primarily aimed for use on Sailfish OS, but can be also used to provide a slight Sailfish like look on other platforms
     132- more white monochromatic icons for the Silica and Night themes
     133- Jolla device module
     134
     135
    5136=== * modRana V0.43 * ===
    6137released: 14.08.2013
     138
     139* Mon Sep 30 2013 Martin Kolman - 0.43.4
     140- fix python-protobuf dependency
     141 - looks newer version is needed for Monav routing server
     142- only import Monav support once actually needed
     143 - should shorten startup a little bit
     144 - in case Monav support fails to load, the route module should still load fine
     145- use conic based connectivity detection on Fremantle
    7146
    8147* Sun Sep 29 2013 Martin Kolman - 0.43.3