Skip to content

Commit 5de4673

Browse files
committed
Updated to release v1.1.1
1 parent 949e259 commit 5de4673

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

com.jetpackduba.Gitnuro.metainfo.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,24 @@
2020
</screenshot>
2121
</screenshots>
2222
<releases>
23+
<release version="1.1.1" date="2022-11-15">
24+
<url>https://github.com/JetpackDuba/Gitnuro/releases/tag/v1.1.1</url>
25+
<description>
26+
<p>UI</p>
27+
<ul>
28+
<li>Improved graph visualization so it's easier to follow branches.</li>
29+
<li>Added noto sans to be the default mono font</li>
30+
</ul>
31+
32+
<p>Bugfixes</p>
33+
<ul>
34+
<li>Fixed tabs scrollbar handling clicks when it isn't visible. Now clicking on the top part of a tab will work as expected.</li>
35+
<li>Fixed repository state not refreshing if branch checkout has failed after creation.</li>
36+
<li>Fixed images opening in system default image viewer not working.</li>
37+
<li>Fixed log splitter over-dragging when having density higher than 100%.</li>
38+
</ul>
39+
</description>
40+
</release>
2341
<release version="1.1.0" date="2022-10-29"/>
2442
<release version="1.0.1" date="2022-08-07"/>
2543
<release version="1.0.0" date="2022-08-06"/>

com.jetpackduba.Gitnuro.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ modules:
2020
buildsystem: simple
2121
build-commands:
2222
- install -D gitnuro /app/bin/gitnuro
23-
- install -D Gitnuro-linux-1.1.0.jar /app/share/Gitnuro.jar
23+
- install -D Gitnuro-linux-1.1.1.jar /app/share/Gitnuro.jar
2424
- install -D com.jetpackduba.Gitnuro.desktop /app/share/applications/com.jetpackduba.Gitnuro.desktop
2525
- install -D icon.png /app/share/icons/hicolor/512x512/apps/com.jetpackduba.Gitnuro.png
2626
- install -D com.jetpackduba.Gitnuro.metainfo.xml /app/share/appdata/com.jetpackduba.Gitnuro.metainfo.xml
2727
sources:
2828
- type: file
2929
path: gitnuro
3030
- type: file
31-
url: https://github.com/JetpackDuba/Gitnuro/releases/download/v1.1.0/Gitnuro-linux-1.1.0.jar
32-
sha256: b40145975e2699784bafa57fbd30def65c17eedaec6935a022a930c43de6054c
31+
url: https://github.com/JetpackDuba/Gitnuro/releases/download/v1.1.0/Gitnuro-linux-1.1.1.jar
32+
sha256: ba064193f690da98cbf7163aea0db4328ac0434d861c87494eff1e8da75a0606
3333
- type: file
3434
path: com.jetpackduba.Gitnuro.desktop
3535
- type: file

0 commit comments

Comments
 (0)