Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

Releases: ripienaar/travlrmap

Maintenance

18 Mar 10:05
Compare
Choose a tag to compare
  • Upgrade to bootstrap and bootswatch 3.3.4 (#56)
  • Change color of notvisited icon to be more distinctive (#55)

Galleries and 1000+ new markers

20 Feb 20:40
Compare
Choose a tag to compare
  • Upgrade to bootstrap and bootswatch 3.3.2 (#33)
  • Support authentication by another webserver (#49)
  • Ruby 1.9.3 and UTF-8 compatibility
  • Improve geolocate lookups by skipping purely numerical results for place names (#41)
  • Add today button to the calendar (#42)
  • Initial rudementary support for Galleries (#47)
  • Use map icons from http://mapicons.nicolasmollet.com/ to spruce things up a bit (#52)
  • Use new icons and default marker cluster style by default (#52)
  • Allow types to be hidden on the legend, useful for types like galleries (#47)

Bugs squashed, code refactored

24 Jan 10:43
Compare
Choose a tag to compare
  • Avoid double titles in Google Earth by not putting the title in the html (#29)
  • Show the correct error message when a point failed to save (#29)
  • General refactoring from single sinatra file to a few utility classes (#29)
  • Better handling of domains without linktext (#29)
  • Support bootswatch themes (#34)
  • Support for Ruby 1.8.7 has been removed
  • Fix problems building the gem on modern rubygems (#37)

UX Improvements

16 Jan 23:54
Compare
Choose a tag to compare
  • Improve mobile rendering of the geocoder and support geocoding current position (#5)
  • Show :linkimg: and :linktext: even when no :href: is set (#21)
  • Show the domain a link points to instead of 'link' when no :linktext: is set (#24)
  • Do not reset the date field after every geocode (#22)
  • Improve name picking in the geocoder (#27)

Saving of points!

13 Jan 09:39
Compare
Choose a tag to compare
  • Optionally save points from the geocoder interface
  • Automatically select YAML in the geocoder interface when clicked to make it quicker to move YAML to disk

Enhancements

11 Jan 17:59
Compare
Choose a tag to compare
  • Support various 3rd party tile sets (#13)
  • Support map sets (#14)
  • Support loading points from a direcotry (#14)

1.0.0

09 Jan 19:48
Compare
Choose a tag to compare
  • Support tracking visits using Google Analytics (#10)
  • Instead of forcing full page reloads to change view use javascript when possible (#6)
  • Add an /about page (#9)
  • Add github pages based documentation at https://ripienaar.github.io/travlrmap/ (#8)

Geocoder polish

07 Jan 16:03
Compare
Choose a tag to compare
  • Do not set empty point values to empty string and simplify point html creation as a result
  • Add a datepicker to the geocoder to make entering dates easier
  • Autofocus the search bar in the geocoder

Bugfix release

07 Jan 15:30
Compare
Choose a tag to compare
  • Remove some debug alerts

Visual geocoder

07 Jan 15:29
Compare
Choose a tag to compare
  • Add /geocode url end point to assist in making points
  • Remove the old ruby script for making points