Skip to content

Commit e2624c3

Browse files
authored
Merge pull request #35 from CoderJava/release/rilis-versi-1-6-0
Release - Rilis versi 1.6.0
2 parents 60ec6c6 + f2a6475 commit e2624c3

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

dist/appcast.xml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,28 @@
55
<language>en</language>
66
<title>Dipantau</title>
77
<item>
8-
<title>Version 1.5.0</title>
8+
<title>Version 1.6.0</title>
99
<description><![CDATA[
1010
<h3>Fitur</h3>
1111
<ul>
12-
<li>Update form add manual track agar lebih gampang dipakai.</li>
13-
<li>Update form add manual track agar wajib mengisi catatan.</li>
12+
<li>Khusus super admin, buatkan fitur untuk melihat original dari screenshot yang diblur.</li>
13+
<li>Buat fitur download screenshot.</li>
1414
</ul>
1515
<h3>Perbaikan</h3>
1616
<ul>
17-
<li>Perbaiki reset timer di system tray setelah user logout.</li>
18-
<li>Perbaiki agar user tidak bisa logout jika timer-nya dalam keadaan hidup.</li>
17+
<li>Perbaiki nilai task yang tidak tersimpan ke database lokal.</li>
1918
</ul>
2019
]]>
2120
</description>
22-
<sparkle:version>10</sparkle:version>
23-
<sparkle:shortVersionString>1.5.0</sparkle:shortVersionString>
21+
<sparkle:version>11</sparkle:version>
22+
<sparkle:shortVersionString>1.6.0</sparkle:shortVersionString>
2423
<enclosure
25-
length="22099465"
24+
length="22197865"
2625
type="application/octet-stream"
27-
url="https://github.com/CoderJava/dipantau-desktop/releases/download/v1.5.0/dipantau_desktop_client-1.5.0+10-macos.zip"
28-
sparkle:edSignature="SD3FiLTU33boY9igH0D95rHcdjIOaLT7SLgZUf4qJcHeVK8fuqAJgKw2TB2SDtxAFKzLTPE5uFWmHKVVEW47BA=="
26+
url="https://github.com/CoderJava/dipantau-desktop/releases/download/v1.6.0/dipantau_desktop_client-1.6.0+11-macos.zip"
27+
sparkle:edSignature="03QBZgalOHWyrqMcRHNXZVfmU0VKioqp5wNdGi4xgC7dPMIjJGKxKairsbxKd8Z1WkGL/W5BVbKEE27DH8sBAw=="
2928
sparkle:os="macos" />
30-
<pubDate>Mon, 07 Oct 2023 09:00:00 +0700</pubDate>
29+
<pubDate>Sun, 26 Nov 2023 22:00:00 +0700</pubDate>
3130
</item>
3231
</channel>
3332
</rss>

lib/feature/presentation/page/setting/setting_page.dart

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -733,8 +733,9 @@ class _SettingPageState extends State<SettingPage> {
733733
buildWidgetDiscordChannelId(),
734734
const SizedBox(height: 16),
735735
buildWidgetMemberBlurScreenshot(),
736-
const SizedBox(height: 16),
737-
buildWidgetUserRegistration(),
736+
// TODO: untuk sementara tutup dulu fitur ini karena belum selesai endpoint-nya
737+
/*const SizedBox(height: 16),
738+
buildWidgetUserRegistration(),*/
738739
],
739740
);
740741
}

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.5.0+10
20+
version: 1.6.0+11
2121

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

0 commit comments

Comments
 (0)