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 [2020/07/18 12:54] – [9.4.32 Change Log:] James Sentmancurrent [2020/09/01 15:57] – [9.4.33 Change Log:] James Sentman
Line 1: Line 1:
-=====XTension Version 9.4.32===== +=====XTension Version 9.4.33===== 
-Released: 7/14/2020\\+Released: 9/1/2020\\
 \\ \\
-Download for Mojave and Earlier: [[https://www.machomeautomation.com/files/xtension/xtension_9.4.32.dmg|XTension v9.4.32 (build 10237/14/2020]]\\ +Download for Mojave and Earlier: [[https://www.machomeautomation.com/files/xtension/xtension_9.4.33.dmg|XTension v9.4.33 (build 10249/1/2020]]\\ 
-Download for Catalina Only: [[https://www.machomeautomation.com/files/xtension/xtension_9.4.32_notarized.dmg|XTension v9.4.32 (build 1023) for Catalina Only 7/14/2020]]\\ +Download for Catalina Only: [[https://www.machomeautomation.com/files/xtension/xtension_9.4.33_notarized.dmg|XTension v9.4.33 (build 1024) for Catalina Only 9/1/2020]]\\ 
 \\ \\
 **NOTE: the catalina download is a notarized disk image file but does not contain the entirety of the plugins as not all are updated to run on Catalina yet. See the Catalina note below or more info. Please do not use this image on a 10.14 (Mohave) or earlier version, use the non Catalina file above.** **NOTE: the catalina download is a notarized disk image file but does not contain the entirety of the plugins as not all are updated to run on Catalina yet. See the Catalina note below or more info. Please do not use this image on a 10.14 (Mohave) or earlier version, use the non Catalina file above.**
Line 15: Line 15:
 **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.\\
  
-Please test the new DIY plugin!+----
  
-====9.4.32 Change Log:==== +I was overly aggressive in the previous version at removing older deprecated plugins that have newer replacements. I have undone that decision and replaced all the plugins that I removed in the last releaseYour database should load and run normally in this version if it has in any of the more recent versionsAs of this moment the only plugins that have actually been removed from the package are the original Arduino pluginthe original Vera pluginthe original Hue plugin, and the original Barix plugin. If you are coming from version old enough to have still included those you will have to edit the interface for those and change them to the new version before they can run.
-  * NEW: [[dictionary:more:dimscreen|Dim Screen]] Verb to perform a gamma fade on any or all attached screens. Useful for adjusting the brightness of an attached monitor or blanking the screen entirely. (note that the **rate** parameter to the verb is not yet implemented. The screen will always immediately switch to the new value. I’ll sort that out in the next build.) +
-  * NEW: [[dictionary:bitwise:base64encode|]] New verb to encode binary or other data with base64 encoding. +
-  * DIY Plugin: The new DIY plugin now calls the unit handlers in it’s Interface script as the old one did.  +
-  * DIY Plugin: Note that the timing of when the data available event fires may be different for the new plugin compared to the old one. If you were relying on the event to fire only once for a line or packet it may now fire more than once unless you use the parsing options to properly break up the packets. +
-  * FIX: A regression in the last version caused Interface scripts to be overwritten with their empty template when opening the edit window for them(the work around was to use the previous version popup to restore the source from the last successful compile and then edit and save that again) this is now working normally again. +
-  * FIX: A regression in the last version caused the Say and Speak verbs default “wait” parameter to default to false instead of true and so unless you specifically added “with waiting” they would speak over each other if more than one was called at a timeThis is now fixed. +
-  * FIX: Deleting an Interface script no longer leaves the folder in the database behind causing confusion later when creating a new one. +
-  * FIX: New DIY plugin no longer requires Python3 to be installed +
-  * FIX: New DIY plugin no longer throws errors when receiving binary data that is non-UTF formatted. +
-  * FIX: The new Hue plugin no longer prints constant errors to the log if you have a sensor or other unknown device configured for it. +
-  * FIX: The new Arduino plugin now recognizes negative numbers as numbers and will probably set the value of the unit to them and no longer set them to the Description of the unit as it did previously. +
-  * FIX: The new Arduino plugin now properly routes all types of commands to the Units. Previously some received or sending commands could get lost due to a different address prefix in one place vs the other. +
-  * FIX: The Switchbot plugin will now again perform a scan for switchbots. This fix was in the plugin API to do a non-case sensitive search for the appropriate handler so this may fix some potential problems in other plugins as well. +
-  * FIX: The new VeraUI7 plugin will now properly update the House Mode unit in XTension when the house mode is changed in the Vera. +
-  * PLUGINS: The standard python includes will now automatically create the correct type of connection be it TCP or a Serial connection simplifying the creation of new plugins that use the built in connection class.  +
-  * PLUGINS: Normally any output to stdout or stderr will be logged as if it came from the write log command. There are some libraries or functions that will always print to stdout or stderr and you may not always be interested in this. The plugin API has a new key to tell it to ignore the std pipes for logging to suppress some of the log spamming we were seeing specifically with the tp-link plugin. If the plugin is placed in debug mode all the logging will be done normally as before to aid in seeing the errors or information.+
  
 +You will see a new Plugin Validation window if any plugin issues are found at startup that will help you to know why something isn’t running and how to convert to the new plugin.
  
-Please also remember that the original Arduino, Hue, Barix, Vera and w800 plugins are no longer included in the buildThey have been replaced with new Catalina compatible plugins. If you havent already converted your interfaces to the new plugins simply go to the interface list window and edit those interfaces selecting the proper new plugin from the list and then enable themThese plugins have been around long enough that I consider them to be fully functional but if you have problems with the conversion let me know. Internally to XTension the older plugins will still work fine so if it is necessary you can pull the plugins out of the previous release and then use the “install plugin” menu under the Database menu to re-install them in this versionThey will not run under Catalina going forward so it is important to get switched to the new ones at some point+====9.4.33 Change Log:==== 
 +  * NEW: Plugin Validation Window. At startup and anytime you wish from the “Validate Plugins” menu item in the Database menu you can validate that all the plugins you are using are installed and are not about to be removedIf a previously available plugin has been removed there will be instructions there for how to convert to the new plugin. If there is a replacement for a deprecated plugin you’re using there will be a warning message there letting you know that you should convert to the new one as soon as possible. If there is no replacement for the plugin or if the plugin just wasn’t found it will also be shown there. 
 +  * I put back all but the originally removed plugins, including the original W800 plugin. So if you ran the last version and gave up because your w800 plugin was not running at all it will now work again just at startup without having to do anything. You’ll also get a message in that validation window letting you know that plugin is going away and how to convert to the new one. 
 +  * NEW: The first pass at the Weatherflow plugin is included in this build. The only change from the last beta version that people are running is that it will now ignore multiple receptions of the same packet as can happen in networks with several bridges or routing nodes. **If you installed the beta plugin by manually copying it into your database plugins folder or using the “install plugin” menu item you will need to manually remove it from the database before XTension will run the built in version. Use the “reveal plugins folder for this database...” menu item from the Database menu and then drag the weatherflow.isf folder from there to the trash. Then restart XTension to use the new plugin.** 
 +  * VERA: If you issue an X10 only command to a unit that is now part of a Vera interface it will no longer cause the Vera interface to crash and restart. Previously it would do this if you did something like tell it to send an All Units Off command which is an X10 only command as there is no equivalent for ZWave. 
 +  * VERA: The Vera plugin will now properly handle many devices that the Vera considers to be “GenericIO” this includes many ZigBee devices. Perviously no values were found in those receptions. If anyone finds any that still don’t work please let me know. 
 +  * VERA: The Vera plugin no longer logs an error after issuing the “updateNeighbors” command making you think it didn’t work even though it did. 
 +  * FIX: Errors logged by an interface during shutdown will now be filterable in the log by the interface name. Previously this information was left out. 
 +  * FIX: Previously with the new W800 plugin if you edited a unit on that interface it would lose the connection between the interface and the unit until you disabled and re-enabled the interface. This is fixed and you can now edit any units associated with the interface without losing the connection. Hat tip to Thomas Arman who figured out what was really going on there! 
 +  * WEB REMOTE: I have increased the session timeouts drastically for both the Mobile Web Remote as well as the desktop Web Remote. This is especially helpful on the Mobile platform as you won’t have to go through the reload this app button if you are away from the screen for more than a couple of minutes. This really helps to make it more friendly and less frustrating to use. It will still time out in a few hours and if the iPhone shuts down the program in the background you’ll also have to reload it, but for just switching around and coming back to it this is a great improvement. 
 +  * WEB REMOTE: The dekstop web remote is now much better at serving up large archived movie files. Even ludicriously large movies can be served up and will begin to stream almost instantly. In previous versions this all worked well for smaller files, but for larger ones there was a significant delay before they would start playing and after some size they would not play at all. This is now working very well. 
 +  * FIX: Shared Databases will no longer log a long stream of alien address receptions while the connection is active. 
 +  * FIX: The global thisUnit” will now be valid even if you just created the unit script by clicking on the script icon in the list window rather than using the Edit Unit window to create the new scriptPreviously the thisUnit global would have been empty for a unit script created that way until you quit and restarted XTension. 
 +  * CHANGE: the global “thisUnit”, “thisScript” and “thisInterface” when used in a global handler will now be reset to what they would be if that script was running normally. So (thisScript) would return the name of the script that holds the handler and not the name of the script that is calling the handler as it did previously. This is a change from the previous behavior, but the previous behavior was not documented as on purpose and this seems more to me as to how it should work. 
 +  * FIX: If there was a script problem that caused the script queue timeout error to be logged the thisScript, thisUnit and thisInterface values were never cleared. This could lead to confusing logging for other script errors that might happen later as it could have claimed to be from the script that was left hung up in the background
 +  * FIX: Previously if you deleted all the units in a List window you might have gotten a stack trace in the log and the window became unusable until you closed and re-opened it. This now works properly.
  
 +----
    
 =====Previous Releases===== =====Previous Releases=====
current.txt · Last modified: 2024/02/05 17:53 by James Sentman