Skip to content

Releases: Platform-OS/pos-cli

v5.4.0

19 Feb 12:05
@z-x z-x
Compare
Choose a tag to compare
  • Improvement: pos-cli modules download <module> will by default download version defined in app/pos-modules.lock.json file
  • Improvement: pos-cli modules download <module> will automatically download all dependencies defined in module's template-values.json file if they do not exist yet
  • Improvement: Add --force-dependencies flag to pos-cli modules download <module> command to force re-downloading dependencies

v5.3.0

07 Jan 09:39
@z-x z-x
Compare
Choose a tag to compare
  • Feature: pos-cli modules overwrites utility commands
  • Feature: pos-cli clone init to initiatie InstanceCopy, works across stacks
  • Bug: Updated unzipper to newest version to fix occassional issue with pos-cli modules download

v5.2.0

30 Oct 12:50
@z-x z-x
Compare
Choose a tag to compare
  • Feature: (GUI) Show custom properties in user details panel

v5.1.5

30 Oct 12:03
@z-x z-x
Compare
Choose a tag to compare
  • Improvement: Always store generated asset_manifest.json in tmp/ for debugging purposes
  • Improvement: Better handling of template-values.json during pos-cli modules push
  • Chore: Removed unused readdirp node package
  • Chore: Removed valid-url node package and replaced it with native Node validation

v5.1.4

12 Aug 09:37
@z-x z-x
Compare
Choose a tag to compare
  • Chore: Remove pluralize node package
  • Chore: Replaced uuid node package with native Node UUID generator
  • Chore: Disable gzip compression for Express server and remove the compression package
  • Chore: Remove unused js-yaml dependency

v5.1.3

07 Aug 10:56
@z-x z-x
Compare
Choose a tag to compare
  • Improvement: Force more engaging test on data clean

v5.1.2

05 Aug 08:19
@z-x z-x
Compare
Choose a tag to compare
  • Chore: Removed unused async node package
  • Chore: Remove extract-zip dependency
  • Bug: Fixed generators not generating

v5.1.1

29 Jul 09:24
@z-x z-x
Compare
Choose a tag to compare
  • Chore: Updated commander to newest version
  • Chore: Updated open to newest version

v5.1.0

08 Jul 10:02
@z-x z-x
Compare
Choose a tag to compare
  • Feature: (GUI) Added pagination to Logs v2
  • Improvement: Ignore .DS_Store files on macOS while syncing not to spam the terminal with messages of it being unrecognized

v5.0.0

01 Jul 09:12
@z-x z-x
Compare
Choose a tag to compare
  • Chore: Support for Node < 18 dropped
  • Bug: (GUI) Fixed update message not being visible in dark mode