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

Commit

Permalink
pre release version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jabedzaman committed Feb 5, 2023
1 parent 216342f commit 0831dd7
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
"name": "spotiloader",
"slug": "spotiloader",
"version": "1.0.1",
"version": "1.0.2",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "automatic",
Expand Down
2 changes: 1 addition & 1 deletion config/app.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const version = "1.0.1";
const version = "1.0.2";
const name = "spotiloader";
const downloadUrl = "https://jabed.me";
const author = "Jabed Zaman";
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spotiloader",
"version": "1.0.1",
"version": "1.0.2",
"description": "Multiplatform Music Downloader",
"author": {
"name": "Jabed Zaman"
Expand Down
5 changes: 4 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@

Unleash the power of offline listening with SpotiLoader! Download your favorite songs, playlists, and albums with ease. Fast, simple, and efficient !!! Say goodbye to buffering and hello to unlimited tunes with SpotiLoader! Enjoy high-quality MP3 audio !!!

Even Keyword search is supported, just search for the song you want to download and download it with a single click.

### Supported Platforms:

- Spotify
- YouTube
- Or just search keywords
- (more coming soon)


Expand All @@ -33,7 +36,7 @@ Unleash the power of offline listening with SpotiLoader! Download your favorite

- [ ] Add download progress bar
- [ ] Add Dark Mode [#1](https://github.com/jabedzaman/spotiloader/issues/1)
- [ ] Add search history
- [x] Add search history
- [ ] Add downlaod with meta data
- [ ] Write Tests

Expand Down
1 change: 0 additions & 1 deletion screens/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ const Home = () => {
saveRecentSearch(input);
} else if (selectedValue === "1") {
searchApi();
saveRecentSearch(input);
} else {
Alert.alert("WARNING!!", "Must select a source");
saveRecentSearch(input);
Expand Down
2 changes: 2 additions & 0 deletions screens/Searchhistory.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ const Searchhistory = () => {
style={{
fontSize: 16,
marginLeft: 10,
color: "lightblue",
textDecorationLine: "underline",
}}
>
{search}
Expand Down

0 comments on commit 0831dd7

Please sign in to comment.