From 19dae195130b01401673a48b8c5245bbdf7e9cc3 Mon Sep 17 00:00:00 2001
From: JustCallMeQuincy <71931404+JustCallMeQuincy@users.noreply.github.com>
Date: Sat, 29 Apr 2023 09:37:25 +0200
Subject: [PATCH 1/3] Update README.md to contain Star History graph
---
README.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/README.md b/README.md
index c61df81c..63ee7a5e 100644
--- a/README.md
+++ b/README.md
@@ -123,6 +123,12 @@ This project is built using [Electron React Boilerplate](https://github.com/elec
+
+## Star History
+
+[![Star History Chart](https://api.star-history.com/svg?repos=Sandakan/Nora&type=Date)](https://star-history.com/#Sandakan/Nora&Date)
+
+
## Feedback
If you have any feedback about bugs, feature requests, etc. about the app, please let me know through my [email](mailto:sandakannipunajith@gmail.com).
From a03456385bd0e74895a74da3f08901cb41ee8a77 Mon Sep 17 00:00:00 2001
From: JustCallMeQuincy <71931404+JustCallMeQuincy@users.noreply.github.com>
Date: Thu, 4 May 2023 09:32:32 +0200
Subject: [PATCH 2/3] Updated some grammar
---
README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 63ee7a5e..e1fe32b8 100644
--- a/README.md
+++ b/README.md
@@ -138,13 +138,13 @@ If you have any feedback about bugs, feature requests, etc. about the app, pleas
Made with ❤ by Sandakan Nipunajith.
- Love Sri Lanka.
+ Love, Sri Lanka.
- ##### Every song, artist, album, and song cover used in this demonstration is not owned by myself but owned by their respective owners. They were used for demonstration purposes only. I value all the copyrights of the owners of the above assets.
-[^1]: song lyrics uses [SongLyrics](https://www.npmjs.com/package/songlyrics) package and an implementation from [MxLRC](https://github.com/fashni/MxLRC) package under the hood.
-[^2]: personalized shuffles and playlists are generated by analyzing the user's listening patterns and no. of listens per song and using that data to personalize the songs.
-[^3]: currently app only supports editing mp3 files due to some limitations of the dependencies.
+[^1]: The song lyrics uses the [SongLyrics](https://www.npmjs.com/package/songlyrics) package and an implementation from the [MxLRC](https://github.com/fashni/MxLRC) package under the hood.
+[^2]: Personalized shuffles and playlists are generated by analyzing the user's listening patterns and the number of times each song gets played.
+[^3]: Currently, the app only supports editing mp3 files due to some limitations of the dependencies.
From abd141ee530b82c586e9b2799102302ab45eef3e Mon Sep 17 00:00:00 2001
From: JustCallMeQuincy <71931404+JustCallMeQuincy@users.noreply.github.com>
Date: Thu, 4 May 2023 09:35:10 +0200
Subject: [PATCH 3/3] Fixed some more grammar
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index e1fe32b8..8283d902 100644
--- a/README.md
+++ b/README.md
@@ -145,6 +145,6 @@ If you have any feedback about bugs, feature requests, etc. about the app, pleas
- ##### Every song, artist, album, and song cover used in this demonstration is not owned by myself but owned by their respective owners. They were used for demonstration purposes only. I value all the copyrights of the owners of the above assets.
-[^1]: The song lyrics uses the [SongLyrics](https://www.npmjs.com/package/songlyrics) package and an implementation from the [MxLRC](https://github.com/fashni/MxLRC) package under the hood.
+[^1]: The song lyrics use the [SongLyrics](https://www.npmjs.com/package/songlyrics) package and an implementation from the [MxLRC](https://github.com/fashni/MxLRC) package under the hood.
[^2]: Personalized shuffles and playlists are generated by analyzing the user's listening patterns and the number of times each song gets played.
[^3]: Currently, the app only supports editing mp3 files due to some limitations of the dependencies.