Skip to content

Latest commit

 

History

History
79 lines (57 loc) · 4.84 KB

CHANGELOG.md

File metadata and controls

79 lines (57 loc) · 4.84 KB

Changelog

2023-??-?? - 1.3.7

  • 199 Bump rack from 2.2.4 to 2.2.6.3

2022-12-08 - 1.3.6

  • 190 Add sprockets precompile rake task
  • 196 Replaced open with URI.open, as Kernel#open was deprecated in Ruby 2.7 and doens't work anymore with Ruby 3 (thanks @thomaswitt)
  • 197 Update rack requirement from ~> 2.2 to >= 2.2, < 4.0 (thanks to @dependabot)

2021-07-01 - 1.3.5

  • 186 Escape widget error message (thanks @gebhardtr) (CVE-2021-35440)
  • 142 Add screenshots
  • 166 Update installation instructions docs for Windows
  • 168 Update installation instructions docs for Windows
  • 174 Update troubleshooting docs with note about thin_http_parser error
  • 167 Update troubleshooting docs with note about raspberry pi error

2021-03-07 - 1.3.4

  • 184 Add switch to not filter events (thanks @toy)

2021-03-06 - 1.3.3

  • 182 Create EventSource at the right moment (thanks @toy)

2021-02-27 - 1.3.2

  • 179 Replace Travis CI by GH actions
  • 178 Relax dependencies; pinned minor, free patch version (thanks @dylanratcliffe)
  • 173 Send only data that is needed on the dashboard (thanks @toy)

2021-01-30 - 1.3.1

  • 177 Remove websocket connections that have been closed in send_event (thanks @ssgelm)

2020-06-04 - 1.3.0

  • #157 Update gems
  • #155 Fix bug causing AnimatedValue to freeze after same value is entered
  • #162 Add version command
  • #163 Disable the twitter job and comment out the gem dependency
  • Dropped Ruby 2.2 in Travis due to rack requiring >= 2.3.0

2020-05-19 - 1.2.0

  • #151 Upgrading font awesome to 5.11
  • #153 Fix GitHub security alert updating to rake 12.3.3
  • #147 Checking for existing displayedValue
  • #141 Disable warnings in test, circular require warning we're clouding up
  • #135 Fixing favicon location
  • #137 Use {} as fallback for history.yaml
  • #103 Don't display exception pages to users by default
  • #107 Update to latest gridster to fix touch input bug
  • #95 Silence rake warnings about unused vars
  • #96 Added Batman filter 'shortenedBytes'

2017-12-25 - 1.1.0

  • #25 Add data transformation method to widget base
  • #27 Add error string when widget not rendered
  • 73e75f Switched background colors for 'danger' and 'warning'
  • #53 Use old-style hash syntax to enable compatibility with ruby 1.8.7
  • 7a6d67 Update gemspec to have a valid link to the Smashing GitHub pages site
  • #56 Change update time on events
  • #60 Fix favicon url
  • #11 Update Rufus-Scheduler version
  • #67 Capture Interrupt error (Ctrl+c) and cleanly exit
  • fa7cf4 Don't multiply the updatedAt timestamp by 1000
  • 855348 Travis: Change to pre-installed Rubies, drop 2.1
  • 4e2b7f Update all gems
  • 305193 Facilitate testing

2016-10-23 - 1.0.0