File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,11 @@ A simple OTA REST Server for CyanogenMod OTA Updater System Application
14
14
Yes, you can! I've implemented a [ simple script] ( https://github.com/julianxhokaxhiu/CyanogenModOTAUnitTest ) made for NodeJS that you clone and use it.
15
15
16
16
## Changelog
17
+ ### v2.0.4
18
+ - Final Fix for TXT and ZIP files in the same directory
19
+ - Automatic URL detection for basePath ( no real need to touch it again )
20
+ - Delta builds array is now returned correctly
21
+
17
22
### v2.0.3
18
23
- Memcached support
19
24
- UNOFFICIAL builds support ( they will be set as channel = NIGHTLY )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " julianxhokaxhiu/cyanogenmod-ota" ,
3
3
"description" : " A simple OTA REST Server for CyanogenMod OTA Updater System Application" ,
4
- "version" : " 2.0.3 " ,
4
+ "version" : " 2.0.4 " ,
5
5
"type" : " project" ,
6
6
"keywords" : [
7
7
" android" ,
You can’t perform that action at this time.
0 commit comments