Skip to content

Releases: phong-et/clg-sync

Release v0.0.9r81

21 Aug 04:56
Compare
Choose a tag to compare

v0.1.0 : Breaking change removing -wl option : Deprecated

  • Reason : duplicate arg when executed file and required lib

[0.0.9r81]

Fixed

  • Comparing algorithm (Sometime Malaysia team can't sync latest image)
    • Add timezone at switch.cfg (default as Malaysia, VN team need set key timezone :'VN'

[0.0.9r53](Beta version)

Added

  • Clone Images of WLs
    Copy some images in Images folder of some WLs

[0.0.8r45]

Fixed

  • sync all white labels list can be use -f option together
    // start sycing from white lable has index is 15
    node sync -allwls -f 15
  • get active white labels in json data not plain text
  • show error message when required option -wl not specified
    // need research more this one
    .requiredOption('-wl, --whitelabel <name>', 'description')

Added

  • -u/--url option : sync with specific url, only use for one white label
  • -l/--log option : enable log console
  • -ft/--from-test option : sync image from test site
  • all/all-whitelabel command : sync all whitelabels
  • New verisoning system

Changed

  • awls to allwls

Release v.0.0.7

02 Jul 08:00
Compare
Choose a tag to compare

[0.0.7]

Added

  • Final Report
    {
        total: 7,
        latest: [ '5 White Labels' ],
        changed: ['BANANA'],
        error: [ 'HABANA' ] 
    }
  • -awls/--all-whitelabels option
  • Sync all WLs in active WL list from WLs.json (included w3w & www)
  • Should add more --open option to view ensure image synced then type WL's switching command line.
    // implicit option
    node sync -awls
    // explicit option
    node sync --all-whitelabels
  • -www/--www option : sync with www url'
  • -http/--http option : sync with http protocol

Changed

  • hasWww = false is default

Release v0.0.6

30 Jun 06:20
Compare
Choose a tag to compare

[0.0.6]

Fixed bugs

  • Fixed program is stopped by deleting file not found
  • Final Report list WLs are updated images to Error list

Added

  • --sq/--supper-quick option
  • Recommended using for sync one WL with empty WL's images folder case
  • Should add more --open option to view ensure image synced then type WL's switching command line.
    // implicit option
    node sync -wl BANANA -sq -o
    // explicit option
    node sync -wl BANANA --supper-quick --open

Release v0.0.5

12 Jun 08:19
Compare
Choose a tag to compare

[0.0.5]

Fixed bugs

  • Uppercase whitelabel name

Added

  • Final Report

Changed

  • quick is default sync, disable quick by add -s/--safe

Release v0.0.4

09 Jun 16:06
Compare
Choose a tag to compare

[0.0.4]

Fixed bugs

  • Trim space whitelabel name
  • --all option
  • Process bar
  • Remove all empty folders after syncing completed

Added

  • deplayTime prop at switch.cfg
  • showDownloadingFileName prop at switch.cfg
  • --quick option