From d4a084f8961e5b79ba5376e6f5732e7a2401bfb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=9ET=CE=9ERNAL?= Date: Tue, 10 Mar 2026 19:35:52 +0530 Subject: [PATCH] bump version to 1.4.0 --- build.gradle.kts | 4 ++-- changelogs-stable.txt | 13 +++++++++++++ gradle.properties | 4 ++-- 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 30e9d97f..1bf5e8a2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -33,8 +33,8 @@ tasks.register("getVersion") { } // You can still set these for legacy use by submodules or scripts: -rootProject.ext.set("appVersionName", providers.gradleProperty("APP_VERSION_NAME").orElse("1.3.9").get()) -rootProject.ext.set("appVersionCode", providers.gradleProperty("APP_VERSION_CODE").orElse("279").get().toInt()) +rootProject.ext.set("appVersionName", providers.gradleProperty("APP_VERSION_NAME").orElse("1.4.0").get()) +rootProject.ext.set("appVersionCode", providers.gradleProperty("APP_VERSION_CODE").orElse("280").get().toInt()) rootProject.ext.set("applicationId", "me.eternal.purrfectsnap") // buildHash: when PurrfectSnap or Snapchat is updated, mappings become outdated and auto-regenerate. // Include version code so each release has a different hash; use random for uniqueness within same version. diff --git a/changelogs-stable.txt b/changelogs-stable.txt index 7e209b7d..7c6d5733 100644 --- a/changelogs-stable.txt +++ b/changelogs-stable.txt @@ -1,3 +1,16 @@ +## v1.4.0 +- Fix: Download profile picture button showing in all pages +- Fix: Opera Download button & Mark Snaps as seen for newer snapchat versions +- Fix: Crash issues +- Fix: Random friends showing up in Social tab +- Fix: Untranslated strings in the message preview section(en_US only for now) +- Fix: Show First Created Username +- Fix: Call recording starting automatically when taking snaps/videos +- Fix: Snap Downloading issue for some devices +- New: Story Snap Batch Download(tq to RSR) +- New: Aphelion Theme!(tq to Kaladin) +- Fix: Monochrome icon of PurrfectSnap(tq to Kaladin) + ## v1.3.9 - Fix: Improve ads & metrics blocking - Fix: Hide Typing Notifications & Hide Bitmoji Presence diff --git a/gradle.properties b/gradle.properties index d4d0ca18..79eec1cc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,8 +7,8 @@ org.gradle.configuration-cache=true org.gradle.configuration-cache.problems=warn nativeAbis=arm64-v8a -APP_VERSION_NAME=1.3.9 -APP_VERSION_CODE=279 +APP_VERSION_NAME=1.4.0 +APP_VERSION_CODE=280 debug_build_hash=18fe2a814d0e2eb5 psIntegrityPinnedSha256= EXPECTED_CERT_SHA256=0f188cb17d8ea4902ee15ce98f4928ba4226a4790fa3c52f62d776b08e46ca1c