summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRubenKelevra2023-01-30 22:39:32 +0100
committerRubenKelevra2023-01-30 22:39:32 +0100
commit73819ef687526d2c664f2276ac5225a0f588654a (patch)
tree0eee9a3e254b78772938e604e66a980e3ae0ddfc
parent9c2f71d48873542aba8b54ba2df2d94bbda67766 (diff)
downloadaur-73819ef687526d2c664f2276ac5225a0f588654a.tar.gz
update to 0.26.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--changelog21
3 files changed, 19 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eafb1ca40d6a..1bc9040dfdc6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ipfs-desktop
pkgdesc = Desktop client for the InterPlanetary File System
- pkgver = 0.25.0
+ pkgver = 0.26.0
pkgrel = 1
url = https://github.com/ipfs/ipfs-desktop
install = ipfs-desktop.install
@@ -25,7 +25,7 @@ pkgbase = ipfs-desktop
makedepends = libevent
depends = gtk3
depends = alsa-lib
- source = ipfs-desktop-0.25.0.tar.gz::https://github.com/ipfs/ipfs-desktop/archive/refs/tags/v0.25.0.tar.gz
- b2sums = 37713193bc4eb234a2a8585c054237e3464030abaa4430e36d8cb7bbd404f01c0637507f41f51508797197707ce8552066c86a0228c76874f3cd0f858469da5f
+ source = ipfs-desktop-0.26.0.tar.gz::https://github.com/ipfs/ipfs-desktop/archive/refs/tags/v0.26.0.tar.gz
+ b2sums = fd6667cf580fd01204df03e5700dbd272c6db320a6ac39855d5a230602cfe9dfc0cf1fa6f043b88a3701ff8b6076f64fa6c1f0d2d2647bb957eafdc578fbb443
pkgname = ipfs-desktop
diff --git a/PKGBUILD b/PKGBUILD
index 80f3c889e96a..673b0ba55216 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_archive_extension="tar.gz"
pkgname=ipfs-desktop
-pkgver=0.25.0 # REMEMBER TO UPDATE CHANGELOG!
+pkgver=0.26.0 # REMEMBER TO UPDATE CHANGELOG!
pkgrel=1
pkgdesc="Desktop client for the InterPlanetary File System"
arch=(x86_64)
@@ -14,7 +14,7 @@ makedepends=("nodejs>=16" npm node-gyp libxcrypt-compat libnotify snappy libappi
install=$pkgname.install
changelog='changelog'
source=("$pkgname-$pkgver.$_archive_extension::https://github.com/ipfs/ipfs-desktop/archive/refs/tags/v$pkgver.$_archive_extension")
-b2sums=('37713193bc4eb234a2a8585c054237e3464030abaa4430e36d8cb7bbd404f01c0637507f41f51508797197707ce8552066c86a0228c76874f3cd0f858469da5f')
+b2sums=('fd6667cf580fd01204df03e5700dbd272c6db320a6ac39855d5a230602cfe9dfc0cf1fa6f043b88a3701ff8b6076f64fa6c1f0d2d2647bb957eafdc578fbb443')
prepare() {
cd "$pkgname-$pkgver"
diff --git a/changelog b/changelog
index 6c21853b7f47..d11c2b1083c2 100644
--- a/changelog
+++ b/changelog
@@ -1,9 +1,16 @@
-Version 0.25.0
+## Version 0.26.0
+
+### Important changes in this release
+
+#### This release includes changing our metrics collection policy to opt-out instead of opt-in. This means app data (non-user data), or telemetry, is gathered by default when running the application. Note that you can still disable the collection of telemetry in the settings page. For more information, see the following:
+
+ https://github.com/ipfs-shipyard/ignite-metrics/blob/main/docs/telemetry/COLLECTION_POLICY.md
+ ipfs-shipyard/ignite-metrics#76
+ ipfs/ipfs-gui#117
+
+#### What's Changed
+
+ feat: kubo 0.18 with /quic-v1 and /webtransport by @galargh in #2363
+ feat: Updating ipfs-webui CID to v2.22.0 by @djmcquillan in #2387
-What's Changed
- feat: kubo v0.17.0 by @galargh in #2338
- fix(webui): support /quic-v1 on Peers page by @lidel in #2356
- docs(readme): add repology badge by @lidel in #2352
- chore: release prep by @lidel in #2344
- chore(readme): 0.24.0 -> 0.24.1 by @whizzzkid in #2333