Skip to content

Commit 970486d

Browse files
committed
Bump version to 0.2.1 and update build requirements
* Increment `versionCode` to 4 and `versionName` to 0.2.1 in `app/build.gradle.kts`. * Add changelog for version 4 detailing web interface improvements (Alpine JS/Tailwind CSS, dark mode, instant file updates) and enhanced error handling. * Update `README.md` with new build steps requiring `npm` and recursive repository cloning.
1 parent 06007c5 commit 970486d

3 files changed

Lines changed: 13 additions & 10 deletions

File tree

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,17 +79,15 @@ Avoid using it on public or untrusted networks, especially for sensitive data.
7979

8080
- Android SDK / Android Studio
8181
- Python 3 (used by a small build script)
82+
- npm (needed for Tailwind CSS)
8283

8384
### Steps
8485

85-
1. Clone the repository
86-
2. Open it in Android Studio
87-
3. Make sure Python 3 is available in your system PATH
88-
4. Build and run
89-
90-
> [!NOTE]
91-
> The Papirus icon set is not included in the repo.
92-
> It will be downloaded and processed automatically during the build.
86+
1. Clone the repository (recursively to include the icon theme!)
87+
2. run `cd web-build && npm install`
88+
3. Open it in Android Studio
89+
4. Make sure Python 3 is available in your system PATH
90+
5. Build and run
9391

9492
## License & Credits
9593

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212
applicationId = "com.defname.localshare"
1313
minSdk = 26
1414
targetSdk = 36
15-
versionCode = 3
16-
versionName = "0.2.0"
15+
versionCode = 4
16+
versionName = "0.2.1"
1717

1818
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
1919
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
- improved web interface (using Alpine JS and Tailwind CSS)
2+
- light/dark mode
3+
- added files appear instantly in the web interface
4+
- improved error handling
5+
- better tracking of active connections

0 commit comments

Comments
 (0)