Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Releases: msasikanth/pinnit

v1.6.0

21 Jun 20:22
0cf29aa
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.6.0

v1.5.0

02 Jun 10:03
7c38ca1
Compare
Choose a tag to compare

What's Changed

  • [1.3.0] Post-release merge by @tramline-github in #117
  • Update dependency gradle to v8.6 by @renovate in #102
  • Update dependency androidx.arch.core:core-testing to v2.2.0 by @renovate in #105
  • Update dependency com.google.protobuf:protobuf-javalite to v3.25.2 by @renovate in #108
  • Update dependency com.google.protobuf:protoc to v3.25.2 by @renovate in #109
  • Update dependency androidx.fragment:fragment-ktx to v1.6.2 by @renovate in #111
  • Update dependency com.android.tools:desugar_jdk_libs to v2.0.4 by @renovate in #115
  • Update dependency com.google.truth:truth to v1.4.0 by @renovate in #116
  • Update agp to v8.4.1 by @renovate in #127
  • Update mobius to v2 (major) by @renovate in #124
  • Update actions/checkout action to v4 - autoclosed by @renovate in #121
  • Update actions/setup-java action to v4 by @renovate in #122
  • Update dependency com.google.truth:truth to v1.4.2 by @renovate in #131
  • Update dependency com.squareup.leakcanary:leakcanary-android to v2.14 - autoclosed by @renovate in #128
  • Update coroutines to v1.8.1 by @renovate in #129
  • Update dependency com.google.protobuf to v0.9.4 by @renovate in #125
  • Update dependency com.google.protobuf:protobuf-javalite to v3.25.3 by @renovate in #130
  • Update androidx.lifecycle to v2.8.0 by @renovate in #133
  • Update dependency androidx.core:core-ktx to v1.13.1 - autoclosed by @renovate in #134
  • Update dependency androidx.datastore:datastore to v1.1.1 by @renovate in #135
  • Update dependency androidx.hilt:hilt-compiler to v1.2.0 by @renovate in #137
  • Update actions/upload-artifact action to v4 by @renovate in #139
  • Update dependency gradle to v8.7 by @renovate in #141
  • Update hilt to v2.51.1 by @renovate in #142
  • Update dependency com.google.protobuf:protobuf-javalite to v4 by @renovate in #143

New Contributors

  • @tramline-github made their first contribution in #117

Full Changelog: v1.3.0...v1.5.0

v1.3.0

19 Aug 05:29
b5bd374
Compare
Choose a tag to compare
  • Bump compile and target SDK to v34

v1.2.6

09 Nov 11:44
6c91189
Compare
Choose a tag to compare
  • Add support for 24 hour clock based on system

v1.2.5

09 Nov 11:44
Compare
Choose a tag to compare
  • Added themed app icon for devices running Android 13
  • Fix notifications not showing on devices running Android 13

v1.2.4

21 Oct 06:10
cd6fbec
Compare
Choose a tag to compare
  • Added Spanish translations (thanks @cyanwolfg )
  • Fixed app not displaying notifications on devices running Android 13

v1.2.3

21 Sep 07:41
Compare
Choose a tag to compare
  • Fix notification schedule not working
  • Removed support email from the about page. (Instead, users can open the GitHub page to create an issue)
  • Bump dependencies

v1.2.0

25 Jan 04:52
Compare
Choose a tag to compare

NEW: Scheduled notifications! Now you're able to schedule your notifications to be pinned once, or re-pin themselves every day, week, or month!

NEW: Added option to delete notifications from the notification shade.

NEW: Google action support! You can now say "Hey Google, open Pinnit and pin 'Call back mom'"

MISC: Slight tweaks to dark mode colors.