4.50.6 • Published 7 months ago

homebridge-config-ui-x v4.50.6

Weekly downloads
22,518
License
MIT
Repository
github
Last release
7 months ago

npm

Homebridge Config UI X

This is a plugin for Homebridge. This is a fork of the work originally done by mkellsy.

This plugin allows you to monitor, backup and configure your Homebridge server from a browser.

Status

Installation Instructions

npm install -g --unsafe-perm homebridge-config-ui-x

Configuration

Add this to your homebridge config.json file

"platforms": [
    {
      "platform": "config",
      "name": "Config",
      "port": 8080,
      "sudo": false
    }
]

Optional Settings

  • log - See below for details.
  • sudo - See below for details.
  • restart - The command to run when a restart request is sent from the browser. If not populated it will just terminate the Homebridge process and let your process manager (like systemd) restart it.
  • temp - The path to the file that can display your current CPU temperature. eg. /sys/class/thermal/thermal_zone0/temp
  • theme - The colour scheme to use. Possible values: red, pink, purple, indigo, blue, blue-grey, green, orange. Defaults to red.
  • fork - Set only if using a fork of Homebridge. Use username/repo format, eg. northernman54/homebridge.

Log Viewer Configuration

Homebridge Config UI X allows you to view the homebridge process logs in the browser. These logs can be loaded from a file or from a command.

Logs From File

Example loading logs from a file, change /var/log/homebridge.log to the actual location of your log file:

"platforms": [
    {
      "platform": "config",
      "name": "Config",
      "port": 8080,
      "log": "/var/log/homebridge.log"
    }
]

Make sure the user which is running the Homebridge process has the correct permissions to read the log file. You may need to enable the sudo option to avoid permission errors if you are not running Homebridge as root.

Logs From Systemd

If you are using systemd to manage the Homebridge process then you can just set log to systemd:

"platforms": [
    {
      "platform": "config",
      "name": "Config",
      "port": 8080,
      "restart": "sudo -n systemctl restart homebridge",
      "log": "systemd"
    }
]

This will only work if your systemd service has the name homebridge. You may need to enable the sudo option to avoid permission errors if you are not running Homebridge as root.

Logs From Custom Command

The log option can alternatively specify a command to spawn that will stream the logs to the client. This command should stream the logs to stdout:

"platforms": [
    {
      "platform": "config",
      "name": "Config",
      "port": 8080,
      "log": {
        "tail": "sudo -n tail -n 100 -f /var/log/homebridge.log"
      }
    }
]

Sudo Mode

Many operations performed by Homebridge Config UI X, such as installing plugins, upgrading Homebridge and viewing the logs can require root permissions. You can run the Homebridge service as root or you can enable the sudo option in the config.

"platforms": [
    {
      "platform": "config",
      "name": "Config",
      "port": 8080,
      "sudo": true
    }
]

When sudo mode is enabled Homebridge Config UI X will use sudo when executing installing, removing or upgrading plugins, viewing the logs using the Logs From File or Logs From Systemd method, and when upgrading Homebridge. It will not be used for Logs From Custom Command or custom restart commands.

Password-less sudo required

For sudo mode to work password-less sudo is required. You can enable password-less sudo by adding this entry to the bottom of your /etc/sudoers file (use visudo to edit the file!):

homebridge    ALL=(ALL) NOPASSWD: ALL

Replace homebridge with the actual user you are running Homebridge as.

Initial Run

Once installed you can open the interface at http://localhost:8080. The default username is admin and the default password is admin.

Usage

Status Screen

This shows you that the services are running. It also has your HomeKit pin.

Status

Log Screen

This shows you the rolling log. This is helpful for troubleshooting.

Log

Plugin Screen

This shows you the currently installed plugins and allows you to install, remove and upgrade plugins.

Log

When installing, removing or upgrading plugins the output is show in the browser to help troubleshoot any issues.

Log

Configuration Screen

And finally the configuration screen allows you to modify your Homebridge settings and your platforms and accessories.

Config

Supported Browsers

The following browsers are supported by this plugin:

  • Safari >= 10
  • Chrome >= 55 (including Opera)
  • MS Edge >= 13 on the desktop
  • iOS >=10 and Chrome on mobile

MS Internet Explorer (any version) is not supported!

4.50.6-test.15

7 months ago

4.50.6-test.16

7 months ago

4.50.6-test.10

7 months ago

4.50.6-test.13

7 months ago

4.50.6-test.14

7 months ago

4.50.6-test.11

7 months ago

4.50.6-test.12

7 months ago

4.50.7-test.9

7 months ago

4.50.7-test.5

7 months ago

4.50.7-test.6

7 months ago

4.50.7-test.7

7 months ago

4.50.7-test.8

7 months ago

4.50.7-test.1

7 months ago

4.50.7-test.2

7 months ago

4.50.7-test.3

7 months ago

4.50.7-test.4

7 months ago

4.50.7-test.0

7 months ago

4.50.7-test.11

7 months ago

4.50.7-test.10

7 months ago

