Skip to content

Commit

Permalink
chore(app): prepare release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshgngwr committed Jul 12, 2021
1 parent 69aeea1 commit c807b0f
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 10 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# ![Feature graphic](fastlane/metadata/android/en-US/images/featureGraphic.png)

[![Latest release](https://img.shields.io/github/tag-date/ashutoshgngwr/noice.svg?color=orange&label=release)](https://github.com/ashutoshgngwr/noice/tags/)
[![GitHub license](https://img.shields.io/github/license/ashutoshgngwr/noice.svg)](https://github.com/ashutoshgngwr/noice/blob/master/LICENSE)
[![Translation status](https://hosted.weblate.org/widgets/noice/-/svg-badge.svg)](https://hosted.weblate.org/engage/noice/)
[![Financial contributors](https://opencollective.com/noice/tiers/badge.svg)](https://opencollective.com/noice)
[![Android](https://github.com/ashutoshgngwr/noice/workflows/Android/badge.svg)](https://github.com/ashutoshgngwr/noice/actions?query=workflow%3AAndroid)
[![Cast Receiver](https://github.com/ashutoshgngwr/noice/workflows/Cast%20Receiver/badge.svg)](https://github.com/ashutoshgngwr/noice/actions?query=workflow%3A%22Cast+Receiver%22)
[![codecov](https://codecov.io/gh/ashutoshgngwr/noice/branch/master/graph/badge.svg)](https://codecov.io/gh/ashutoshgngwr/noice)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/67635a43989c4dbcb6c3472375dc1e5f)](https://www.codacy.com/manual/ashutoshgngwr/noice)
[![Financial contributors](https://opencollective.com/noice/tiers/badge.svg)](https://opencollective.com/noice)
[![GitHub tag](https://img.shields.io/github/tag-date/ashutoshgngwr/noice.svg?color=orange&label=release)](https://github.com/ashutoshgngwr/noice/tags/)
[![GitHub license](https://img.shields.io/github/license/ashutoshgngwr/noice.svg)](https://github.com/ashutoshgngwr/noice/blob/master/LICENSE)

[<img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=256596&theme=light" alt="Noice for Android | Product Hunt" height="75" />](https://www.producthunt.com/posts/noice-for-android?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-noice-for-android)

For a lot of people, a little background noise is helpful to calm down and focus. In some cases, it's also a boost to productivity. Background noise can also help minimize the effects of stress.

Expand All @@ -32,11 +30,11 @@ Noice is an app that allows you to create your own set of background sounds by m
1. [All notable changes](https://ashutoshgngwr.github.io/noice/CHANGELOG) to the
project over time
2. The [list of
contributors](https://ashutoshgngwr.github.io/noice/contributors).
contributors](https://ashutoshgngwr.github.io/noice/contributors)
3. [How can you contribute?](https://ashutoshgngwr.github.io/noice/contributing)
4. [Code of Conduct](https://ashutoshgngwr.github.io/noice/code-of-conduct)
5. [Privacy Policy](https://ashutoshgngwr.github.io/noice/privacy-policy) for
application users.
application users

## License

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId 'com.github.ashutoshgngwr.noice'
minSdkVersion 21
targetSdkVersion 30
versionCode 40
versionName '0.17.0'
versionCode 41
versionName '1.0.0'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}

Expand Down
9 changes: 9 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/41.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- Update license to GNU GPL v3
- Add non-linear volume slider
- Add option to disable sound icons
- Add option to disable skip buttons in the player notification for unsaved presets
- Fix "App isn't installed" errors for preset shortcuts
- Add analytics and update privacy policy for Play Store users

We're continuously working to make Noice better. Please turn on updates to never miss a thing!
See detailed changelog at https://ashutoshgngwr.github.io/noice/CHANGELOG
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/changelogs/default.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
We're continuously working to make Noice better. Please turn on updates to never miss a thing!
See detailed changelog at https://ashutoshgngwr.github.io/noice/CHANGELOG.
See detailed changelog at https://ashutoshgngwr.github.io/noice/CHANGELOG

0 comments on commit c807b0f

Please sign in to comment.