Skip to content

Commit 538a03c

Browse files
authored
Merge pull request #12 from flathub/1.3.0
v1.3.0
2 parents e22d1db + baf455f commit 538a03c

File tree

2 files changed

+43
-14
lines changed

2 files changed

+43
-14
lines changed

com.jetpackduba.Gitnuro.metainfo.xml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,38 @@
2020
</screenshot>
2121
</screenshots>
2222
<releases>
23+
<release version="1.3.0" date="2023-09-26">
24+
<url>https://github.com/JetpackDuba/Gitnuro/releases/tag/v1.2.0</url>
25+
<description>
26+
<p>New features</p>
27+
<ul>
28+
<li>Added 175% scale option</li>
29+
<li>Restored Git directory changes detection</li>
30+
<li>Proxy support</li>
31+
<li>Settings UI/UX rework</li>
32+
<li>Option to set a custom terminal emulator </li>
33+
<li>Option to view full file in diff</li>
34+
<li>Added drop and edit to rebase interactive</li>
35+
<li>Fixed submodules not opening in windows </li>
36+
<li>Tabs can now be closed when tertiary button (AKA the mouse wheel)</li>
37+
<li>Option to swap unstaged/staged views order</li>
38+
<li>Now the last repository opened is remembered</li>
39+
<li>Force push now uses lease by default</li>
40+
<li>Added option to specify the directory that will be created during a clone</li>
41+
<li>Now the tabs are loaded lazily to avoid excessivo IO load when reopening the app and having many repositories open</li>
42+
<li>Tabs can now be sorted</li>
43+
<li>Changed settings files path to follow the XDG standard</li>
44+
<li>HTTP credentials in-memory caching</li>
45+
</ul>
46+
<p>Bugfixes</p>
47+
<ul>
48+
<li>Fixed crash when trying to push via repository via SSH when lacking necessary rights</li>
49+
<li>Fixed untracked files not being shown in stashes</li>
50+
<li>Fixed crash when submodules conflict after a merge</li>
51+
<li>Fixed submodule diff loading forever</li>
52+
</ul>
53+
</description>
54+
</release>
2355
<release version="1.2.1" date="2023-05-14">
2456
<url>https://github.com/JetpackDuba/Gitnuro/releases/tag/v1.2.1</url>
2557
<description>

com.jetpackduba.Gitnuro.yml

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
app-id: com.jetpackduba.Gitnuro
22
runtime: org.freedesktop.Platform
3-
runtime-version: '21.08'
3+
runtime-version: '22.08'
44
sdk: org.freedesktop.Sdk
55
sdk-extensions:
66
- org.freedesktop.Sdk.Extension.openjdk17
@@ -20,30 +20,27 @@ modules:
2020
buildsystem: simple
2121
build-commands:
2222
- /usr/lib/sdk/openjdk17/install.sh
23-
- name: libssh
24-
cleanup:
25-
- /include
26-
- /share
27-
buildsystem: cmake-ninja
28-
builddir: true
29-
sources:
30-
- type: archive
31-
url: https://git.libssh.org/projects/libssh.git/snapshot/libssh-0.10.5.tar.gz
32-
sha256: 2ae3a73b146440b22c5251077859f21a9efbcdd7269fc9c7a98271355e729a07
3323
- name: gitnuro
3424
buildsystem: simple
3525
build-commands:
3626
- install -D gitnuro /app/bin/gitnuro
37-
- install -D Gitnuro-linux-1.2.1.jar /app/share/Gitnuro.jar
27+
- install -D Gitnuro.jar /app/share/Gitnuro.jar
3828
- install -D com.jetpackduba.Gitnuro.desktop /app/share/applications/com.jetpackduba.Gitnuro.desktop
3929
- install -D icon.png /app/share/icons/hicolor/512x512/apps/com.jetpackduba.Gitnuro.png
4030
- install -D com.jetpackduba.Gitnuro.metainfo.xml /app/share/appdata/com.jetpackduba.Gitnuro.metainfo.xml
4131
sources:
4232
- type: file
4333
path: gitnuro
4434
- type: file
45-
url: https://github.com/JetpackDuba/Gitnuro/releases/download/v1.2.1/Gitnuro-linux-1.2.1.jar
46-
sha256: 24cc7dc4a417450eef08d8c2642651d2d75ce65a0e214972072f18cb18491c40
35+
url: https://github.com/JetpackDuba/Gitnuro/releases/download/v1.3.0/Gitnuro-linux-1.3.0-x86_64.jar
36+
sha256: 2167b776e888ef6d69092c36a3e62d14c3fb55013690fb45377e2542badffae0
37+
only-arches: [x86_64]
38+
dest-filename: Gitnuro.jar
39+
- type: file
40+
url: https://github.com/JetpackDuba/Gitnuro/releases/download/v1.3.0/Gitnuro-linux-1.3.0-arm_aarch64.jar
41+
sha256: 1279d108f365ae051626dc3b810cd1bc54637ce01def7cac483a016b09b5d485
42+
only-arches: [aarch64]
43+
dest-filename: Gitnuro.jar
4744
- type: file
4845
path: com.jetpackduba.Gitnuro.desktop
4946
- type: file

0 commit comments

Comments
 (0)