4.50.7-test.13

7 months ago

4.50.7-test.12

7 months ago

4.50.7-test.15

7 months ago

4.50.7-test.14

7 months ago

4.50.7-test.16

7 months ago

4.50.6-test.9

7 months ago

4.50.6-test.8

7 months ago

4.50.6-test.5

7 months ago

4.50.6-test.7

7 months ago

4.50.6-test.6

7 months ago

4.50.6

7 months ago

4.50.5-test.9

8 months ago

4.50.5-test.7

8 months ago

4.50.5-test.8

8 months ago

4.50.6-test.4

8 months ago

4.50.6-test.1

8 months ago

4.50.6-test.0

8 months ago

4.50.6-test.3

8 months ago

4.50.6-test.2

8 months ago

4.50.5

8 months ago

4.50.5-test.5

9 months ago

4.50.5-test.6

9 months ago

4.50.5-test.3

11 months ago

4.50.5-test.4

11 months ago

4.50.5-test.1

12 months ago

4.50.5-test.2

12 months ago

4.50.5-test.0

12 months ago

4.50.4-test.4

12 months ago

4.50.4-test.3

12 months ago

4.50.4-test.2

12 months ago

4.50.4-test.1

12 months ago

4.50.4-test.0

12 months ago

0.50.5-test.0

12 months ago

4.50.3

12 months ago

4.50.4

12 months ago

4.50.3-test.0

12 months ago

4.50.3-test.2

12 months ago

4.50.3-test.1

12 months ago

4.50.3-test.4

12 months ago

4.50.3-test.3

12 months ago

4.50.3-test.6

12 months ago

4.50.3-test.5

12 months ago

4.50.2-test.2

1 year ago

4.50.2

1 year ago

4.48.2

2 years ago

4.48.1

2 years ago

4.48.0

2 years ago

4.46.1-test.5

2 years ago

4.46.1-test.4

2 years ago

4.46.1-test.3

2 years ago

4.46.1-test.2

2 years ago

4.46.1-test.1

2 years ago

4.46.0

2 years ago

4.50.1-test.2

2 years ago

4.50.1-test.1

2 years ago

4.50.1-test.5

2 years ago

4.50.1-test.4

2 years ago

4.50.1-test.3

2 years ago

4.44.2-test.10

2 years ago

4.49.1-test.4

2 years ago

4.49.1-test.3

2 years ago

4.49.1-test.2

2 years ago

4.49.1-test.1

2 years ago

4.49.1-test.8

2 years ago

4.49.1-test.7

2 years ago

4.49.1-test.6

2 years ago

4.49.1-test.5

2 years ago

4.49.0

2 years ago

4.47.0

2 years ago

4.48.3-test.1

2 years ago

4.50.2-test.1

2 years ago

4.49.0-test.4

2 years ago

4.49.0-test.5

2 years ago

4.49.0-test.6

2 years ago

4.49.0-test.1

2 years ago

4.49.0-test.2

2 years ago

4.49.0-test.3

2 years ago

4.48.0-test.12

2 years ago

4.48.0-test.13

2 years ago

4.48.0-test.14

2 years ago

4.48.0-test.15

2 years ago

4.48.0-test.16

2 years ago

4.48.0-test.10

2 years ago

4.48.0-test.11

2 years ago

4.48.0-test.8

2 years ago

4.48.0-test.7

2 years ago

4.48.0-test.9

2 years ago

4.48.0-test.4

2 years ago

4.48.0-test.3

2 years ago

4.48.0-test.6

2 years ago

4.48.0-test.5

2 years ago

4.48.0-test.2

2 years ago

4.48.0-test.1

2 years ago

4.45.0

2 years ago

4.45.1-test.5

2 years ago

4.45.1-test.6

2 years ago

4.45.1-test.7

2 years ago

4.45.1-test.8

2 years ago

4.45.1-test.1

2 years ago

4.48.1-test.1

2 years ago

4.45.1-test.2

2 years ago

4.48.1-test.2

2 years ago

4.45.1-test.3

2 years ago

4.45.1-test.4

2 years ago

4.50.0-test.1

2 years ago

4.44.2-test.6

2 years ago

4.44.2-test.5

2 years ago

4.44.2-test.8

2 years ago

4.44.2-test.7

2 years ago

4.44.2-test.9

2 years ago

4.50.0

2 years ago

4.50.1

2 years ago

4.44.0-test.2

2 years ago

4.44.0-test.1

2 years ago

4.44.0-test.6

2 years ago

4.44.0-test.5

2 years ago

4.44.0-test.4

2 years ago

4.44.0-test.8

2 years ago

4.44.0-test.7

2 years ago

4.43.3-test.6

2 years ago

4.43.3-test.5

2 years ago

4.43.3-test.8

2 years ago

4.43.3-test.7

2 years ago

4.43.3-test.2

2 years ago

4.43.3-test.1

2 years ago

4.43.3-test.4

2 years ago

4.43.3-test.3

2 years ago

4.43.1-test.6

2 years ago

4.43.1-test.5

