Skip to content

Commit b875ad7

Browse files
authored
Merge pull request #26 from CoderJava/release/rilis-versi-1-4-0
Rilis versi 1.4.0
2 parents 6271b4e + c797eaa commit b875ad7

File tree

2 files changed

+12
-18
lines changed

2 files changed

+12
-18
lines changed

dist/appcast.xml

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,26 @@
55
<language>en</language>
66
<title>Dipantau</title>
77
<item>
8-
<title>Version 1.3.0</title>
8+
<title>Version 1.4.0</title>
99
<description><![CDATA[
1010
<h3>Fitur</h3>
1111
<ul>
12-
<li>Buat fitur hapus data track dan task khusus untuk role admin dan super admin.</li>
13-
<li>Buat fitur forgot password.</li>
14-
<li>Auto start timer ketika wake up lock screen. Hanya berjalan jika pada saat sleep kondisi timer-nya sedang berjalan.</li>
15-
<li>Tambahkan tombol start/stop timer di system tray.</li>
16-
<li>Kirimkan versi app yang digunakan ke API.</li>
17-
<li>Ubah metode JWT agar menggunakan private dan public key.</li>
18-
</ul>
19-
<h3>Perbaikan</h3>
20-
<ul>
21-
<li>Tambahkan validasi agar tidak duplikat datanya ketika buat data track.</li>
12+
<li>Tampilkan dialog konfirmasi ketika delete track di halaman report screenshot.</li>
13+
<li>Buat fitur blur screenshot beserta dengan pengaturannya.</li>
14+
<li>Buat fitur add manual time track.</li>
15+
<li>Buat penanda ketika ada app versi terbaru.</li>
2216
</ul>
2317
]]>
2418
</description>
25-
<sparkle:version>8</sparkle:version>
26-
<sparkle:shortVersionString>1.3.0</sparkle:shortVersionString>
19+
<sparkle:version>9</sparkle:version>
20+
<sparkle:shortVersionString>1.4.0</sparkle:shortVersionString>
2721
<enclosure
28-
length="21664023"
22+
length="21929618"
2923
type="application/octet-stream"
30-
url="https://github.com/CoderJava/dipantau-desktop/releases/download/v1.3.0/dipantau_desktop_client-1.3.0+8-macos.zip"
31-
sparkle:edSignature="e37ebLmKtpRSQK1rUg6Y+aHGq0jvR4qIjAUHAtaQtY0qK+/ZeAY9MPMeTXpr8/pPhZwH2+ro2iy63hbjUx96Bw=="
24+
url="https://github.com/CoderJava/dipantau-desktop/releases/download/v1.4.0/dipantau_desktop_client-1.4.0+9-macos.zip"
25+
sparkle:edSignature="GQ538z2yYeVgOkmMSF3/IQNR92V+Js5vG8k18n6cucadvNFexg4DEiY1YJeYqxZS2Z2S0b/ulRnBBvgTpCLkCQ=="
3226
sparkle:os="macos" />
33-
<pubDate>Mon, 27 Aug 2023 10:00:00 +0700</pubDate>
27+
<pubDate>Mon, 16 Sep 2023 06:00:00 +0700</pubDate>
3428
</item>
3529
</channel>
3630
</rss>

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1717
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1818
# In Windows, build-name is used as the major, minor, and patch parts
1919
# of the product and file versions while build-number is used as the build suffix.
20-
version: 1.3.0+8
20+
version: 1.4.0+9
2121

2222
environment:
2323
sdk: '>=3.0.3 <4.0.0'

0 commit comments

Comments
 (0)