Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.34 KB

CHANGELOG.md

File metadata and controls

40 lines (23 loc) · 1.34 KB

VERSION 0.2

  • Add dry-run command

  • Webcam support

  • OpenGL support

  • Change code indention to two spaces

  • Add the describe command

  • Implemented new installed-programs.json format: issue #63

  • Added: new command 'print-dependency-matrix' Which can take similar to 'list' the arguments: available, installed or a list of subuser-programs

  • Improved Python Files I/O code

  • Implemented install-from-registry command which installs all of the programs listed in installed-programs.json file. #23

  • Implemented option to build base docker images from within subuser: for examples see: (https://github.com/subuser-security/subuser-examples) issue #24, #49, #45, #41

  • Added ability to print the dependency tree of any subuser program

  • subuser list available now includes information about each program in the listing output.

  • The last-update-time attribute in permissions.json is now optional. You can easilly mark a program as needing to be updated with the command "subuser mark-as-needing-update program-name"

  • Can now set a container as privileged within the permissions.json file.

  • If an image required for running a program dissapears, ask the user if they want it automatically re-installed.

  • Got sound working thanks to peter1000

VERSION 0.1

start of changelog