File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 0.2.0] - 2025-10-12
6+
7+ ### 🚀 Features
8+
9+ - * (module)* Add in-app update support
10+ - * (scripts)* Add release automation script
11+
12+ ### 🐛 Bug Fixes
13+
14+ - * (py2droid-update-bin)* Handle non-existent PATH entries
15+
16+ ### 💼 Other
17+
18+ - * (cpython)* Add ` --with-lto ` flag
19+ - * (module)* Debloat ` include ` directory
20+ - * (cpython)* Drop 32-bit host builds
21+ - * (cpython)* Bump to v3.14.0
22+
23+ ### 🚜 Refactor
24+
25+ - * (scripts)* Rework build script
26+ - * (config)* Align build.toml with the new build script
27+ - * (module)* Rework installation logic
28+ - * (py2droid-update-bin)* Improve code clarity
29+
30+ ### 📚 Documentation
31+
32+ - * (readme)* Clean up and update README.md
33+
34+ ### ⚙️ Miscellaneous Tasks
35+
36+ - Add cliff.toml
37+ - Move CHANGELOG.md to the project root
38+ - * (release)* Use git-cliff-action for release body generation
39+ - * (patches)* Update for CPython v3.14.0
40+
541## [ 0.1.2] - 2025-08-16
642
743### 💼 Other
@@ -48,5 +84,3 @@ All notable changes to this project will be documented in this file.
4884### ⚙️ Miscellaneous Tasks
4985
5086- Add .gitignore
51-
52- <!-- generated by git-cliff -->
Original file line number Diff line number Diff line change 11id=py2droid
22name=Py2Droid
3- version=v0.1.2
4- versionCode=20250816
3+ version=v0.2.0
4+ versionCode=20251012
55author=Mrakorez
66description=
77updateJson=https://raw.githubusercontent.com/Mrakorez/py2droid/refs/heads/master/module/update.json
Original file line number Diff line number Diff line change 11{
2- "version" : " v0.1.2 " ,
3- "versionCode" : 20250816 ,
2+ "version" : " v0.2.0 " ,
3+ "versionCode" : 20251012 ,
44 "zipUrl" : " https://github.com/Mrakorez/py2droid/releases/download/latest/py2droid-v0.2.0.zip" ,
55 "changelog" : " https://raw.githubusercontent.com/Mrakorez/py2droid/refs/heads/master/CHANGELOG.md"
6- }
6+ }
You can’t perform that action at this time.
0 commit comments