- 199 Bump rack from 2.2.4 to 2.2.6.3
- 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)
- 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
- 184 Add switch to not filter events (thanks @toy)
- 182 Create EventSource at the right moment (thanks @toy)
- 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)
- 177 Remove websocket connections that have been closed in send_event (thanks @ssgelm)
- #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
- #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'
- #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
- First release after Dashing: Shopify/dashing#711