2 years ago

4.43.1-test.4

2 years ago

4.43.1-test.3

2 years ago

4.43.1-test.9

2 years ago

4.43.1-test.8

2 years ago

4.43.1-test.7

2 years ago

4.43.3-test.13

2 years ago

4.43.1-test.2

2 years ago

4.43.3-test.12

2 years ago

4.43.1-test.1

2 years ago

4.43.3-test.11

2 years ago

4.43.3-test.10

2 years ago

4.44.1

2 years ago

4.44.0

2 years ago

4.43.1-test.11

2 years ago

4.43.1-test.10

2 years ago

4.43.1-test.12

2 years ago

4.43.2-test.6

2 years ago

4.43.2-test.7

2 years ago

4.43.2-test.4

2 years ago

4.43.2-test.5

2 years ago

4.43.2-test.8

2 years ago

4.43.2-test.9

2 years ago

4.43.2-test.13

2 years ago

4.43.2-test.12

2 years ago

4.43.2-test.11

2 years ago

4.43.2-test.10

2 years ago

4.43.2-test.2

2 years ago

4.43.2-test.1

2 years ago

4.43.3

2 years ago

4.43.2

2 years ago

4.43.1

2 years ago

4.44.2-test.0

2 years ago

4.44.2-test.2

2 years ago

4.44.2-test.1

2 years ago

4.44.2-test.4

2 years ago

4.44.2-test.3

2 years ago

4.43.0

2 years ago

4.43.0-test.6

2 years ago

4.43.0-test.7

2 years ago

4.43.0-test.8

2 years ago

4.43.0-test.9

2 years ago

4.43.0-test.2

2 years ago

4.43.0-test.3

2 years ago

4.43.0-test.4

2 years ago

4.43.0-test.5

2 years ago

4.43.0-test.1

2 years ago

4.43.0-test.10

2 years ago

4.41.6-test.1

2 years ago

4.41.6-test.2

2 years ago

4.41.6-test.3

2 years ago

4.41.6-test.4

2 years ago

4.41.5-test.2

2 years ago

4.41.5-test.1

2 years ago

4.42.0

2 years ago

4.41.5

2 years ago

4.41.4

2 years ago

4.41.4-test.3

2 years ago

4.41.4-test.2

2 years ago

4.41.4-test.1

2 years ago

4.41.3-test.3

2 years ago

4.41.3

2 years ago

4.41.3-test.1

3 years ago

4.41.3-test.2

3 years ago

4.41.2-test.2

3 years ago

4.41.2-test.1

3 years ago

4.41.2

3 years ago

4.41.1-test.3

3 years ago

4.41.1-test.2

3 years ago

4.41.1

3 years ago

4.41.1-test.1

3 years ago

4.41.0

3 years ago

4.41.0-test.9

3 years ago

4.41.0-test.8

3 years ago

4.41.0-test.6

3 years ago

4.41.0-test.5

3 years ago

4.41.0-test.4

3 years ago

4.40.0

3 years ago

4.41.0-test.3

3 years ago

4.41.0-test.2

3 years ago

4.41.0-test.1

3 years ago

4.40.0-test.8

3 years ago

4.40.0-test.7

3 years ago

4.40.0-test.6

3 years ago

4.40.0-test.5

3 years ago

4.40.0-test.4

3 years ago

4.40.0-test.3

3 years ago

4.40.0-test.2

3 years ago

4.40.0-test.1

3 years ago

4.39.1

3 years ago

4.39.1-test.7

3 years ago

4.39.1-test.6

3 years ago

4.39.1-test.5

3 years ago

4.39.1-test.4

3 years ago

4.39.1-test.3

3 years ago

4.39.1-test.2

3 years ago

4.39.1-test.1

3 years ago

4.39.0

3 years ago

4.39.0-test.2

3 years ago

4.39.0-test.1

3 years ago

4.38.1-test.10

3 years ago

4.38.1-test.9

3 years ago

4.38.1-test.8

3 years ago

4.38.1-test.7

3 years ago

4.38.1-test.6

3 years ago

4.38.1-test.5

3 years ago

4.38.1-test.4

3 years ago

4.38.1-test.3

3 years ago

4.38.1-test.2

3 years ago

4.38.1-test.1

3 years ago

4.38.0

3 years ago

4.37.1-test.14

3 years ago

4.37.1-test.13

3 years ago

4.37.1-test.12

3 years ago

4.37.1-test.11

3 years ago

4.37.1-test.10

3 years ago

4.37.1-test.8

3 years ago

4.37.1-test.9

3 years ago

4.37.1-test.6

3 years ago

4.37.1-test.7

3 years ago

4.37.1-test.5

3 years ago

4.37.1-test.4

3 years ago

4.37.1-test.2

3 years ago

4.37.1-test.3

3 years ago

4.37.1-test.1

3 years ago

4.37.0

3 years ago

4.37.0-test.18

3 years ago

4.37.0-test.17

3 years ago

4.37.0-test.16

3 years ago

4.37.0-test.15

3 years ago

