Skip to content

Releases: Maprunner/rg2

Version 2.1

26 Sep 16:26
eafae2e
Compare
Choose a tag to compare

What's Changed

User interface rewritten and statistics functions enhanced.

Build process migrated to vite. Code splitting added to prevent unnecessary downloads.

Compatible with PHP version 8.

Full Changelog: Version1.10.3...Version2.1

Version-1-archive

08 May 07:30
Compare
Choose a tag to compare
Version-1-archive Pre-release
Pre-release

Last version before move to vite branch. Intended for test purposes only.

Version 1.10.3

19 Jul 21:28
6452dcb
Compare
Choose a tag to compare

Catching up a lot of changes as a formal release. Includes significant updates to statistics handling as well as lots of other minor enhacements and error corrections.

Version 1.8.0

06 Mar 09:49
36097d0
Compare
Choose a tag to compare

Version 1.8.0 includes:

  • Enhancements to the "Measure" function following use at HH Zoom meetings. Route nodes can be dragged to adjust them, overlays are only visible when dialog window is open, and "Delete all" button added.
  • New manager function added to allow deletion of unused maps.
  • Enhancement to course sliders so that they handle relay and score courses better.

Version 1.7.0

14 Feb 16:42
bd0d3a5
Compare
Choose a tag to compare

This release includes two new functions to help with race analysis:

  • A new "Measure" icon has been added to the toolbar. If you click on this you can then measure different route options by drawing directly on the map. Distances are shown in metres for georeferenced maps and pixels for other maps.
  • The "Courses" tab now has a slider for each course. This allows you to view only part of a course and route display and makes things much easier when analysing convoluted courses with a lot of crossovers.

Plus a number of other minor updates.

Version 1.5.9

27 Apr 19:49
9e2948c
Compare
Choose a tag to compare

A chance to create a formal release version for the first time in ages. All sorts of goodies added since 1.4.0.

Version 1.5.9

Minor enhancements to support events that are set up with no results.

Version 1.5.8

  • The statistics display (accessed by double clicking on a runner on the results tab) has been further updated and now includes "performance" and "consistency" values. Performance represents how well you did against the average of the top 25% of splits for each leg. A higher score is better. Consistency gives an indication of how your performance on each leg varied. A lower score is better.
  • Colour-coding of GPS routes for georeferenced maps is now based on minutes per kilometer. You can configure the speed range by setting the fast (green) and slow (red) speeds from the configuration dialog. Points below the slow setting are displayed in blue.
  • Various minor changes have been made to improve the handling of incomplete results (e.g. missing punches).

Version 1.5.7

  • Improves the statistics display by adding tabs to reduce some of the scrolling. Double click on a runner on the results tab to see this.
  • Fixes an IOF XML V3 results import bug which meant that missing controls were not being handled correctly.

Version 1.5.6

  • Very minor update which is probably invisible to most users.

Version 1.5.5

  • No formal issue

Version 1.5.4

Tidying up and minor enhancements that may be useful:

  • Results are simplified so you don't end up with an extra GPS result listed. Thanks to Roy Heselden for suggesting this. It is something that I had never really thought about, but now looks a lot more sensible than the old way.
  • You can now select replay of routes from the Course tab. Thanks to Olav Kvittem for the suggestion.
  • Debug mode re-enabled for people who want to build and test their own version.
  • Facebook and Twitter removed since they loaded a lot of extra files and I'm not sure anyone was using the links.
  • The manager gives a warning if controls are not adjusted when setting up an event on a non-georeferenced map.

Version 1.5.3

  • No formal issue

Version 1.5.2

The main change is the inclusion of a new statistics page. Double click on any runner name on the result tab to see details.

Version1.5

This includes a refactored php back end which should be totally transparent to users, but means we can start thinking seriously about a new and improved front end. There are two changes that might be useful:

  • GPS adjustment has been significantly improved, so it is now possible to make sensible adjustments between two locked points.
  • Manager dialogs should now be aligned correctly if you are running Firefox on LINUX.

Version 1.4.8

This is a minor release with two new features:

  • When selecting runners for replay you can now select only those who have drawn or uploaded a route. Select the "Routes" checkbox rather than the "All" checkbox on the results tab. Thanks to Robin Strain for finally prompting me to add something I had kept thinking would be a good idea.
  • An option has been added to the RG2 manager to sort the results file, which is done by course, then position, then time and finally name. The majority of users will not need to select this option, since their results file will already be in a sensible order. Thanks to Mikko K from Finland for the original pull request.

Version 1.4.7

  • No formal issue

Version 1.4.6

  • No formal issue

Version 1.4.5

  • The display of positions in the results tab has been tidied up.
  • Corrects a bug associated with drawing routes for events that have courses but no splits, which wasn't something I knew you could do in the first place.

Version 1.4.4

  • No formal issue

Version 1.4.3

  • No formal issue

Version 1.4.2

This includes two significant changes:

  • Handling of results with missing controls has been modified. It is now possible to draw and save your route even if you didn't go to all of the controls on the course. Previously you could draw the route but not save it, which was a little frustrating. This change also means that the GPS autofit function will work properly with missing splits.
  • The manager interface now accepts results lists by class as well as by course. For most managers this will make no difference, since they can continue to use results by course. If you do have results by class you can now map several classes to a single course, as required. The results will be consolidated into a single course result, which will use the course name as defined in the course file.

Version 1.4.1

  • No formal issue

Version 1.4.0

23 Apr 14:53
Compare
Choose a tag to compare

Various minor enhancements:

  • search function for events and results
  • manager link added to Info dialog
  • warning in manager if you try to upload too big a map file
  • integration with Splitsbrowser 3.4.1
  • corrected French translations
  • rewrite of API calls to reduce server load

Thanks to @JamesErrington for a lot of the changes.

Version 1.3.3

02 Feb 15:18
Compare
Choose a tag to compare

New function to allow you to delete a route.

Version 1.3.0

19 Sep 19:25
Compare
Choose a tag to compare
  • Enhanced replay facilities, with better control of the replay speed.
  • A fix for GPX files with spurious (Latitude:0, Longitude: 0) positions in them. This caused your route to include points just off the west coast of Africa, so looked like vertical lines down the screen for GB events.
  • A function to make an event read-only. This will show up as a lock icon in the title bar, and the "Draw" tab will be disabled. This will allow events to be set up and checked before people start adding routes.

Version 1.2.5

16 Mar 19:53
Compare
Choose a tag to compare

You can now rotate the map, using the icons at the top left of the screen. This means you can orientate the map as you would when racing.

There is also a new option to align the map when drawing your route. Just tick the "Align map to next control" checkbox on the 'Draw' tab.

Various other minor enhancements and bug fixes.