Change Log: Difference between revisions

From LINKS - Documentation
Jump to navigation Jump to search
m (2 revisions imported)
No edit summary
Line 1: Line 1:
[[Category:Development]]
[[Category:Development]]
...
 
#ChangeLog v2.6.2.22:
* New Functions:
** [RunAsShell("shellCommand","responseAfterExecution","responseBeforeConfirmation","responseFailed","voiceVolume","voiceRate","voiceName","VoiceVolumeOrSystemVolume")]
* Updated Function:
** [SetSpeechVolume("volume")]
** [SetTaskEx("name","datetime","speechBefore","speechAfter","speechFailed","voice","volume","runAsShellCommand","repeat", rate = "", VoiceVolumeOrSystemVolume = "voice")]
 
=== #ChangeLog v2.6.2.20: ===
* Intro video code updated again. Video should now download in Customization folder.
* Loading window will now reappear after intro video.
* Function updated:
** SpeakExSysVol is now async.
* Functions Added:
** Synchronous speech [SpeakExSysVolSync("phrase","VoiceVolume","VoiceRate","phraseDelay","VoiceName")] where delay = delay between next speech.
** Asynchronous speech [SpeakExSysVolAsync("phrase","VoiceVolume","VoiceRate","phraseDelay","VoiceName")] where delay = delay between next speech.
* Fixed saving/retrieving of "Play on startup (full screen)" settings.
 
=== #ChangeLog v2.6.2.18: ===
* Intro video now downloads in Customization folder.
* Better shutdown if error is found on startup.
* Better disposing of HttpServer on exit.
* New function: [AIIntro("This is {{<nowiki/>!AIName!}};I am {{<nowiki/>!AIName!}} using {{<nowiki/>!AIVoice!}} voice to be used for {{<nowiki/>!AICatagory!}}","test_ainame.txt")]
* Speech Issues resolved - need to work on updating plugin speak functions
* Added SplashScreen (loading window)
* Fixed saving of Main Control Center size
* Main Control Center max size is now based on smallest screen side of current monitor
* New Functions:
** [AIIntro("This is {{<nowiki/>!AIName!}}","test_ainame.txt")]
** [AIIntro("I am {{<nowiki/>!AIName!}} using  {{<nowiki/>!AIVoice!}} voice","test_ainame.txt")]

Revision as of 19:29, 22 August 2016


  1. ChangeLog v2.6.2.22:
  • New Functions:
    • [RunAsShell("shellCommand","responseAfterExecution","responseBeforeConfirmation","responseFailed","voiceVolume","voiceRate","voiceName","VoiceVolumeOrSystemVolume")]
  • Updated Function:
    • [SetSpeechVolume("volume")]
    • [SetTaskEx("name","datetime","speechBefore","speechAfter","speechFailed","voice","volume","runAsShellCommand","repeat", rate = "", VoiceVolumeOrSystemVolume = "voice")]

#ChangeLog v2.6.2.20:

  • Intro video code updated again. Video should now download in Customization folder.
  • Loading window will now reappear after intro video.
  • Function updated:
    • SpeakExSysVol is now async.
  • Functions Added:
    • Synchronous speech [SpeakExSysVolSync("phrase","VoiceVolume","VoiceRate","phraseDelay","VoiceName")] where delay = delay between next speech.
    • Asynchronous speech [SpeakExSysVolAsync("phrase","VoiceVolume","VoiceRate","phraseDelay","VoiceName")] where delay = delay between next speech.
  • Fixed saving/retrieving of "Play on startup (full screen)" settings.

#ChangeLog v2.6.2.18:

  • Intro video now downloads in Customization folder.
  • Better shutdown if error is found on startup.
  • Better disposing of HttpServer on exit.
  • New function: [AIIntro("This is {{!AIName!}};I am {{!AIName!}} using {{!AIVoice!}} voice to be used for {{!AICatagory!}}","test_ainame.txt")]
  • Speech Issues resolved - need to work on updating plugin speak functions
  • Added SplashScreen (loading window)
  • Fixed saving of Main Control Center size
  • Main Control Center max size is now based on smallest screen side of current monitor
  • New Functions:
    • [AIIntro("This is {{!AIName!}}","test_ainame.txt")]
    • [AIIntro("I am {{!AIName!}} using {{!AIVoice!}} voice","test_ainame.txt")]