4.37.0-test.13

3 years ago

4.37.0-test.12

3 years ago

4.37.0-test.11

3 years ago

4.37.0-test.9

3 years ago

4.37.0-test.8

3 years ago

4.37.0-test.7

3 years ago

4.37.0-test.6

3 years ago

4.37.0-test.5

3 years ago

4.37.0-test.4

3 years ago

4.37.0-test.3

3 years ago

4.37.0-test.2

3 years ago

4.37.0-test.1

3 years ago

4.36.0

3 years ago

4.36.0-test.1

3 years ago

4.35.0

3 years ago

4.35.0-test.1

3 years ago

4.34.1-test.4

3 years ago

4.34.1-test.3

3 years ago

4.34.1-test.2

3 years ago

4.34.1-test.1

3 years ago

4.34.0

3 years ago

4.33.1-test.3

3 years ago

4.33.1-test.2

3 years ago

4.33.1-test.0

3 years ago

4.33.1-test.1

3 years ago

4.33.0

3 years ago

4.32.1-test.7

3 years ago

4.32.1-test.6

3 years ago

4.32.1-test.5

3 years ago

4.32.1-test.4

3 years ago

4.32.1-test.3

3 years ago

4.32.1-test.2

3 years ago

4.32.1-test.1

3 years ago

4.32.1-test.0

3 years ago

4.32.0

3 years ago

4.32.0-test.13

3 years ago

4.32.0-test.14

3 years ago

4.32.0-test.12

3 years ago

4.32.0-test.11

3 years ago

4.32.0-test.10

3 years ago

4.32.0-test.9

3 years ago

4.32.0-test.8

3 years ago

4.32.0-test.5

3 years ago

4.32.0-test.4

3 years ago

4.32.0-test.7

3 years ago

4.32.0-test.6

3 years ago

4.32.0-test.3

3 years ago

4.32.0-test.2

3 years ago

4.32.0-test.1

3 years ago

4.32.0-test.0

3 years ago

4.31.0

3 years ago

4.31.0-test.17

3 years ago

4.31.0-test.16

3 years ago

4.31.0-test.15

3 years ago

4.31.0-test.14

3 years ago

4.31.0-test.13

3 years ago

4.31.0-test.12

3 years ago

4.31.0-test.11

3 years ago

4.31.0-test.10

3 years ago

4.31.0-test.9

3 years ago

4.31.0-test.8

4 years ago

4.31.0-test.7

4 years ago

4.31.0-test.5

4 years ago

4.31.0-test.3

4 years ago

4.31.0-test.4

4 years ago

4.31.0-test.2

4 years ago

4.31.0-test.1

4 years ago

4.30.0

4 years ago

4.29.1-test.12

4 years ago

4.29.1-test.11

4 years ago

4.29.1-test.10

4 years ago

4.29.1-test.8

4 years ago

4.29.1-test.9

4 years ago

4.29.1-test.7

4 years ago

4.29.1-test.6

4 years ago

4.29.1-test.5

4 years ago

4.29.1-test.4

4 years ago

4.29.1-test.3

4 years ago

4.29.1-test.2

4 years ago

4.29.1-test.1

4 years ago

4.29.0

4 years ago

4.29.0-test.11

4 years ago

4.29.0-test.10

4 years ago

4.29.0-test.9

4 years ago

4.29.0-test.7

4 years ago

4.29.0-test.6

4 years ago

4.29.0-test.8

4 years ago

4.29.0-test.5

4 years ago

4.29.0-test.4

4 years ago

4.29.0-test.3

4 years ago

4.29.0-test.2

4 years ago

4.29.0-test.1

4 years ago

4.28.1

4 years ago

4.28.1-test.2

4 years ago

4.28.1-test.1

4 years ago

4.28.1-test.0

4 years ago

4.28.0

4 years ago

4.28.0-test.1

4 years ago

4.27.3-test.2

4 years ago

4.27.3-test.1

4 years ago

4.27.2

4 years ago

4.27.2-test.7

4 years ago

4.27.2-test.6

4 years ago

4.27.2-test.4

4 years ago

4.27.2-test.5

4 years ago

4.27.2-test.3

4 years ago

4.27.2-test.2

4 years ago

4.27.2-test.1

4 years ago

4.27.1

4 years ago

4.27.1-test.6

4 years ago

4.27.1-test.5

4 years ago

4.27.1-test.4

4 years ago

4.27.1-test.3

4 years ago

4.27.1-test.2

4 years ago

4.27.1-test.1

4 years ago

4.27.0

4 years ago

4.27.0-test.8

4 years ago

4.27.0-test.6

4 years ago

4.27.0-test.7

4 years ago

4.27.0-test.5

4 years ago

4.27.0-test.4

4 years ago

4.27.0-test.2

4 years ago

4.27.0-test.3

4 years ago

4.27.0-test.1

4 years ago

4.26.0

4 years ago

4.25.3-test.3

4 years ago

4.25.3-test.2

4 years ago

4.25.3-test.1

4 years ago

