Skip to content

Releases: npowdev/dvbx-utility

Release v0.6.0-alpha

25 Nov 13:05

Choose a tag to compare

Release v0.6.0-alpha Pre-release
Pre-release

Bugfixes:

  • Cleanup DvbxUtility/DvbxUtility.ps1 of obsolete checks (be6155b)
  • Update DvbxGetCurrentSettingsFile function (be6155b)
  • Cleanup DvbxGetCurrentSettingsFile function of not needed checks (9c00d8c)

Feature and Functionality:

None.

Documentation:

Release v0.5.0-alpha

26 Oct 21:35
bb5031f

Choose a tag to compare

Release v0.5.0-alpha Pre-release
Pre-release

Initial first version release v0.5.0-alpha in alpha state.

Bugfixes:

  • Update launch DBG dvbx-go-devilbox.ps1 in .vscode/launch.json (038b529)
  • Restore lost code lines in dvbx-down.ps1 script (b4e8da4).
  • Restore lost code lines in dvbx-restart.ps1 script (b4e8da4).
  • Restore lost code lines in dvbx-up.ps1 script (b4e8da4).
  • Add PS version check for ConvertFrom-Json (009f87f)
  • Patch DvbxUtility.ps1 from branch 'fix/temp-dvbx-debug-run.ps1' to get debug output removed. (038b529)

Feature and Functionality:

  • Create LICENSE (bb5031f)
  • Added file test-dvbx-init/.keepme for test purpopses (919ee10)
  • Updated .gitignore for the test-dvbx-init/* tree. (919ee10)
  • Updated .vscode/launch.json for launch of dvbx-init.ps1 (919ee10)
  • First version of Script dvbx-init.ps1 ready. (d22f454, 919ee10)
  • Refactor output text on dvbx-down.ps1 script (0ea64a6)
  • Refactor output text on dvbx-restart.ps1 script (0ea64a6)
  • Refactor output text on dvbx-up.ps1 script (0ea64a6)
  • Added in .vscode/launch.json entry for dvbx-shell.ps1 (61e31c0)
  • First version of Script dvbx-shell.ps1 ready (61e31c0, 9211ddc, 154b754)
  • Add debug option to launch dvbx-up.ps1 (b83aaad)
  • Add debug options to launch dvbx-down.ps1 (1f64780)
  • Add debug options to launch dvbx-restart.ps1 (ba07c29)
  • Update .vscode/launch.json for debug options (9bea5dc)
  • BREAKING CHANGE: Rename of dvbx-go-there.ps1 to dvbx-go-devilbox.ps1 for a clear name (995d123)
  • Add dvbx-script base file dvbx-down.ps1 (ff13814)
  • Add dvbx-script base file dvbx-go-there.ps1 (ff13814, 9bea5dc)
  • Add dvbx-script base file dvbx-up.ps1 (ff13814)
  • BREAKING CHANGE: Change setting name SettingsDirectory with rename to SettingsDirName (dc39818)
  • Remove old settings file dvbx-cfg (a1f806b)
  • BREAKING CHANGE: Change to new settings file implementation
    in json settings file type .dvbx/dvbx-settings.json (8e200f5)
  • Add loading dvbx settings file (dae5ac2, 2a6b768)
  • Add new dvbx settings json file dvbx-settings.json (53ca3c1, 0ba60ed)
  • Remove not needed functions scope prefixes (dba1f29)
  • Refactor variable names in functions (5a1812d)
  • Change vars to use of readonly vars at script scope (008a28e)
  • Add function DvbxIntSettings (1f3e159)
  • Add function DvbxLoadDefaultSettings (e3d2a11)
  • Refactoring with regions and update comments (9cecc2c, 9d8a753)
  • Refactor DvbxUtility.ps1 file structure (9394352)
  • Add check docker is running in DvbxUtility/DvbxUtility.ps1 (f622bd2)
  • Rename dvbx-re-run.ps1 to dvbx-restart.ps1 (11e4690)
  • Add some DvbxUtility load check in dvbx-re-run.ps1 (9d04f54)
  • Add in .vscode/launch.json launch option DBG dvbx-re-run.ps1 (807697b)
  • Add Script dvbx-re-run.ps1 (807697b, f1e5912, 40a6a6e)
  • Add VSC launch setup for debug with temp-dvbx-debug-run.ps1 (4e54170)
  • Add temp-dvbx-debug-run.ps1 (e43c479, 4ce1163, f457659)
  • Add feature of loading json file to hashtable (87a1c90)
  • Update scope of functions (87a1c90)
  • Update DvbxLoadJsonFile function (87a1c90)
  • Rename function DvbxGetSettingsFile to DvbxGetSettingsFilename (87a1c90)
  • Rename function DvbxParsePSCustomObjectToHT to DvbxReparseCustomObjectsToHT (87a1c90)
  • Add vscode launch of a .ps1 script (91c0dd6)
  • Change DvbxUtility to source-load-in part (48e4a3a, 36eaea6)
  • Add minimal try/catch as error backup around source load (48e4a3a)
  • Clean debug warn msg in DvbxGetConfigFile (48e4a3a)
  • Add load of config file by DvbxGetConfigContent (48e4a3a)

Documentation: