Update major applications to support AntOS v2.0.x

This commit is contained in:
DanyLE
2023-01-01 01:54:04 +01:00
parent 695044704b
commit 7171a7eb3b
212 changed files with 2135 additions and 3806 deletions

View File

@ -14,6 +14,7 @@ graph.base_dir = "home://workspace/repo-git".asFileHandle();
```
## Change logs:
- v0.1.5-b: Adapt to new AntOS UI API
- v0.1.4-b: Fetch changes on a commit based on current commit and its left most parent commit
- v0.1.3-b: Support open Git repo with open with dialog
- v0.1.2-b: fix init bug

View File

@ -14,6 +14,7 @@ graph.base_dir = "home://workspace/repo-git".asFileHandle();
```
## Change logs:
- v0.1.5-b: Adapt to new AntOS UI API
- v0.1.4-b: Fetch changes on a commit based on current commit and its left most parent commit
- v0.1.3-b: Support open Git repo with open with dialog
- v0.1.2-b: fix init bug

View File

@ -7,7 +7,7 @@
"author": "Dany LE",
"email": "contact@iohub.dev"
},
"version":"0.1.4-b",
"version":"0.1.5-b",
"category":"Development",
"iconclass":"bi bi-git",
"mimes":["dir"],

View File

@ -1,6 +1,6 @@
<afx-app-window apptitle="LibGitGraph" width="600" height="400" data-id="GitGraph">
<afx-app-window apptitle="LibGitGraph" width="650" height="500" data-id="GitGraph">
<afx-vbox>
<afx-hbox data-height="25">
<afx-hbox data-height="35">
<afx-button data-width="24" iconclass = "bi bi-folder2-open" data-id="btn-open"></afx-button>
<afx-label data-id="txt-repo"></afx-label>
</afx-hbox>

Binary file not shown.

View File

@ -7,7 +7,7 @@
"author": "Dany LE",
"email": "contact@iohub.dev"
},
"version":"0.1.4-b",
"version":"0.1.5-b",
"category":"Development",
"iconclass":"bi bi-git",
"mimes":["dir"],

View File

@ -1,6 +1,6 @@
<afx-app-window apptitle="LibGitGraph" width="600" height="400" data-id="GitGraph">
<afx-app-window apptitle="LibGitGraph" width="650" height="500" data-id="GitGraph">
<afx-vbox>
<afx-hbox data-height="25">
<afx-hbox data-height="35">
<afx-button data-width="24" iconclass = "bi bi-folder2-open" data-id="btn-open"></afx-button>
<afx-label data-id="txt-repo"></afx-label>
</afx-hbox>