4.25.3-test.0

4 years ago

4.25.2

4 years ago

4.25.1

4 years ago

4.25.1-test.6

4 years ago

4.25.1-test.7

4 years ago

4.25.1-test.5

4 years ago

4.25.1-test.3

4 years ago

4.25.1-test.4

4 years ago

4.25.0

4 years ago

4.25.1-test.1

4 years ago

4.25.1-test.0

4 years ago

4.25.0-test.6

4 years ago

4.25.0-test.5

4 years ago

4.25.0-test.4

4 years ago

4.25.0-test.3

4 years ago

4.25.0-test.1

4 years ago

4.25.0-test.2

4 years ago

4.24.0

4 years ago

4.24.0-beta.1

4 years ago

4.23.2

4 years ago

4.23.2-test.1

4 years ago

4.23.1

4 years ago

4.23.1-test.5

4 years ago

4.23.1-test.2

4 years ago

4.23.1-test.4

4 years ago

4.23.1-test.3

4 years ago

4.23.1-test.1

4 years ago

4.23.0

4 years ago

4.22.1-test.4

4 years ago

4.22.1-test.5

4 years ago

4.22.1-test.3

4 years ago

4.22.1-test.2

4 years ago

4.22.1-test.1

4 years ago

4.22.1-test.0

4 years ago

4.22.0

4 years ago

4.21.1-test.6

4 years ago

4.21.1-test.5

4 years ago

4.21.1-test.3

4 years ago

4.21.1-test.4

4 years ago

4.21.1-test.2

4 years ago

4.21.1-test.1

4 years ago

4.21.0

4 years ago

4.20.1-test.8

4 years ago

4.20.1-test.7

4 years ago

4.20.1-test.6

4 years ago

4.20.1-test.5

4 years ago

4.20.1-test.4

4 years ago

4.20.1-test.3

4 years ago

4.20.1-test.2

4 years ago

4.20.1-test.1

4 years ago

4.20.0

4 years ago

4.19.1-test.6

4 years ago

4.19.1-test.5

4 years ago

4.19.1-test.4

4 years ago

4.19.1-test.3

4 years ago

4.19.1-test.2

4 years ago

4.19.1-test.1

4 years ago

4.19.0-test.7

4 years ago

4.19.0

4 years ago

4.19.0-test.5

4 years ago

4.19.0-test.6

4 years ago

4.19.0-test.4

4 years ago

4.19.0-test.3

4 years ago

4.19.0-test.1

4 years ago

4.19.0-test.2

4 years ago

4.18.0

4 years ago

4.17.3-test.6

4 years ago

4.17.3-test.5

4 years ago

4.17.3-test.4

4 years ago

4.17.3-test.3

4 years ago

4.17.3-test.2

4 years ago

4.17.3-test.1

4 years ago

4.17.2

4 years ago

4.17.1

4 years ago

4.17.1-test.1

4 years ago

4.17.0

4 years ago

4.17.0-test.2

4 years ago

4.17.0-test.1

4 years ago

4.16.1-test.2

4 years ago

4.16.1-test.1

4 years ago

4.15.2-test.12

4 years ago

4.15.2-test.11

4 years ago

4.15.2-test.10

4 years ago

4.16.0

4 years ago

4.15.2-test.9

4 years ago

4.15.2-test.8

4 years ago

4.15.2-test.7

4 years ago

4.15.2-test.6

4 years ago

4.15.2-test.5

4 years ago

4.15.2-test.4

4 years ago

4.15.2-test.3

4 years ago

4.15.2-test.2

4 years ago

4.15.2-test.1

4 years ago

4.15.0

4 years ago

4.15.1

4 years ago

4.15.0-test.4

4 years ago

4.15.0-test.2

4 years ago

4.15.0-test.1

4 years ago

4.14.1-test.2

4 years ago

4.14.1-test.1

4 years ago

4.14.0

4 years ago

4.13.4-test.7

4 years ago

4.13.4-test.6

4 years ago

4.13.4-test.5

4 years ago

4.13.4-test.4

4 years ago

4.13.4-test.3

4 years ago

4.13.4-test.1

4 years ago

4.13.4-test.2

4 years ago

4.13.3

4 years ago

4.13.3-test.2

4 years ago

4.13.3-test.1

4 years ago

4.13.2

4 years ago

4.13.2-test.3

4 years ago

4.13.2-test.2

4 years ago

4.13.1

4 years ago

4.13.0

4 years ago

4.12.1-test.23

4 years ago

4.12.1-test.20

4 years ago

4.12.1-test.19

4 years ago

4.12.1-test.18

4 years ago

4.12.1-test.17

4 years ago

4.12.1-test.16

4 years ago

4.12.1-test.15

4 years ago

4.12.1-test.14

4 years ago

4.12.1-test.13

4 years ago

4.12.1-test.11

4 years ago

4.12.1-test.12

4 years ago

4.12.1-test.10

4 years ago

4.12.1-test.9

4 years ago

4.12.1-test.8

4 years ago

4.12.1-test.7

