User Tools

Site Tools


current

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
current [2019/11/15 17:30] – 9.4.26 release notes James Sentmancurrent [2019/12/07 15:58] – [9.4.27 Change Log] James Sentman
Line 1: Line 1:
-=====XTension Version 9.4.26===== +=====XTension Version 9.4.27===== 
-Released: 11/15/2019\\+Released: 12/7/2019\\
 \\ \\
-Download: [[https://www.machomeautomation.com/files/xtension/xtension_9.4.26.zip|XTension v9.4.26 (build 101411/15/2019]]\\ +Download: [[https://www.machomeautomation.com/files/xtension/xtension_9.4.27.zip|XTension v9.4.27 (build 101512/7/2019]]\\
-\\ +
-**NOTE:** Due to problems with Apple’s new file API there is no Catalina build of this version. I have had to revert to the older API. Because of file management incompatibilities with the new API this update is recommended for all XTension users. No database format changes are made by this release so reverting to a previous version is as easy as replacing the app. It is not necessary to replace the database with a previous backup version.+
  
-\\ 
  
 ====Important Info==== ====Important Info====
 **Minimum System Version** for this release is OSX 10.10\\ **Minimum System Version** for this release is OSX 10.10\\
 +\\
 +**Mac OSX Catalina** As of this moment I do not recommend that anyone update to OSX Catalina. Changes in Catalina have disabled several of the older plugins and the newer ones are not fully tested with it yet. As of this moment I do not recommend running Catalina on your house server. I don’t see any advantages and there are many potential issues not just with XTension. I can provide an Apple notarized DMG file of the subset of plugins that do work properly if this is something that you need. Otherwise do not update to Catalina yet for your house server.\\
 \\ \\
 **Mac OSX Mojave** has changed the requirements for scripting of other applications. You MUST force any script to run that contacts a different application when you upgrade and click “OK” when it asks for permission or your scripts will silently fail when they run later. See the [[tech_notes:mojave|Mojave Support Page]] for more info.\\ **Mac OSX Mojave** has changed the requirements for scripting of other applications. You MUST force any script to run that contacts a different application when you upgrade and click “OK” when it asks for permission or your scripts will silently fail when they run later. See the [[tech_notes:mojave|Mojave Support Page]] for more info.\\
-\\ 
-**Mac OSX Catalina** As of this moment I do not recommend that anyone update to OSX Catalina. I am supplying a Notarized dmg version of XTension that will run on Catalina. The regular zip file release and any previous release version will likely not run at all. Please see the [[tech_notes:catalina|Catalina Support Page]] for more info. Many plugins are Catalina capable at this time, probably some you want to use. Please do not update your XTension machine to Catalina at this time. 
-\\ 
  
-====9.4.26 Change Log==== 
-  * NEW: Plugin for [[supported_hardware:tplink|TP-Link and Kasa]] devices. Included as part of the standard XTension bundle of build in plugins. This plugin does not require internet access and does not go through the Kasa cloud to find or control the units. You can discover and control any of their devices that are on the local subnet with the XTension machine. Support for smart outlets, wall switches, dimmable switches and outlets, dimmable, color capable and color temperature capable bulbs as well as multi-outlet power strips is included and tested. This is the first beta release of this plugin so if you find devices that do not work properly or have other issues please let me know. 
-  * FIX: Reverted completely to the older File API. It turns out that the new file API from Apple that is required for Catalina is incompatible with much older software including XTension, in some difficult to find while testing ways. Until I can rebuild entirely the philosophy of managing the database to support the new API we will not be Catalina compatible. This reversion fixes several strange and difficult to duplicate problems that you might have seen with the previous version when doing things as simple as trying to rename a Unit in the database. 
  
  
 +====9.4.27 Change Log====
 +  * NEW: The “XTension Kit” plugin is now compatible with the [[kits:onewire:|XTension Wifi OneWire Temperature Sensor kit]] and the [[supported_hardware:rainbowhat|Raspberry Pi Rainbow Hat plugin]].
 +  * NEW: Added a “Description” field to the Edit Scheduled Event window. This is just informational for you to describe why you created the event and what it is for. It is displayed as the tool tip in the Event List window but the way they implemented that it looks pretty horrid there, not like the tool tips in other display types. I’ll be updating that eventually but thats just cosmetic. It works just fine, just isn’t pretty.
 +  * NEW: Added an option to “Ignore logging from Video Pitcher” on the Logging tab of the Preferences window. If you have one of those cameras that continually throws errors even though the stream is displaying this will declutter your log and make it easier to see real events. This does not suppress only errors but all logging from VP so if you’re having legitimate problems with something you may have to turn it off in order to see any actually useful messages from it. This is a temporary fix that will not be necessary once the new video plugin system is complete.
 +  * FIX: Fixed an error in the [[supported_hardware:ad2usb|AD2USB]] plugin that could have caused a Zone to be shown as in a fault state even when it wasn’t. The issue had to do with parsing the display data stream output in some edge conditions when using a high numbered zone id.
 +  * FIX: In the new [[supported_hardware:tplink|TP-Link/Kasa plugin]] previously a color capable bulb might not honor the color information or new level being sent to it if it was currently off when you sent the new command. It would often return to it’s most recent color and level regardless of what you specified in the command from XTension. This is now fixed and the bulb will go to the level and color or color temperature that you specified from XTension.
 +  * Am filtering more garbage characters in the edit script window that can seemingly be inserted randomly by Apple’s VNC implementation. This should fix more of the problems that folks sometimes have when editing scripts over VNC where they fail to compile but show no location for the error as it is an invisible non-printable character that was inserted either randomly or more often in response to your hitting the delete key.
 +  * FIX: the [[supported_hardware:pigpio|pigpio plugin]] no longer throws an error when setting the value of a PWM output pin that included a ramp rate property.
 +  * FIX: the [[dictionary:xtension:recycleinterface|Recycle Interface]] verb no longer returns an AppleScript error even though it actually worked fine and did recycle the interface.
 +  * This version returns to the new Apple file API version that will be necessary going forward to Catalina and beyond. Apple is sure keeping me busy working on this stuff that wasn’t broken last week. On earlier OS versions there should be no visible change to how anything works but please keep an eye on things when renaming Units or Global Scripts as this was where we had problems previously. Any errors will be written to the log if this happens so please let me know if you see anything while doing that. I have been running this fix on my own systems for several weeks now without being able to duplicate any of the previous errors so I don’t believe that anyone will have any new issues with it but let me know if it does. Note that this does not make it run any better on Catalina itself. Please do NOT update your servers to Catalina yet. I continue to work towards that capability.
 +
 +  
    
 =====Previous Releases===== =====Previous Releases=====
current.txt · Last modified: 2024/02/05 17:53 by James Sentman