Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • 0.3.0

    protected Release: 0.3.0
    **Added**
    
    - Support of dependencies to GitLab repositories including subgroups.
    
    **Disclaimer**
    
    The script uses `rm -rf` and temp directories.
    Every user should review it before using it.
  • 0.2.0

    protected Release: 0.2.0
    **Added**
    
    - Support of `include <...>` of dependencies.
    
    **Disclaimer**
    
    The script uses `rm -rf` and temp directories.
    Every user should review it before using it.
  • 0.1.0

    protected Release: 0.1.0
    **Added**
    
    - First version of `scad-install` script supporting Git dependencies for `use <…>` keyword.
    - This version is tested
      - with OpenSCAD dependencies to modules in GitHub repositories.
      - on MacOS Sonoma
      - in GitLab CI in Docker image `bitnami/git:2.46.2`
    
    **Disclaimer**
    
    The script uses `rm -rf` and temp directories.
    Every user should review it before using it.