4 years ago

4.12.1-test.6

4 years ago

4.12.1-test.4

4 years ago

4.12.1-test.3

4 years ago

4.12.1-test.2

4 years ago

4.12.1-test.1

4 years ago

4.12.0

4 years ago

4.12.0-test.1

4 years ago

4.11.1-test.10

4 years ago

4.11.1-test.11

4 years ago

4.11.1-test.12

4 years ago

4.11.1-test.9

4 years ago

4.11.1-test.8

4 years ago

4.11.1-test.7

4 years ago

4.11.1-test.5

4 years ago

4.11.1-test.6

4 years ago

4.11.1-test.4

4 years ago

4.11.1-test.3

4 years ago

4.11.1-test.2

4 years ago

4.11.1-test.1

4 years ago

4.11.0

4 years ago

4.11.0-test.9

4 years ago

4.11.0-test.10

4 years ago

4.11.0-test.8

4 years ago

4.11.0-test.7

4 years ago

4.11.0-test.6

4 years ago

4.11.0-test.5

4 years ago

4.11.0-test.4

4 years ago

4.11.0-test.3

4 years ago

4.11.0-test.2

4 years ago

4.11.0-test.1

4 years ago

4.10.3

4 years ago

4.10.2

4 years ago

4.10.2-test.4

4 years ago

4.10.2-test.3

4 years ago

4.10.2-test.2

4 years ago

4.10.2-test.1

4 years ago

4.10.1

4 years ago

4.10.1-test.5

4 years ago

4.10.1-test.4

4 years ago

4.10.1-test.3

4 years ago

4.10.1-test.2

4 years ago

4.10.1-test.1

4 years ago

4.10.0

4 years ago

4.10.0-beta.7

4 years ago

4.10.0-beta.6

4 years ago

4.10.0-beta.5

4 years ago

4.10.0-beta.4

4 years ago

4.10.0-beta.3

4 years ago

4.10.0-beta.2

4 years ago

4.10.0-beta.1

4 years ago

4.9.0

4 years ago

4.9.0-test.4

4 years ago

4.9.0-test.3

4 years ago

4.9.0-test.2

4 years ago

4.9.0-test.1

4 years ago

4.8.1

4 years ago

4.8.1-test.12

4 years ago

4.8.1-test.14

4 years ago

4.8.1-test.13

4 years ago

4.8.1-test.11

4 years ago

4.8.1-test.10

4 years ago

4.8.1-test.8

4 years ago

4.8.1-test.9

4 years ago

4.8.1-test.4

4 years ago

4.8.1-test.5

4 years ago

4.8.1-test.6

4 years ago

4.8.1-test.7

4 years ago

4.8.1-test.1

4 years ago

4.8.1-test.2

4 years ago

4.8.1-test.3

4 years ago

4.8.0

4 years ago

4.7.1-test.25

4 years ago

4.7.1-test.24

4 years ago

4.7.1-test.23

4 years ago

4.7.1-test.22

4 years ago

4.7.1-test.21

4 years ago

4.7.1-test.20

4 years ago

4.7.1-test.19

4 years ago

4.7.1-test.17

4 years ago

4.7.1-test.18

4 years ago

4.7.1-test.16

4 years ago

4.7.1-test.15

4 years ago

4.7.1-test.14

4 years ago

4.7.1-test.12

4 years ago

4.7.1-test.11

4 years ago

4.7.1-test.10

4 years ago

4.7.1-test.8

4 years ago

4.7.1-test.7

4 years ago

4.7.1-test.9

4 years ago

4.7.1-test.4

4 years ago

4.7.1-test.3

4 years ago

4.7.1-test.6

4 years ago

4.7.1-test.5

4 years ago

4.7.1-test.2

4 years ago

4.7.1-test.1

4 years ago

4.7.0

4 years ago

4.7.0-test.32

4 years ago

4.7.0-test.31

4 years ago

4.7.0-test.30

4 years ago

4.7.0-test.29

4 years ago

4.7.0-test.28

4 years ago

4.7.0-test.27

4 years ago

4.7.0-test.26

4 years ago

4.7.0-test.25

4 years ago

4.7.0-test.24

4 years ago

4.7.0-test.23

4 years ago

4.7.0-test.21

4 years ago

4.7.0-test.19

4 years ago

4.7.0-test.20

4 years ago

4.7.0-test.16

4 years ago

4.7.0-test.17

4 years ago

4.7.0-test.18

4 years ago

4.7.0-test.15

4 years ago

4.7.0-test.14

4 years ago

4.7.0-test.13

4 years ago

4.7.0-test.12

4 years ago

4.7.0-test.11

4 years ago

4.7.0-test.10

4 years ago

4.7.0-test.9

4 years ago

4.7.0-test.8

4 years ago

4.7.0-test.7

4 years ago

4.7.0-test.6

4 years ago

4.7.0-test.5

4 years ago

4.6.8-beta.2

4 years ago

4.6.8-beta.1

4 years ago

4.7.0-test.4

4 years ago

4.7.0-test.3

