Skip to content

Releases: thexmanxyz/network-share-reconnecter

v1.3.8 - Code cleanups, disable ping globally

07 Feb 22:27
Compare
Choose a tag to compare

Description

  • code cleanups (names, terminology, comments)
  • added option to disable ping globally

Features

  • code terminology inconsistencies fixed, improved function naming and updated code comments
  • now spaces instead of tabs used for indention within the script file
  • new parameter pingEnabled added which allows to globally disable ping availability checks

v1.3.7 - Reduced overhead, adaptive intensity

11 Aug 14:21
Compare
Choose a tag to compare

Description

  • code cleanups
  • overhead reduced
  • setting for adaptive intensity introduced

Features

  • overhead for establishing a share connection reduced
  • within the server configuration it's now possible to set the reconAdaptive parameter to enable or disable the adaptive intensity (disabled means that always the same polling interval is used)

v1.3.6 - Auth handling, legacy task file

11 Aug 11:24
Compare
Choose a tag to compare

Description

  • task file for Windows 7 legacy support added
  • share authentication handling improved

Features

  • explicit task file for Windows 7 and legacy support added
  • share authentication with improved fail safety

Credits

  • thanks @ AMNegron for pointing on an issue with the task file version - #8

v1.3.5 - Task file execution

15 Jan 11:06
Compare
Choose a tag to compare

Description

  • task file improved to guarantee a better compatibility

Features

  • small update on the predefined task file to circumvent the possibility of an execution error by separating script path and file name

Credits

  • thanks @ Matvei27 for pointing on the potential issue within the XML task file which may cause an error if the execution path is not separated from the script file name - #5

v1.3.4 - Default ping server for URI

10 Jan 21:25
Compare
Choose a tag to compare

Description

  • added parameter and option to fallback to a default ping target for servers accessed over an URI if needed

Features

  • added new parameter pingDefaultSrv which allows to switch to a common server in case if the target service is configured to reject pings (URI only)

Credits

  • thanks @ Matvei27 for pointing on a potential issue of servers not responding to ping requests - #4

v1.3.3 - ICMP error handling

19 Dec 20:01
Compare
Choose a tag to compare

Description

  • further improvements of ICMP error handling in special states

Features

  • the ICMP error handling was improved to treat unexpected object states which may lead to early script termination which should finally not happen anymore

v1.3.2 - Bugfix null error

19 Dec 02:01
Compare
Choose a tag to compare

Description

  • null object error / exception fixed

Features

  • in rare situations winmgmts returns an empty result which may lead to null access, improved error handling to prevent the occurence of such situations

v1.3.1 - Sample config improved

01 Dec 11:26
Compare
Choose a tag to compare

Description

  • sample config improvement

Features

  • misleading sample config was improved
  • wrong drive letters updated

v1.3.0 - URI support, authentication and paths

30 Nov 19:58
Compare
Choose a tag to compare

Description

  • new parameters for authentication
  • server configuration for web drives (WebDAV)
  • share path failover handling
  • debug improvements

Features

  • new parameters added which allow to specify authentication credentials
  • it's now possible to attach drives which rely on an URI
  • separation of UNC and URI paths
  • share path failover, leading and trailing slashes are respected and trimmed if necessary
  • bug which leads to wrong debug output was fixed
  • includes sample configuration for drives which depend on an URI

v1.2.5 - Connection state fix

17 Nov 23:59
Compare
Choose a tag to compare

Description

  • wrong status of server connections was stored which caused delays and unnecessary pings

Features

  • wrong server connection state fixed
  • updated connection state setting