All Versions
70
Latest Version
Avg Release Cycle
33 days
Latest Release
934 days ago

Changelog History
Page 2

  • v3.8.12 Changes

    January 25, 2021
    • ๐Ÿ”€ #363,670: remove synchronous XMLHttpRequests
    • ๐Ÿ‘ #672: support Spotify podcasts
    • ๐Ÿ #649: better handling of a/href tags to open in new windows, or to follow specified target values
  • v3.8.11 Changes

    November 23, 2020
    • ๐Ÿ‘Œ Improve error messaging re issues retrieving configuration data from Google.
  • v3.8.10 Changes

    November 03, 2020
    • ๐Ÿ”„ Change Instagram handling to catch up to their API changes. (#664)
  • v3.8.9 Changes

    October 23, 2020
    • ๐Ÿ›  Fix pattern matching and URL parsing for using Google Drive documents.
    • ๐Ÿ‘ Adjust rules for loading font to support relative/fragment URLs for font config option
  • v3.8.8 Changes

    October 20, 2020
    • ๐Ÿ›  fix error in TL.lookupMediaType
  • v3.8.7 Changes

    October 20, 2020
    • clearer error messaging if time is used without date
    • strip all whitespace from both ends of header cells
    • ๐Ÿ”ฆ expose TL.lookupMediaType as a publicly accessible function (formerly TL.MediaType before 3.7.0)
  • v3.8.6 Changes

    September 29, 2020
    • #659: Prevent blank column headers from derailing Timeline load
  • v3.8.5 Changes

    September 28, 2020
    • check for null when validating date inputs from CSV
  • v3.8.4 Changes

    September 28, 2020
    • #655: treat all-whitespace Google Sheets values as blank and don't try to process them
    • #656: chomp excess whitespace around header values/object keys.
    • #658: clean integer values for dates -- strip whitespace and comma
  • v3.8.3 Changes

    September 25, 2020
    • ๐Ÿ“œ Make CSV parser always return strings (fixes bug where V1 Sheets with year-only dates were assumed to be strings)
    • ๐ŸŒฒ Log instead of throw error when trying to add an event in TimelineConfig that has no start date