4 years ago

4.7.0-test.2

4 years ago

4.7.0-test.1

4 years ago

4.6.7

4 years ago

4.6.7-beta.2

4 years ago

4.6.7-beta.1

4 years ago

4.6.6

4 years ago

4.6.6-beta.1

4 years ago

4.6.5

4 years ago

4.6.4

4 years ago

4.6.4-beta.1

4 years ago

4.6.3

4 years ago

4.6.2

5 years ago

4.6.2-beta.2

5 years ago

4.6.2-beta.1

5 years ago

4.6.2-test.1

5 years ago

4.6.1

5 years ago

4.6.1-beta.4

5 years ago

4.6.1-beta.3

5 years ago

4.6.1-beta.2

5 years ago

4.6.1-beta.1

5 years ago

4.6.0

5 years ago

4.6.0-beta.43

5 years ago

4.6.0-beta.42

5 years ago

4.6.0-beta.41

5 years ago

4.6.0-beta.40

5 years ago

4.6.0-beta.39

5 years ago

4.6.0-beta.38

5 years ago

4.6.0-beta.37

5 years ago

4.6.0-beta.36

5 years ago

4.6.0-beta.35

5 years ago

4.6.0-beta.34

5 years ago

4.6.0-beta.33

5 years ago

4.6.0-beta.32

5 years ago

4.6.0-beta.31

5 years ago

4.6.0-beta.30

5 years ago

4.6.0-beta.29

5 years ago

4.6.0-beta.28

5 years ago

4.6.0-beta.27

5 years ago

4.6.0-beta.26

5 years ago

4.6.0-beta.25

5 years ago

4.6.0-beta.24

5 years ago

4.5.2

5 years ago

4.6.0-beta.23

5 years ago

4.6.0-beta.22

5 years ago

4.6.0-beta.21

5 years ago

4.6.0-beta.20

5 years ago

4.6.0-beta.19

5 years ago

4.6.0-beta.18

5 years ago

4.6.0-beta.17

5 years ago

4.6.0-beta.16

5 years ago

4.6.0-beta.15

5 years ago

4.6.0-beta.14

5 years ago

4.6.0-beta.13

5 years ago

4.6.0-beta.12

5 years ago

4.6.0-beta.11

5 years ago

4.6.0-beta.10

5 years ago

4.6.0-beta.9

5 years ago

4.6.0-beta.8

5 years ago

4.6.0-beta.7

5 years ago

4.6.0-beta.6

5 years ago

4.6.0-beta.5

5 years ago

4.6.0-beta.4

5 years ago

4.6.0-beta.2

5 years ago

4.6.0-beta.1

5 years ago

4.5.1

5 years ago

4.5.1-beta.1

5 years ago

4.5.0

5 years ago

4.5.0-beta.1

5 years ago

4.4.5

5 years ago

4.4.5-beta.1

5 years ago

4.4.4

5 years ago

4.4.3

5 years ago

4.4.2

5 years ago

4.4.2-beta.1

5 years ago

4.4.1

5 years ago

4.4.1-beta.1

5 years ago

4.4.0

5 years ago

4.4.0-beta.1

5 years ago

4.3.1-beta.4

5 years ago

4.3.1-beta.3

5 years ago

4.3.1-beta.2

5 years ago

4.3.1-beta.1

5 years ago

4.3.0

5 years ago

4.2.0

5 years ago

4.1.0

5 years ago

4.0.6

5 years ago

4.0.5-2

5 years ago

4.0.5

5 years ago

4.0.4

5 years ago

4.0.4-beta.1

5 years ago

4.0.3

5 years ago

4.0.2

5 years ago

4.0.1

5 years ago

4.0.0

5 years ago

4.0.0-beta18

5 years ago

4.0.0-beta17

5 years ago

4.0.0-beta16

5 years ago

4.0.0-beta15

5 years ago

4.0.0-beta14

5 years ago

4.0.0-beta13

5 years ago

4.0.0-beta12

5 years ago

4.0.0-beta11

5 years ago

4.0.0-beta10

5 years ago

4.0.0-beta9

5 years ago

4.0.0-beta8

5 years ago

4.0.0-beta7

5 years ago

4.0.0-beta6

5 years ago

4.0.0-beta5

5 years ago

4.0.0-beta4

5 years ago

4.0.0-beta3

5 years ago

4.0.0-beta2

5 years ago

4.0.0-beta1

5 years ago

3.11.0

5 years ago

3.11.0-test-2

5 years ago

3.11.0-test

5 years ago

3.10.0

5 years ago

3.9.7

5 years ago

3.9.6

5 years ago

3.9.5

5 years ago

3.9.4

5 years ago

3.9.3

5 years ago

3.9.2

5 years ago

3.9.1

5 years ago

3.9.0

5 years ago

3.8.11

6 years ago

3.8.10

6 years ago

3.8.9

6 years ago

3.8.8

6 years ago

3.8.7

6 years ago

3.8.6

6 years ago

3.8.5

6 years ago

3.8.4

