martedì 11 gennaio 2011

Planning for 1.4.0...

Yes, 1.3.0 is not yet out (and BETA 2 has a couple of nasty bugs) but i have added a small roadmap to 1.4.0.

1.4.0 will feature a centralized map storage... So you will "import" your maps into the storage and then you can simply see them on the tracking table when you move on them, without having to manually load them each time. This will improve loading times, make things easier, and open the road to implement "map layers" like OpenStreetMap of GoogleMaps...

Maybe 1.4.0 will also feature some UI changes, i hope so, we will see.

Stay tuned! I plan to release a BETA3 today to fix a couple of stupid bugs in BETA2 which affects track rendering.

Update: i spent some time with valgrind to debug the crashing libjpeg problem... I found a couple of issues in my code: the first was related to the use of new[] paired with delete operator instead of delete[]... The second was more tricky. I was using a QFile object, then passing it over to fdopen() for jpeglib, and i forgot to call fclose on the FILE* data... causing another small memory leak.... Now are fixed, lets see if this solves the crash...

Update: FreeTrack 1.3.0 beta 3 is out. Please go fetch it! It finally fixes the map loading crash bug and also the couple of minor regressions on beta 2!

Nessun commento:

Posta un commento