All Versions
12
Latest Version
Avg Release Cycle
71 days
Latest Release
1380 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.0.0 Changes
December 02, 2020Mozilla WebThings is now WebThings!
๐ Our home has moved from iot.mozilla.org to webthings.io.
Major changes
- ๐ Default profile directory has moved from
~/.mozilla-iot
to~/.webthings
. MOZIOT_HOME
environment variable is nowWEBTHINGS_HOME
.- 0๏ธโฃ Default tunneling service has switched from
mozilla-iot.org
towebthings.io
. - โก๏ธ Default update servers are now hosted on
api.webthings.io
. - On Raspbian, the system services are now named
webthings-gateway.*
, rather thanmozilla-iot-gateway.*
. - On Raspbian, the gateway now lives in
~/webthings/gateway
, rather than~/mozilla-iot/gateway
. - โ Add-ons can now be searched.
- ๐ Node 14 is now supported by the gateway and add-ons.
- ๐ณ Podman is now supported by the Docker image.
- ๐ Support for new capabilities:
- HumiditySensor
- BarometricPressureSensor
- AirQualitySensor
- SmokeSensor
- InstantaneousPowerFactorProperty
- The
gateway-addon
library for Node is now written in TypeScript. - ๐ Users can now enable installation of prerelease updates via the config file.
- ๐ M-JPEG video streams are now supported as an alternative to MPEG-DASH and HLS.
- ๐ New translations:
- Portuguese (Portugal)
- Ukrainian
- Finnish
- Danish
- Galician
Minor changes
- ๐ป The UI can now be reloaded when on an extension page, without being redirected back to the Things page.
- ๐ Built-in mDNS server has been removed in favor of the system server (e.g. Avahi or Bonjour).
- ๐ New udev rule for a CO2 monitor.
- SPI enabled on Raspbian.
- โ Add-on licenses are opened in a nice overlay.
- Rules can now be deleted from within the rule page.
- ๐ Lots of bug fixes.
- ๐ Default profile directory has moved from
-
v0.12.0 Changes
April 06, 2020- โ Added 2FA login support.
- Resolved issues with removing devices.
- Minimum Node.js version is now 10.
- โ Add-ons now use WebSockets for IPC, rather than nanomsg.
- ๐ Commands API has been removed.
- ๐ ColorModeProperty is now supported for light bulbs which can set both RGB
color and white temperature.
-
v0.11.0 Changes
February 14, 2020- โ Added 24 new translations
- โ Added packages for Debian, Ubuntu, Raspbian, Fedora, and Arch Linux
- On Arch, you can install the webthings-gateway package from the AUR
- ๐ Promoted logs from experimental status
- โ Removed experimental virtual assistant
- ๐ Allow user to disable automatic updates
- ๐ Allow local HTTP connections
- โ Add-ons can now access language and unit preferences
- ๐ Increased reliability of Progressive Web App (PWA)
- ๐ Countless bug fixes
-
v0.10.0 Changes
November 13, 2019- Thermostats
- Locks
- Extension Add-ons
- Localisation Settings
- Multiple devices over a single WebSocket connection
-
v0.9.2
August 15, 2019 -
v0.9.1 Changes
July 25, 2019โก๏ธ This update fixes an issue where the wrong version of the gateway-addon python package would be installed after an OTA update.
๐ Note that there are no changes to the standalone image so this release contains the 0.9.0 images and medkit.
-
v0.9.0
July 24, 2019 -
v0.8.1 Changes
April 18, 2019โก๏ธ Properly updates dnsmasq.conf for new WiFi captive portal IP address. Improves experience for users who switch between using WiFi and ethernet.
-
v0.8.0 Changes
April 17, 2019- ๐ Logs
- ๐ New Network Settings
- Alarms
-
v0.7.0 Changes
January 23, 2019- โ Add camera support
- โ Add leak and temperature sensor support
- ๐ Fix misc. rules issues
- ๐ Support latest thing description format changes
- Proxy access to internal thing resources
- ๐ Improve rules performance several times over