6 years ago

3.8.4-1

6 years ago

3.8.3

6 years ago

3.8.3-1

6 years ago

3.8.2

6 years ago

3.8.1

6 years ago

3.8.0

6 years ago

3.8.0-5

6 years ago

3.8.0-4

6 years ago

3.8.0-3

6 years ago

3.8.0-2

6 years ago

3.8.0-1

6 years ago

3.7.0

6 years ago

3.6.6

6 years ago

3.6.6-1

6 years ago

3.6.5

6 years ago

3.6.4

6 years ago

3.6.3-3

6 years ago

3.6.3-2

6 years ago

3.6.3-1

6 years ago

3.6.3-0

6 years ago

3.6.3

6 years ago

3.6.2

6 years ago

3.6.1

6 years ago

3.6.1-1

6 years ago

3.6.0

6 years ago

3.6.0-21

6 years ago

3.6.0-18

6 years ago

3.6.0-17

6 years ago

3.6.0-16

6 years ago

3.6.0-15

6 years ago

3.6.0-14

6 years ago

3.6.0-13

6 years ago

3.6.0-12

6 years ago

3.6.0-11

6 years ago

3.5.5

6 years ago

3.6.0-10

6 years ago

3.6.0-9

6 years ago

3.6.0-8

6 years ago

3.6.0-7

6 years ago

3.5.4

6 years ago

3.6.0-6

6 years ago

3.6.0-5

6 years ago

3.6.0-4

6 years ago

3.6.0-3

6 years ago

3.6.0-2

6 years ago

3.6.0-1

6 years ago

3.5.3

6 years ago

3.5.2

6 years ago

3.5.1

6 years ago

3.5.0

6 years ago

3.5.0-8

6 years ago

3.5.0-7

6 years ago

3.5.0-6

6 years ago

3.5.0-5

6 years ago

3.5.0-4

6 years ago

3.5.0-3

6 years ago

3.5.0-2

6 years ago

3.5.0-1

6 years ago

3.4.1

6 years ago

3.4.0

6 years ago

3.3.2-6

6 years ago

3.3.2-5

6 years ago

3.3.2-4

6 years ago

3.3.2-3

6 years ago

3.3.2-2

6 years ago

3.3.2-1

6 years ago

3.3.1

6 years ago

3.3.0

6 years ago

3.3.0-1

6 years ago

3.2.1

6 years ago

3.2.0

6 years ago

3.2.0-2

6 years ago

3.2.0-1

6 years ago

3.1.2

6 years ago

3.1.1

6 years ago

3.1.0

6 years ago

3.0.1-1

6 years ago

3.0.0

6 years ago

3.0.0-19

6 years ago

3.0.0-18

6 years ago

3.0.0-17

6 years ago

3.0.0-16

6 years ago

3.0.0-14

6 years ago

3.0.0-13

6 years ago

3.0.0-12

6 years ago

2.7.1

6 years ago

3.0.0-10

6 years ago

3.0.0-9

6 years ago

3.0.0-8

6 years ago

3.0.0-7

6 years ago

3.0.0-6

6 years ago

3.0.0-5

6 years ago

3.0.0-4

6 years ago

3.0.0-3

6 years ago

3.0.0-2

6 years ago

3.0.0-1

6 years ago

3.0.0-0

6 years ago

2.7.0

6 years ago

2.6.3

6 years ago

2.6.2

6 years ago

2.6.1

6 years ago

2.6.0

6 years ago

2.5.1

6 years ago

2.5.0

6 years ago

2.4.2

6 years ago

2.4.1

6 years ago

2.4.0

6 years ago

2.3.3

6 years ago

2.3.2

6 years ago

2.3.1

6 years ago

2.3.0

6 years ago

2.2.3

6 years ago

2.2.2

6 years ago

2.2.1

6 years ago

2.2.0

6 years ago

2.1.3

6 years ago

2.1.2

6 years ago

2.1.1

6 years ago

2.1.0

6 years ago

2.0.10

6 years ago

2.0.9

6 years ago

2.0.8

6 years ago

2.0.7

6 years ago

2.0.6

6 years ago

2.0.5

6 years ago

2.0.4

6 years ago

2.0.3

6 years ago

2.0.2

6 years ago

2.0.1-beta.12

6 years ago

2.0.1-beta.11

6 years ago

2.0.1-beta.10

6 years ago

2.0.0-beta.10

6 years ago

2.0.0-beta.9

6 years ago

2.0.0-beta.8

6 years ago

2.0.0-beta.7

6 years ago

2.0.0-beta.6

6 years ago

2.0.0-beta.5

6 years ago

2.0.0-beta.4

6 years ago

2.0.0-beta.3

6 years ago

2.0.0-beta.2

6 years ago

2.0.0-beta.1

6 years ago

1.1.16

6 years ago

1.1.15

6 years ago

1.1.14

6 years ago

1.1.13

6 years ago

1.1.12

6 years ago

1.1.11

6 years ago

1.1.10

6 years ago

1.1.9

6 years ago

1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago