Skip to content

Latest commit

 

History

History
66 lines (44 loc) · 2.58 KB

CHANGELOG.md

File metadata and controls

66 lines (44 loc) · 2.58 KB

Parse Dashboard Changelog

1.0.14

  • Fix bug in past push page

1.0.13

1.0.12

  • Fix minor style issues
  • Add pointer permissions editor
  • Allow cancellation of edits in data browser using ESC key, thanks to Manuel
  • Show error messages in the console when your app's icons can't be found, thanks to Saif Al-Dilaimi

1.0.11

  • Add the ability to specify SSL cert and key, thanks to Cory Imdieke
  • Trust proxy when enabling --allowInsecureHTTP, thanks to Andrew Chen
  • Fix App index when apps have an apostrophe in the name
  • Fix display of prod/dev flag
  • Support for Node 6

1.0.10

  • Add the ability to specify icons for your app, thanks to Natan Rolnik
  • Fix sending push with JSON data

1.0.9

  • Add the ability to mount the dashboard express app on a custom mount path, thanks to hpello with bugfixes from mamaso
  • Add ability to restrict certain users to certain apps, thanks to Felipe Andrade
  • Fix Dockerfile, thanks to Kakashi Liu
  • Display Parse Dashboard version, thanks to Aayush Kapoor and gateway
  • Add a refresh button to the data browser, thanks to TylerBrock
  • Add logs viewer
  • Misc. performance improvements and bugfixes, thanks to Pavel Ivanov

1.0.8

  • Allow Dashboard to be mounted as Express middleware, thanks to Florent Vilmart
  • Add an option to specify that your app is in production, thanks to Dylan Diamond
  • Fix GeoPoints in Parse Config, thanks to Dylan Diamond
  • Allow specification of the host the dashboard runs on, thanks to hpello
  • Miscellaneous look-and-feel improvements

1.0.7

  • Fix sending pushes with badge increment

1.0.6

  • Send push notifications from the dashboard
  • Add object count to relation browser, thanks to Sergey Gavrilyuk

1.0.5

  • Fix new features notification

1.0.4

  • Class level permissions editor