File tree Expand file tree Collapse file tree 4 files changed +21
-3
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ android {
1313 targetSdkVersion 35
1414
1515 // Version Information
16- versionCode 3
17- versionName " 1.0.0-alpha.3 "
16+ versionCode 4
17+ versionName " 1.0.0-alpha.4 "
1818
1919 generatedDensities = []
2020
Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.0.0-alpha.4] - 2025-11-23
9+
10+ ### Added
11+
12+ - Added config for Zapstore
13+
14+ ### Changed
15+
16+ - Reduced APK size by enabling legacy compression to be able to publish on IzzyOnDroid
17+
818## [ 1.0.0-alpha.3] - 2025-11-23
919
1020### Added
@@ -39,6 +49,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3949- Added ability to create collections and add items to the collections
4050- Added post interactions
4151
52+ [ 1.0.0-alpha.4 ] : https://github.com/mohammadrafigh/NeoComment/compare/v1.0.0-alpha.3...v1.0.0-alpha.4
4253[ 1.0.0-alpha.3 ] : https://github.com/mohammadrafigh/NeoComment/compare/v1.0.0-alpha.2...v1.0.0-alpha.3
4354[ 1.0.0-alpha.3 ] : https://github.com/mohammadrafigh/NeoComment/compare/1.0.0-alpha.1...v1.0.0-alpha.2
4455[ 0.0.1 ] : https://github.com/mohammadrafigh/NeoComment/releases/tag/1.0.0-alpha.1
Original file line number Diff line number Diff line change 1+ ### Added
2+
3+ - Added config for Zapstore
4+
5+ ### Changed
6+
7+ - Reduced APK size by enabling legacy compression to be able to publish on IzzyOnDroid
Original file line number Diff line number Diff line change 11{
22 "name" : " neocomment" ,
33 "main" : " ./src/main.ts" ,
4- "version" : " 1.0.0-alpha.3 " ,
4+ "version" : " 1.0.0-alpha.4 " ,
55 "private" : true ,
66 "dependencies" : {
77 "@angular/animations" : " ~20.0.0" ,
You can’t perform that action at this time.
0 commit comments