Skip to content
Tags give the ability to mark specific points in history as being important
  • v2.3.4
    [IMPROVEMENT] add command and folder information in case of error (issue #51)
  • v2.3.3
    [IMPROVEMENT] add graphics to gitflow VI icons
  • v2.3.2
    [IMPROVEMENT] add output for detached head (issue #49)
    [FIX] fix cleanup temporary directory on linux (issue #50)
  • v2.3.1 Release: v2.3.1
    [IMPROVEMENT] Clear temporarily created repos (#34)
    [IMPROVEMENT] Add nicer VI icons (#46)
    [IMPROVEMENT] More robust handling for paths (#47)
    [FIX] Rework and fix the example (#48)
    [FIX] broken dependencies in unit tests
  • v2.3.0
    [IMPROVEMENT] Clear temporarily created repos (#34)
    [IMPROVEMENT] Add nicer VI icons (#46)
    [IMPROVEMENT] More robust handling for paths (#47)
    [FIX] Rework and fix the example (#48)
  • v2.2.1 Release: v2.2.1
    [FIX] use forward slash for relative path (issue #45)
  • v2.2.0 Release: v2.2.0
    [FIX] specify VI description "for vs. since commit" (issue #41)
    [FIX] specify VI description "Files Changed Between Two Tags" (issue #42)
    [FEATURE] remove duplicates (issue #42)
    [FIX] remove count option from Tags With Pattern (issue #43)
    [FIX] only use the first commit hash (issue #44)
    [FEATURE] add new method to read total number of commits
    
    This release is developed with LabVIEW 2020!
  • v2.1.1 Release: v2.1.1
    [FIX] deployed folder structure (issue #40)
  • v2.1.0 Release: v2.1.0
    [IMPROVEMENT] Add support for Linux (issue #39)
    [FIX] Repository status (issue #38)
  • v2.0.2-test
    8e7d738f · improve example ·
  • v2.0.2 Release: Release v2.0.2
    [FIX] git cmds also working in exe when not set manually (issue #31)
    [FIX] current tags now returns an array of strings (issue #29)
    [IMPROVEMENT] VI Analyzer findings (issue #1)
    [FIX] latest but one tag not always working (issue #19)
    [IMPROVEMENT] unify use of basic API (issue #26)
  • v2.0.1
    [FEATURE] add more wrappers (issue #18)
    [IMPROVEMENT] unify naming (issue #27)
  • v2.0.0
    [FEATURE] add more wrappers (issue #18)
    [IMPROVEMENT] unify naming (issue #27)
  • v1.1.0
    [FEATURE] add API methods to list all open remote branches (closes #24)
    [FEATURE] add API method to read last commit from remote branch (closes #25)
    [IMPROVEMENT] update palette (closes #17)
    [FEATURE] add API method ls-remote
    [FEATURE] add API method read remote url (closes #22)
    [FEATURE] add API method read branch for releases (closes #23)
    [FEATURE] add API method Merge Base
    [FEATURE] add API method Last Commit of Remote Branch
    [FEATURE] add API method Last Commit on Develop from Remote Branch
    [FEATURE] add API method Clone .git Folder
    [IMPROVEMENT] remove last line feed from standard output
  • v1.0.0
    [IMPORTANT] major update - this version will break with the old API
    [FEATURE] implement new feature (issues #5, #8, #13)
    - add basic git commands (add, branch, checkout, clean, clone, commit, config, describe, diff, log, ls-files, pull, push, reset, rev-list, show, status, tag)
    - add git flow commands (feature: start, publish, finish, checkout; hotfix: start, finish; release: start, publish, track, finish)
    - add advanced git commands (list staged files, list unstaged files, list untracked files, push tags, push current branch with tags, show commit info, list commit logs)
    [IMPROVEMENT] remove hardcoded GitLab from Clone Repository (issue #7)
    [IMPROVEMENT] allow Pull Repository to work with Main instead of Master (issue #11)
    [IMPROVEMENT] wrap in lvlib (issue #14)
    [FEATURE] add optional param input for more flexibility (issue #15)
    [IMPROVEMENT] wire through git-api for easier use in sequence (issue #16)
  • v0.4.1
    [FIX] allow multiple instances of installed git (issue 10)
  • v0.4.0
    [FIX] clone repo from GitLab (issue #6)
    [IMPROVEMENT] rework the way the git path is searched for (issue #4)
  • v0.3.0
    [IMPROVEMENT] Make the API more versatile (issue #3)
  • v0.2.0
    [IMPROVEMENT] Implement LVOOP structure (issue #2)
  • v0.1.0 Release: v0.1.0: Initial release
    First release