Skip to content

Releases: versx/DeviceConfigManager

DCM 1.9.3

01 Jul 00:49
6114a79

Choose a tag to compare

.> Fixes primary key length

DCM 1.9.2

30 Jun 23:57
b12a446

Choose a tag to compare

  • Fixes database migration 13.
  • Fixes creating schedules with only one device.

DCM 1.9.1

30 Jun 02:22
a86d79f

Choose a tag to compare

  • Increases login rate limit
  • Print mysql errors to console
  • Increase uuid_date_type column character length

DCM 1.9.0

26 Jun 07:44
fa6db5b

Choose a tag to compare

Adds support for port negotiation from client.

DCM 1.8.2

10 Jun 02:49
ca04511

Choose a tag to compare

Adds device model
Use logging date/time format for device preview last modified date

DCM 1.8.1

07 Jun 21:35
ca04511

Choose a tag to compare

  • Adds a combined device logs page (needs improvements still for huge log lists)
  • Adds maxRebootCount and timezone to settings page
  • Adds clear device IP utility
  • Moves utilities page from settings page to its own separate page
  • Fix sorting index

DCM 1.8.0

06 Jun 18:23
568fa0d

Choose a tag to compare

  • Login and API rate limiter
    • Login: 5 requests within a 15 minute time period
    • API: 100 requests within a 15 minute time period
  • Date conversion to specific timezone provided in config.json
  • Configurable max reboot count before ignored in config.json

DCM 1.7.4

06 Jun 03:30
c93fb03

Choose a tag to compare

  • Device restart statistics (Credits to LordJavi)
  • More localization

DCM 1.7.3

04 Jun 08:42
563bcfd

Choose a tag to compare

BREAKING CHANGES

  • Uses bcrypt as hashing algorithm for user account instead of sha1
  • Adds Enabled device option (Credits to LordJavi)
  • Add helmet basic protection middleware
  • Add reboot offline devices button on frontpage
  • Only show screenshot if taken within last 60 minutes
  • Generate random session secret, removed config option

DCM 1.7.2

27 May 05:01
9dd6880

Choose a tag to compare

  • Rename docker-compose.yml to docker-compose.example.yml to prevent conflicts when updating.
  • Refactoring to ECMA6
  • Fix logger reference
  • Provide a default log format if entry is empty in config
  • Clickable device names on devices page
  • Clickable offline devices on front page
  • Reboot offline devices via front page