Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 1.87 KB

CHANGELOG.md

File metadata and controls

56 lines (33 loc) · 1.87 KB

Change log

  • 1.0.6 - Fix installation of packages as source. - Add pytesting infrastructure.

  • 1.0.5 - Update dependencies via Dependabot. Rework Github Action workflow.

  • 1.0.4 - Address SyntaxWarning that pops up in Python 3.12

  • 1.0.3 - Address bug related to version file path

  • 1.0.2 - Improve robustness of viewall command

  • 1.0.1 - Replace all webHMI references with Loupe UX

  • 1.0.0 - Public release

  • 0.5.3 - Add supporting files in preparation for open-sourcing - Add automatic code signing of installers to Github workflow

  • 0.5.2 - Deploy LPM as Python source instead of compiled binaries

  • 0.5.1 - Improve the functionality for retrieving a package type

  • 0.5.0 - Simplify login process by only requiring a token to be entered - Add LPM view and info commands to get individual package info - Add LPM viewall command to get a list of all available packages

  • 0.4.2 - Fix casing bug for dependency names

  • 0.4.1 - Add support for HMI package types

  • 0.4.0 - Add support for new package types (package vs. library vs. project) - Add support for project level-configuration settings (i.e. deployment configurations) - Add convenience command to open an AS project - Add support for deploying packages in an AS project

  • 0.3.1 - Update copy command to address deprecation warning

  • 0.3.0 - Add support for LPM usage by Jenkins in CI contexts - Add support for installing source via LPM - Update ASPython dependency

  • 0.2.0 - Add more capabilities to the publish workflow

  • 0.1.5 - Roll out publish and full authentication functionality

  • 0.1.4 - Rename the starter AS project

  • 0.1.3 - Add support for bootstrapping a starter AS project

  • 0.1.2 - Update ASPython dependency

  • 0.1.1 - Improve anti-virus compatibility by changing packaging tool from PyInstaller to Nuitka

  • 0.1.0 - Initial version