Skip to content

Commit

Permalink
Merge pull request #118 from aghontpi/release/release-work-0.6.1
Browse files Browse the repository at this point in the history
Release/release work 0.6.1
  • Loading branch information
aghontpi authored Jan 26, 2024
2 parents 40d1ecd + e4baf4a commit cbf89e5
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 6 deletions.
26 changes: 26 additions & 0 deletions Changelog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,32 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [v0.6.1] - (Jan 26, 2024)

**_Stable - requires android 5 or higher_**

## Added

* add soundcloud Support thanks to @Xt3ns1s and several others, https://github.com/aghontpi/ad-silence/pull/107, https://github.com/aghontpi/ad-silence/pull/108
* Update spotify detections, add spotify detection for "Catalan" lang and others , thanks to @bluegeekgh https://github.com/aghontpi/ad-silence/pull/106
* Add info on restricted settings, thanks to @barbe6 https://github.com/aghontpi/ad-silence/pull/117
* Handle Hibernation in https://github.com/aghontpi/ad-silence/pull/92

## Fixes

* Fix Accuradio not working on high dpi devices https://github.com/aghontpi/ad-silence/pull/102

**You can get it on google playstore & fdroid**

<p align="left">
<a href='https://play.google.com/store/apps/details?id=bluepie.ad_silence&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'><img alt='Get it on Google Play' height="72px" src='https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png'/></a>
<a href='https://f-droid.org/packages/bluepie.ad_silence/'><img alt='Get it on Fdroid' height="72px" src='https://fdroid.gitlab.io/artwork/badge/get-it-on.png'/></a>
</p>




## [v0.6.0] - (Apr 2, 2023)

**_Stable - requires android 5 or higher_**
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@
## Supported apps?

| app | support |
| :----------: | :-----: |
|:------------:| :-----: |
| Accuradio | yes |
| Spotify | yes |
| Spotify Lite | yes |
| Soundcloud | yes |
| Tidal | yes |
| Pandora | yes |

Expand All @@ -39,6 +40,7 @@
- `Tidal` is now supported.
- `Spotify Lite` is now supported.
- `Pandora` is now supported.
- `Soundcloud` is now supported.
- Easily extensible to other apps.

## Motivation
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "bluepie.ad_silence"
minSdk 21
targetSdk 33
versionCode 47
versionName "0.6.1-dev"
versionCode 49
versionName "0.6.1-prod"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/49.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Add soundcloud Support
- Update spotify detections, add spotify detection for "Catalan" lang and others
- Fix Accuradio not working on high dpi devices #102
- Add info on restricted settings
- Handle Hibernation
7 changes: 4 additions & 3 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<b>Features:</b>

- Remove ads in Accuradio, Spotify & Tidal.
- Remove ads in Accuradio, Spotify, Spotify lite, Tidal, Soundcloud, Pandora & LiveOne.
- Lightweight (~ 150KB)
- Minimal UI
- Configure which apps to remove ads in
- Configure which apps to remove ads
- No bloat/external dependencies
- Open source
- All locally processed, no data collection
- No inapp purchases or ads
- Open source

<b>I'm open to adding other streaming apps, just open a new issue on github</b>

Expand Down

0 comments on commit cbf89e5

Please sign in to comment.