optikit 1.0.1 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.history/CHANGELOG_20250202224530.md +34 -0
- package/.history/CHANGELOG_20250202224539.md +34 -0
- package/.history/CHANGELOG_20250202224542.md +34 -0
- package/.history/CHANGELOG_20250202224543.md +34 -0
- package/.history/CHANGELOG_20250202224545.md +34 -0
- package/.history/CHANGELOG_20250202224555.md +24 -0
- package/.history/CHANGELOG_20250202224601.md +24 -0
- package/.history/CHANGELOG_20250202224605.md +25 -0
- package/.history/CHANGELOG_20250202224607.md +25 -0
- package/.history/CHANGELOG_20250202224608.md +25 -0
- package/.history/CHANGELOG_20250202224937.md +25 -0
- package/.history/CHANGELOG_20250202224942.md +25 -0
- package/.history/CHANGELOG_20250202224944.md +25 -0
- package/.history/CHANGELOG_20250202224957.md +25 -0
- package/.history/CHANGELOG_20250202225000.md +26 -0
- package/.history/CHANGELOG_20250202225004.md +26 -0
- package/.history/CHANGELOG_20250202225008.md +26 -0
- package/.history/CHANGELOG_20250202225013.md +26 -0
- package/.history/CHANGELOG_20250202225014.md +26 -0
- package/.history/CHANGELOG_20250202225018.md +26 -0
- package/.history/CHANGELOG_20250202225021.md +26 -0
- package/.history/CHANGELOG_20250202225023.md +26 -0
- package/.history/CHANGELOG_20250202225026.md +22 -0
- package/.history/CHANGELOG_20250202225028.md +23 -0
- package/.history/CHANGELOG_20250202225032.md +23 -0
- package/.history/CHANGELOG_20250202225035.md +23 -0
- package/.history/CHANGELOG_20250202225037.md +23 -0
- package/.history/CHANGELOG_20250202225039.md +23 -0
- package/.history/CHANGELOG_20250202225041.md +23 -0
- package/.history/CHANGELOG_20250202225048.md +23 -0
- package/.history/CHANGELOG_20250202225049.md +23 -0
- package/.history/CHANGELOG_20250202225402.md +27 -0
- package/.history/CHANGELOG_20250202225405.md +27 -0
- package/.history/CHANGELOG_20250202225406.md +27 -0
- package/.history/CHANGELOG_20250202225408.md +27 -0
- package/.history/CHANGELOG_20250202225410.md +27 -0
- package/.history/CHANGELOG_20250202225413.md +27 -0
- package/.history/CHANGELOG_20250202225416.md +27 -0
- package/.history/README_20250202224147.md +55 -0
- package/.history/README_20250202224200.md +55 -0
- package/.history/README_20250202224208.md +55 -0
- package/.history/README_20250202224217.md +55 -0
- package/.history/README_20250202224218.md +55 -0
- package/.history/README_20250202224221.md +55 -0
- package/.history/package_20250202223937.json +41 -0
- package/.history/package_20250202224455.json +41 -0
- package/.history/package_20250202224502.json +41 -0
- package/.history/package_20250202225341.json +41 -0
- package/.history/package_20250202225343.json +41 -0
- package/.history/package_20250202225418.json +41 -0
- package/CHANGELOG.md +25 -1
- package/README.md +6 -0
- package/package.json +1 -1
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project are documented in this file. Each release includes details about new features, improvements, bug fixes, and any breaking changes. This changelog helps users and developers track the evolution of the project and understand how different versions may impact their use of the tool.
|
|
4
|
+
|
|
5
|
+
We follow Semantic Versioning (SemVer) to indicate the nature of changes:
|
|
6
|
+
|
|
7
|
+
• MAJOR: Breaking changes that may affect compatibility.
|
|
8
|
+
• MINOR: New features or improvements that are backward compatible.
|
|
9
|
+
• PATCH: Bug fixes and minor improvements that are backward compatible.
|
|
10
|
+
|
|
11
|
+
Each section lists the changes in chronological order, with the most recent release at the top. We also include links to relevant discussions or issues when appropriate.
|
|
12
|
+
|
|
13
|
+
## [1.1.0] - 2024-11-21
|
|
14
|
+
### Added
|
|
15
|
+
- New Commands:
|
|
16
|
+
- `optikit flutter-update-version`: Update the version and build numbers for both Android and iOS, with support for automatic versioning and build number management.
|
|
17
|
+
- `optikit flutter-build-ios`: Build the Flutter iOS app for release, with support for FVM and automatic version incrementing
|
|
18
|
+
- `optikit flutter-build-ipa`: Create a release IPA for the Flutter app, with support for FVM and automatic version incrementing.
|
|
19
|
+
|
|
20
|
+
## [1.0.0] - 2024-11-18
|
|
21
|
+
### Added
|
|
22
|
+
- Initial release of the CLI tool with the following commands:
|
|
23
|
+
- `optikit generate module <module_name>`
|
|
24
|
+
- `optikit clean-flutter`
|
|
25
|
+
- `optikit clean-ios`
|
|
26
|
+
- `optikit flutter-build-apk`
|
|
27
|
+
- `optikit flutter-build-bundle`
|
|
28
|
+
- `sheno open-android`
|
|
29
|
+
- `sheno open-ios`
|
|
30
|
+
- Support for version handling using Semantic Versioning (SemVer).
|
|
31
|
+
|
|
32
|
+
## [0.1.0] - 2024-10-15
|
|
33
|
+
### Added
|
|
34
|
+
- Initial prototype with basic CLI command structure.
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project are documented in this file. Each release includes details about new features, improvements, bug fixes, and any breaking changes. This changelog helps users and developers track the evolution of the project and understand how different versions may impact their use of the tool.
|
|
4
|
+
|
|
5
|
+
We follow Semantic Versioning (SemVer) to indicate the nature of changes:
|
|
6
|
+
|
|
7
|
+
• MAJOR: Breaking changes that may affect compatibility.
|
|
8
|
+
• MINOR: New features or improvements that are backward compatible.
|
|
9
|
+
• PATCH: Bug fixes and minor improvements that are backward compatible.
|
|
10
|
+
|
|
11
|
+
Each section lists the changes in chronological order, with the most recent release at the top. We also include links to relevant discussions or issues when appropriate.
|
|
12
|
+
|
|
13
|
+
## [1.1.0] - 2024-11-21
|
|
14
|
+
### Added
|
|
15
|
+
- New Commands:
|
|
16
|
+
- `optikit flutter-update-version`: Update the version and build numbers for both Android and iOS, with support for automatic versioning and build number management.
|
|
17
|
+
- `optikit flutter-build-ios`: Build the Flutter iOS app for release, with support for FVM and automatic version incrementing
|
|
18
|
+
- `optikit flutter-build-ipa`: Create a release IPA for the Flutter app, with support for FVM and automatic version incrementing.
|
|
19
|
+
|
|
20
|
+
## [1.0.0] - 2024-11-18
|
|
21
|
+
### Added
|
|
22
|
+
- Initial release of the CLI tool with the following commands:
|
|
23
|
+
- `optikit generate module <module_name>`
|
|
24
|
+
- `optikit clean-flutter`
|
|
25
|
+
- `optikit clean-ios`
|
|
26
|
+
- `optikit flutter-build-apk`
|
|
27
|
+
- `optikit flutter-build-bundle`
|
|
28
|
+
- `sheno open-android`
|
|
29
|
+
- `sheno open-ios`
|
|
30
|
+
- Support for version handling using Semantic Versioning (SemVer).
|
|
31
|
+
|
|
32
|
+
## [1.1.0] - 2024-10-15
|
|
33
|
+
### Added
|
|
34
|
+
- Initial prototype with basic CLI command structure.
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project are documented in this file. Each release includes details about new features, improvements, bug fixes, and any breaking changes. This changelog helps users and developers track the evolution of the project and understand how different versions may impact their use of the tool.
|
|
4
|
+
|
|
5
|
+
We follow Semantic Versioning (SemVer) to indicate the nature of changes:
|
|
6
|
+
|
|
7
|
+
• MAJOR: Breaking changes that may affect compatibility.
|
|
8
|
+
• MINOR: New features or improvements that are backward compatible.
|
|
9
|
+
• PATCH: Bug fixes and minor improvements that are backward compatible.
|
|
10
|
+
|
|
11
|
+
Each section lists the changes in chronological order, with the most recent release at the top. We also include links to relevant discussions or issues when appropriate.
|
|
12
|
+
|
|
13
|
+
## [1.1.0] - 2024-11-21
|
|
14
|
+
### Added
|
|
15
|
+
- New Commands:
|
|
16
|
+
- `optikit flutter-update-version`: Update the version and build numbers for both Android and iOS, with support for automatic versioning and build number management.
|
|
17
|
+
- `optikit flutter-build-ios`: Build the Flutter iOS app for release, with support for FVM and automatic version incrementing
|
|
18
|
+
- `optikit flutter-build-ipa`: Create a release IPA for the Flutter app, with support for FVM and automatic version incrementing.
|
|
19
|
+
|
|
20
|
+
## [1.0.0] - 2024-11-18
|
|
21
|
+
### Added
|
|
22
|
+
- Initial release of the CLI tool with the following commands:
|
|
23
|
+
- `optikit generate module <module_name>`
|
|
24
|
+
- `optikit clean-flutter`
|
|
25
|
+
- `optikit clean-ios`
|
|
26
|
+
- `optikit flutter-build-apk`
|
|
27
|
+
- `optikit flutter-build-bundle`
|
|
28
|
+
- `sheno open-android`
|
|
29
|
+
- `sheno open-ios`
|
|
30
|
+
- Support for version handling using Semantic Versioning (SemVer).
|
|
31
|
+
|
|
32
|
+
## [1.0.0] - 2024-10-15
|
|
33
|
+
### Added
|
|
34
|
+
- Initial prototype with basic CLI command structure.
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project are documented in this file. Each release includes details about new features, improvements, bug fixes, and any breaking changes. This changelog helps users and developers track the evolution of the project and understand how different versions may impact their use of the tool.
|
|
4
|
+
|
|
5
|
+
We follow Semantic Versioning (SemVer) to indicate the nature of changes:
|
|
6
|
+
|
|
7
|
+
• MAJOR: Breaking changes that may affect compatibility.
|
|
8
|
+
• MINOR: New features or improvements that are backward compatible.
|
|
9
|
+
• PATCH: Bug fixes and minor improvements that are backward compatible.
|
|
10
|
+
|
|
11
|
+
Each section lists the changes in chronological order, with the most recent release at the top. We also include links to relevant discussions or issues when appropriate.
|
|
12
|
+
|
|
13
|
+
## [1.1.0] - 2024-11-21
|
|
14
|
+
### Added
|
|
15
|
+
- New Commands:
|
|
16
|
+
- `optikit flutter-update-version`: Update the version and build numbers for both Android and iOS, with support for automatic versioning and build number management.
|
|
17
|
+
- `optikit flutter-build-ios`: Build the Flutter iOS app for release, with support for FVM and automatic version incrementing
|
|
18
|
+
- `optikit flutter-build-ipa`: Create a release IPA for the Flutter app, with support for FVM and automatic version incrementing.
|
|
19
|
+
|
|
20
|
+
## [1.0.0] - 2024-11-18
|
|
21
|
+
### Added
|
|
22
|
+
- Initial release of the CLI tool with the following commands:
|
|
23
|
+
- `optikit generate module <module_name>`
|
|
24
|
+
- `optikit clean-flutter`
|
|
25
|
+
- `optikit clean-ios`
|
|
26
|
+
- `optikit flutter-build-apk`
|
|
27
|
+
- `optikit flutter-build-bundle`
|
|
28
|
+
- `sheno open-android`
|
|
29
|
+
- `sheno open-ios`
|
|
30
|
+
- Support for version handling using Semantic Versioning (SemVer).
|
|
31
|
+
|
|
32
|
+
## [1.0.1] - 2024-10-15
|
|
33
|
+
### Added
|
|
34
|
+
- Initial prototype with basic CLI command structure.
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project are documented in this file. Each release includes details about new features, improvements, bug fixes, and any breaking changes. This changelog helps users and developers track the evolution of the project and understand how different versions may impact their use of the tool.
|
|
4
|
+
|
|
5
|
+
We follow Semantic Versioning (SemVer) to indicate the nature of changes:
|
|
6
|
+
|
|
7
|
+
• MAJOR: Breaking changes that may affect compatibility.
|
|
8
|
+
• MINOR: New features or improvements that are backward compatible.
|
|
9
|
+
• PATCH: Bug fixes and minor improvements that are backward compatible.
|
|
10
|
+
|
|
11
|
+
Each section lists the changes in chronological order, with the most recent release at the top. We also include links to relevant discussions or issues when appropriate.
|
|
12
|
+
|
|
13
|
+
## [1.1.0] - 2024-11-21
|
|
14
|
+
### Added
|
|
15
|
+
- New Commands:
|
|
16
|
+
- `optikit flutter-update-version`: Update the version and build numbers for both Android and iOS, with support for automatic versioning and build number management.
|
|
17
|
+
- `optikit flutter-build-ios`: Build the Flutter iOS app for release, with support for FVM and automatic version incrementing
|
|
18
|
+
- `optikit flutter-build-ipa`: Create a release IPA for the Flutter app, with support for FVM and automatic version incrementing.
|
|
19
|
+
|
|
20
|
+
## [1.0.0] - 2024-11-18
|
|
21
|
+
### Added
|
|
22
|
+
- Initial release of the CLI tool with the following commands:
|
|
23
|
+
- `optikit generate module <module_name>`
|
|
24
|
+
- `optikit clean-flutter`
|
|
25
|
+
- `optikit clean-ios`
|
|
26
|
+
- `optikit flutter-build-apk`
|
|
27
|
+
- `optikit flutter-build-bundle`
|
|
28
|
+
- `sheno open-android`
|
|
29
|
+
- `sheno open-ios`
|
|
30
|
+
- Support for version handling using Semantic Versioning (SemVer).
|
|
31
|
+
|
|
32
|
+
## [1.0.1]
|
|
33
|
+
### Added
|
|
34
|
+
- Initial prototype with basic CLI command structure.
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project are documented in this file. Each release includes details about new features, improvements, bug fixes, and any breaking changes. This changelog helps users and developers track the evolution of the project and understand how different versions may impact their use of the tool.
|
|
4
|
+
|
|
5
|
+
We follow Semantic Versioning (SemVer) to indicate the nature of changes:
|
|
6
|
+
|
|
7
|
+
• MAJOR: Breaking changes that may affect compatibility.
|
|
8
|
+
• MINOR: New features or improvements that are backward compatible.
|
|
9
|
+
• PATCH: Bug fixes and minor improvements that are backward compatible.
|
|
10
|
+
|
|
11
|
+
Each section lists the changes in chronological order, with the most recent release at the top. We also include links to relevant discussions or issues when appropriate.
|
|
12
|
+
|
|
13
|
+
## [1.1.0] - 2024-11-21
|
|
14
|
+
### Added
|
|
15
|
+
- New Commands:
|
|
16
|
+
- `optikit flutter-update-version`: Update the version and build numbers for both Android and iOS, with support for automatic versioning and build number management.
|
|
17
|
+
- `optikit flutter-build-ios`: Build the Flutter iOS app for release, with support for FVM and automatic version incrementing
|
|
18
|
+
- `optikit flutter-build-ipa`: Create a release IPA for the Flutter app, with support for FVM and automatic version incrementing.
|
|
19
|
+
|
|
20
|
+
## [1.0.0] - 2024-11-18
|
|
21
|
+
|
|
22
|
+
## [1.0.1]
|
|
23
|
+
### Added
|
|
24
|
+
- Initial prototype with basic CLI command structure.
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project are documented in this file. Each release includes details about new features, improvements, bug fixes, and any breaking changes. This changelog helps users and developers track the evolution of the project and understand how different versions may impact their use of the tool.
|
|
4
|
+
|
|
5
|
+
We follow Semantic Versioning (SemVer) to indicate the nature of changes:
|
|
6
|
+
|
|
7
|
+
• MAJOR: Breaking changes that may affect compatibility.
|
|
8
|
+
• MINOR: New features or improvements that are backward compatible.
|
|
9
|
+
• PATCH: Bug fixes and minor improvements that are backward compatible.
|
|
10
|
+
|
|
11
|
+
Each section lists the changes in chronological order, with the most recent release at the top. We also include links to relevant discussions or issues when appropriate.
|
|
12
|
+
|
|
13
|
+
## [1.1.0] - 2024-11-21
|
|
14
|
+
### Added
|
|
15
|
+
- New Commands:
|
|
16
|
+
- `optikit flutter-update-version`: Update the version and build numbers for both Android and iOS, with support for automatic versioning and build number management.
|
|
17
|
+
- `optikit flutter-build-ios`: Build the Flutter iOS app for release, with support for FVM and automatic version incrementing
|
|
18
|
+
- `optikit flutter-build-ipa`: Create a release IPA for the Flutter app, with support for FVM and automatic version incrementing.
|
|
19
|
+
|
|
20
|
+
## [1.0.2] - 2024-11-18
|
|
21
|
+
|
|
22
|
+
## [1.0.1]
|
|
23
|
+
### Added
|
|
24
|
+
- Initial prototype with basic CLI command structure.
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project are documented in this file. Each release includes details about new features, improvements, bug fixes, and any breaking changes. This changelog helps users and developers track the evolution of the project and understand how different versions may impact their use of the tool.
|
|
4
|
+
|
|
5
|
+
We follow Semantic Versioning (SemVer) to indicate the nature of changes:
|
|
6
|
+
|
|
7
|
+
• MAJOR: Breaking changes that may affect compatibility.
|
|
8
|
+
• MINOR: New features or improvements that are backward compatible.
|
|
9
|
+
• PATCH: Bug fixes and minor improvements that are backward compatible.
|
|
10
|
+
|
|
11
|
+
Each section lists the changes in chronological order, with the most recent release at the top. We also include links to relevant discussions or issues when appropriate.
|
|
12
|
+
|
|
13
|
+
## [1.1.0] - 2024-11-21
|
|
14
|
+
### Added
|
|
15
|
+
- New Commands:
|
|
16
|
+
- `optikit flutter-update-version`: Update the version and build numbers for both Android and iOS, with support for automatic versioning and build number management.
|
|
17
|
+
- `optikit flutter-build-ios`: Build the Flutter iOS app for release, with support for FVM and automatic version incrementing
|
|
18
|
+
- `optikit flutter-build-ipa`: Create a release IPA for the Flutter app, with support for FVM and automatic version incrementing.
|
|
19
|
+
|
|
20
|
+
## [1.0.2]
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
## [1.0.1]
|
|
24
|
+
### Added
|
|
25
|
+
- Initial prototype with basic CLI command structure.
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project are documented in this file. Each release includes details about new features, improvements, bug fixes, and any breaking changes. This changelog helps users and developers track the evolution of the project and understand how different versions may impact their use of the tool.
|
|
4
|
+
|
|
5
|
+
We follow Semantic Versioning (SemVer) to indicate the nature of changes:
|
|
6
|
+
|
|
7
|
+
• MAJOR: Breaking changes that may affect compatibility.
|
|
8
|
+
• MINOR: New features or improvements that are backward compatible.
|
|
9
|
+
• PATCH: Bug fixes and minor improvements that are backward compatible.
|
|
10
|
+
|
|
11
|
+
Each section lists the changes in chronological order, with the most recent release at the top. We also include links to relevant discussions or issues when appropriate.
|
|
12
|
+
|
|
13
|
+
## [1.1.0] - 2024-11-21
|
|
14
|
+
### Added
|
|
15
|
+
- New Commands:
|
|
16
|
+
- `optikit flutter-update-version`: Update the version and build numbers for both Android and iOS, with support for automatic versioning and build number management.
|
|
17
|
+
- `optikit flutter-build-ios`: Build the Flutter iOS app for release, with support for FVM and automatic version incrementing
|
|
18
|
+
- `optikit flutter-build-ipa`: Create a release IPA for the Flutter app, with support for FVM and automatic version incrementing.
|
|
19
|
+
|
|
20
|
+
## [1.0.2]
|
|
21
|
+
-
|
|
22
|
+
|
|
23
|
+
## [1.0.1]
|
|
24
|
+
### Added
|
|
25
|
+
- Initial prototype with basic CLI command structure.
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project are documented in this file. Each release includes details about new features, improvements, bug fixes, and any breaking changes. This changelog helps users and developers track the evolution of the project and understand how different versions may impact their use of the tool.
|
|
4
|
+
|
|
5
|
+
We follow Semantic Versioning (SemVer) to indicate the nature of changes:
|
|
6
|
+
|
|
7
|
+
• MAJOR: Breaking changes that may affect compatibility.
|
|
8
|
+
• MINOR: New features or improvements that are backward compatible.
|
|
9
|
+
• PATCH: Bug fixes and minor improvements that are backward compatible.
|
|
10
|
+
|
|
11
|
+
Each section lists the changes in chronological order, with the most recent release at the top. We also include links to relevant discussions or issues when appropriate.
|
|
12
|
+
|
|
13
|
+
## [1.1.0] - 2024-11-21
|
|
14
|
+
### Added
|
|
15
|
+
- New Commands:
|
|
16
|
+
- `optikit flutter-update-version`: Update the version and build numbers for both Android and iOS, with support for automatic versioning and build number management.
|
|
17
|
+
- `optikit flutter-build-ios`: Build the Flutter iOS app for release, with support for FVM and automatic version incrementing
|
|
18
|
+
- `optikit flutter-build-ipa`: Create a release IPA for the Flutter app, with support for FVM and automatic version incrementing.
|
|
19
|
+
|
|
20
|
+
## [1.0.2]
|
|
21
|
+
- D
|
|
22
|
+
|
|
23
|
+
## [1.0.1]
|
|
24
|
+
### Added
|
|
25
|
+
- Initial prototype with basic CLI command structure.
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project are documented in this file. Each release includes details about new features, improvements, bug fixes, and any breaking changes. This changelog helps users and developers track the evolution of the project and understand how different versions may impact their use of the tool.
|
|
4
|
+
|
|
5
|
+
We follow Semantic Versioning (SemVer) to indicate the nature of changes:
|
|
6
|
+
|
|
7
|
+
• MAJOR: Breaking changes that may affect compatibility.
|
|
8
|
+
• MINOR: New features or improvements that are backward compatible.
|
|
9
|
+
• PATCH: Bug fixes and minor improvements that are backward compatible.
|
|
10
|
+
|
|
11
|
+
Each section lists the changes in chronological order, with the most recent release at the top. We also include links to relevant discussions or issues when appropriate.
|
|
12
|
+
|
|
13
|
+
## [1.1.0] - 2024-11-21
|
|
14
|
+
### Added
|
|
15
|
+
- New Commands:
|
|
16
|
+
- `optikit flutter-update-version`: Update the version and build numbers for both Android and iOS, with support for automatic versioning and build number management.
|
|
17
|
+
- `optikit flutter-build-ios`: Build the Flutter iOS app for release, with support for FVM and automatic version incrementing
|
|
18
|
+
- `optikit flutter-build-ipa`: Create a release IPA for the Flutter app, with support for FVM and automatic version incrementing.
|
|
19
|
+
|
|
20
|
+
## [1.0.2]
|
|
21
|
+
-
|
|
22
|
+
|
|
23
|
+
## [1.0.1]
|
|
24
|
+
### Added
|
|
25
|
+
- Initial prototype with basic CLI command structure.
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project are documented in this file. Each release includes details about new features, improvements, bug fixes, and any breaking changes. This changelog helps users and developers track the evolution of the project and understand how different versions may impact their use of the tool.
|
|
4
|
+
|
|
5
|
+
We follow Semantic Versioning (SemVer) to indicate the nature of changes:
|
|
6
|
+
|
|
7
|
+
• MAJOR: Breaking changes that may affect compatibility.
|
|
8
|
+
• MINOR: New features or improvements that are backward compatible.
|
|
9
|
+
• PATCH: Bug fixes and minor improvements that are backward compatible.
|
|
10
|
+
|
|
11
|
+
Each section lists the changes in chronological order, with the most recent release at the top. We also include links to relevant discussions or issues when appropriate.
|
|
12
|
+
|
|
13
|
+
## [1.1.0] - 2024-11-21
|
|
14
|
+
### Added
|
|
15
|
+
- New Commands:
|
|
16
|
+
- `optikit flutter-update-version`: Update the version and build numbers for both Android and iOS, with support for automatic versioning and build number management.
|
|
17
|
+
- `optikit flutter-build-ios`: Build the Flutter iOS app for release, with support for FVM and automatic version incrementing
|
|
18
|
+
- `optikit flutter-build-ipa`: Create a release IPA for the Flutter app, with support for FVM and automatic version incrementing.
|
|
19
|
+
|
|
20
|
+
## [1.0.2]
|
|
21
|
+
- Up
|
|
22
|
+
|
|
23
|
+
## [1.0.1]
|
|
24
|
+
### Added
|
|
25
|
+
- Initial prototype with basic CLI command structure.
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project are documented in this file. Each release includes details about new features, improvements, bug fixes, and any breaking changes. This changelog helps users and developers track the evolution of the project and understand how different versions may impact their use of the tool.
|
|
4
|
+
|
|
5
|
+
We follow Semantic Versioning (SemVer) to indicate the nature of changes:
|
|
6
|
+
|
|
7
|
+
• MAJOR: Breaking changes that may affect compatibility.
|
|
8
|
+
• MINOR: New features or improvements that are backward compatible.
|
|
9
|
+
• PATCH: Bug fixes and minor improvements that are backward compatible.
|
|
10
|
+
|
|
11
|
+
Each section lists the changes in chronological order, with the most recent release at the top. We also include links to relevant discussions or issues when appropriate.
|
|
12
|
+
|
|
13
|
+
## [1.1.0] - 2024-11-21
|
|
14
|
+
### Added
|
|
15
|
+
- New Commands:
|
|
16
|
+
- `optikit flutter-update-version`: Update the version and build numbers for both Android and iOS, with support for automatic versioning and build number management.
|
|
17
|
+
- `optikit flutter-build-ios`: Build the Flutter iOS app for release, with support for FVM and automatic version incrementing
|
|
18
|
+
- `optikit flutter-build-ipa`: Create a release IPA for the Flutter app, with support for FVM and automatic version incrementing.
|
|
19
|
+
|
|
20
|
+
## [1.0.2]
|
|
21
|
+
- Updated the README.md file with new sections and content.
|
|
22
|
+
|
|
23
|
+
## [1.0.1]
|
|
24
|
+
### Added
|
|
25
|
+
- Initial prototype with basic CLI command structure.
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project are documented in this file. Each release includes details about new features, improvements, bug fixes, and any breaking changes. This changelog helps users and developers track the evolution of the project and understand how different versions may impact their use of the tool.
|
|
4
|
+
|
|
5
|
+
We follow Semantic Versioning (SemVer) to indicate the nature of changes:
|
|
6
|
+
|
|
7
|
+
• MAJOR: Breaking changes that may affect compatibility.
|
|
8
|
+
• MINOR: New features or improvements that are backward compatible.
|
|
9
|
+
• PATCH: Bug fixes and minor improvements that are backward compatible.
|
|
10
|
+
|
|
11
|
+
Each section lists the changes in chronological order, with the most recent release at the top. We also include links to relevant discussions or issues when appropriate.
|
|
12
|
+
|
|
13
|
+
## [1.1.0] - 2024-11-21
|
|
14
|
+
### Added
|
|
15
|
+
- New Commands:
|
|
16
|
+
- `optikit flutter-update-version`: Update the version and build numbers for both Android and iOS, with support for automatic versioning and build number management.
|
|
17
|
+
- `optikit flutter-build-ios`: Build the Flutter iOS app for release, with support for FVM and automatic version incrementing
|
|
18
|
+
- `optikit flutter-build-ipa`: Create a release IPA for the Flutter app, with support for FVM and automatic version incrementing.
|
|
19
|
+
|
|
20
|
+
## [1.0.2]
|
|
21
|
+
###
|
|
22
|
+
|
|
23
|
+
## [1.0.1]
|
|
24
|
+
### Added
|
|
25
|
+
- Initial prototype with basic CLI command structure.
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project are documented in this file. Each release includes details about new features, improvements, bug fixes, and any breaking changes. This changelog helps users and developers track the evolution of the project and understand how different versions may impact their use of the tool.
|
|
4
|
+
|
|
5
|
+
We follow Semantic Versioning (SemVer) to indicate the nature of changes:
|
|
6
|
+
|
|
7
|
+
• MAJOR: Breaking changes that may affect compatibility.
|
|
8
|
+
• MINOR: New features or improvements that are backward compatible.
|
|
9
|
+
• PATCH: Bug fixes and minor improvements that are backward compatible.
|
|
10
|
+
|
|
11
|
+
Each section lists the changes in chronological order, with the most recent release at the top. We also include links to relevant discussions or issues when appropriate.
|
|
12
|
+
|
|
13
|
+
## [1.1.0] - 2024-11-21
|
|
14
|
+
### Added
|
|
15
|
+
- New Commands:
|
|
16
|
+
- `optikit flutter-update-version`: Update the version and build numbers for both Android and iOS, with support for automatic versioning and build number management.
|
|
17
|
+
- `optikit flutter-build-ios`: Build the Flutter iOS app for release, with support for FVM and automatic version incrementing
|
|
18
|
+
- `optikit flutter-build-ipa`: Create a release IPA for the Flutter app, with support for FVM and automatic version incrementing.
|
|
19
|
+
|
|
20
|
+
## [1.0.2]
|
|
21
|
+
### Added
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## [1.0.1]
|
|
25
|
+
### Added
|
|
26
|
+
- Initial prototype with basic CLI command structure.
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project are documented in this file. Each release includes details about new features, improvements, bug fixes, and any breaking changes. This changelog helps users and developers track the evolution of the project and understand how different versions may impact their use of the tool.
|
|
4
|
+
|
|
5
|
+
We follow Semantic Versioning (SemVer) to indicate the nature of changes:
|
|
6
|
+
|
|
7
|
+
• MAJOR: Breaking changes that may affect compatibility.
|
|
8
|
+
• MINOR: New features or improvements that are backward compatible.
|
|
9
|
+
• PATCH: Bug fixes and minor improvements that are backward compatible.
|
|
10
|
+
|
|
11
|
+
Each section lists the changes in chronological order, with the most recent release at the top. We also include links to relevant discussions or issues when appropriate.
|
|
12
|
+
|
|
13
|
+
## [1.1.0] - 2024-11-21
|
|
14
|
+
### Added
|
|
15
|
+
- New Commands:
|
|
16
|
+
- `optikit flutter-update-version`: Update the version and build numbers for both Android and iOS, with support for automatic versioning and build number management.
|
|
17
|
+
- `optikit flutter-build-ios`: Build the Flutter iOS app for release, with support for FVM and automatic version incrementing
|
|
18
|
+
- `optikit flutter-build-ipa`: Create a release IPA for the Flutter app, with support for FVM and automatic version incrementing.
|
|
19
|
+
|
|
20
|
+
## [1.0.2]
|
|
21
|
+
### Added
|
|
22
|
+
- E
|
|
23
|
+
|
|
24
|
+
## [1.0.1]
|
|
25
|
+
### Added
|
|
26
|
+
- Initial prototype with basic CLI command structure.
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project are documented in this file. Each release includes details about new features, improvements, bug fixes, and any breaking changes. This changelog helps users and developers track the evolution of the project and understand how different versions may impact their use of the tool.
|
|
4
|
+
|
|
5
|
+
We follow Semantic Versioning (SemVer) to indicate the nature of changes:
|
|
6
|
+
|
|
7
|
+
• MAJOR: Breaking changes that may affect compatibility.
|
|
8
|
+
• MINOR: New features or improvements that are backward compatible.
|
|
9
|
+
• PATCH: Bug fixes and minor improvements that are backward compatible.
|
|
10
|
+
|
|
11
|
+
Each section lists the changes in chronological order, with the most recent release at the top. We also include links to relevant discussions or issues when appropriate.
|
|
12
|
+
|
|
13
|
+
## [1.1.0] - 2024-11-21
|
|
14
|
+
### Added
|
|
15
|
+
- New Commands:
|
|
16
|
+
- `optikit flutter-update-version`: Update the version and build numbers for both Android and iOS, with support for automatic versioning and build number management.
|
|
17
|
+
- `optikit flutter-build-ios`: Build the Flutter iOS app for release, with support for FVM and automatic version incrementing
|
|
18
|
+
- `optikit flutter-build-ipa`: Create a release IPA for the Flutter app, with support for FVM and automatic version incrementing.
|
|
19
|
+
|
|
20
|
+
## [1.0.2]
|
|
21
|
+
### Added
|
|
22
|
+
- Enhanced error handling and improved error messages for better troubleshooting.
|
|
23
|
+
|
|
24
|
+
## [1.0.1]
|
|
25
|
+
### Added
|
|
26
|
+
- Initial prototype with basic CLI command structure.
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project are documented in this file. Each release includes details about new features, improvements, bug fixes, and any breaking changes. This changelog helps users and developers track the evolution of the project and understand how different versions may impact their use of the tool.
|
|
4
|
+
|
|
5
|
+
We follow Semantic Versioning (SemVer) to indicate the nature of changes:
|
|
6
|
+
|
|
7
|
+
• MAJOR: Breaking changes that may affect compatibility.
|
|
8
|
+
• MINOR: New features or improvements that are backward compatible.
|
|
9
|
+
• PATCH: Bug fixes and minor improvements that are backward compatible.
|
|
10
|
+
|
|
11
|
+
Each section lists the changes in chronological order, with the most recent release at the top. We also include links to relevant discussions or issues when appropriate.
|
|
12
|
+
|
|
13
|
+
## [1.1.0] - 2024-11-21
|
|
14
|
+
### E
|
|
15
|
+
- New Commands:
|
|
16
|
+
- `optikit flutter-update-version`: Update the version and build numbers for both Android and iOS, with support for automatic versioning and build number management.
|
|
17
|
+
- `optikit flutter-build-ios`: Build the Flutter iOS app for release, with support for FVM and automatic version incrementing
|
|
18
|
+
- `optikit flutter-build-ipa`: Create a release IPA for the Flutter app, with support for FVM and automatic version incrementing.
|
|
19
|
+
|
|
20
|
+
## [1.0.2]
|
|
21
|
+
### Added
|
|
22
|
+
- Enhanced error handling and improved error messages for better troubleshooting.
|
|
23
|
+
|
|
24
|
+
## [1.0.1]
|
|
25
|
+
### Added
|
|
26
|
+
- Initial prototype with basic CLI command structure.
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project are documented in this file. Each release includes details about new features, improvements, bug fixes, and any breaking changes. This changelog helps users and developers track the evolution of the project and understand how different versions may impact their use of the tool.
|
|
4
|
+
|
|
5
|
+
We follow Semantic Versioning (SemVer) to indicate the nature of changes:
|
|
6
|
+
|
|
7
|
+
• MAJOR: Breaking changes that may affect compatibility.
|
|
8
|
+
• MINOR: New features or improvements that are backward compatible.
|
|
9
|
+
• PATCH: Bug fixes and minor improvements that are backward compatible.
|
|
10
|
+
|
|
11
|
+
Each section lists the changes in chronological order, with the most recent release at the top. We also include links to relevant discussions or issues when appropriate.
|
|
12
|
+
|
|
13
|
+
## [1.1.0] - 2024-11-21
|
|
14
|
+
### Enhanced
|
|
15
|
+
- New Commands:
|
|
16
|
+
- `optikit flutter-update-version`: Update the version and build numbers for both Android and iOS, with support for automatic versioning and build number management.
|
|
17
|
+
- `optikit flutter-build-ios`: Build the Flutter iOS app for release, with support for FVM and automatic version incrementing
|
|
18
|
+
- `optikit flutter-build-ipa`: Create a release IPA for the Flutter app, with support for FVM and automatic version incrementing.
|
|
19
|
+
|
|
20
|
+
## [1.0.2]
|
|
21
|
+
### Added
|
|
22
|
+
- Enhanced error handling and improved error messages for better troubleshooting.
|
|
23
|
+
|
|
24
|
+
## [1.0.1]
|
|
25
|
+
### Added
|
|
26
|
+
- Initial prototype with basic CLI command structure.
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project are documented in this file. Each release includes details about new features, improvements, bug fixes, and any breaking changes. This changelog helps users and developers track the evolution of the project and understand how different versions may impact their use of the tool.
|
|
4
|
+
|
|
5
|
+
We follow Semantic Versioning (SemVer) to indicate the nature of changes:
|
|
6
|
+
|
|
7
|
+
• MAJOR: Breaking changes that may affect compatibility.
|
|
8
|
+
• MINOR: New features or improvements that are backward compatible.
|
|
9
|
+
• PATCH: Bug fixes and minor improvements that are backward compatible.
|
|
10
|
+
|
|
11
|
+
Each section lists the changes in chronological order, with the most recent release at the top. We also include links to relevant discussions or issues when appropriate.
|
|
12
|
+
|
|
13
|
+
## [1.1.0] - 2024-11-21
|
|
14
|
+
### Enhanced
|
|
15
|
+
- New Commands:
|
|
16
|
+
- `optikit flutter-update-version`: Update the version and build numbers for both Android and iOS, with support for automatic versioning and build number management.
|
|
17
|
+
- `optikit flutter-build-ios`: Build the Flutter iOS app for release, with support for FVM and automatic version incrementing
|
|
18
|
+
- `optikit flutter-build-ipa`: Create a release IPA for the Flutter app, with support for FVM and automatic version incrementing.
|
|
19
|
+
|
|
20
|
+
## [1.0.2]
|
|
21
|
+
### Enhanced
|
|
22
|
+
- Enhanced error handling and improved error messages for better troubleshooting.
|
|
23
|
+
|
|
24
|
+
## [1.0.1]
|
|
25
|
+
### Added
|
|
26
|
+
- Initial prototype with basic CLI command structure.
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project are documented in this file. Each release includes details about new features, improvements, bug fixes, and any breaking changes. This changelog helps users and developers track the evolution of the project and understand how different versions may impact their use of the tool.
|
|
4
|
+
|
|
5
|
+
We follow Semantic Versioning (SemVer) to indicate the nature of changes:
|
|
6
|
+
|
|
7
|
+
• MAJOR: Breaking changes that may affect compatibility.
|
|
8
|
+
• MINOR: New features or improvements that are backward compatible.
|
|
9
|
+
• PATCH: Bug fixes and minor improvements that are backward compatible.
|
|
10
|
+
|
|
11
|
+
Each section lists the changes in chronological order, with the most recent release at the top. We also include links to relevant discussions or issues when appropriate.
|
|
12
|
+
|
|
13
|
+
## [1.1.0] - 2024-11-21
|
|
14
|
+
### Enhanced
|
|
15
|
+
- New Commands:
|
|
16
|
+
- `optikit flutter-update-version`: Update the version and build numbers for both Android and iOS, with support for automatic versioning and build number management.
|
|
17
|
+
- `optikit flutter-build-ios`: Build the Flutter iOS app for release, with support for FVM and automatic version incrementing
|
|
18
|
+
- `optikit flutter-build-ipa`: Create a release IPA for the Flutter app, with support for FVM and automatic version incrementing.
|
|
19
|
+
|
|
20
|
+
## [1.0.2]
|
|
21
|
+
### Enhanced
|
|
22
|
+
-
|
|
23
|
+
|
|
24
|
+
## [1.0.1]
|
|
25
|
+
### Added
|
|
26
|
+
- Initial prototype with basic CLI command structure.
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project are documented in this file. Each release includes details about new features, improvements, bug fixes, and any breaking changes. This changelog helps users and developers track the evolution of the project and understand how different versions may impact their use of the tool.
|
|
4
|
+
|
|
5
|
+
We follow Semantic Versioning (SemVer) to indicate the nature of changes:
|
|
6
|
+
|
|
7
|
+
• MAJOR: Breaking changes that may affect compatibility.
|
|
8
|
+
• MINOR: New features or improvements that are backward compatible.
|
|
9
|
+
• PATCH: Bug fixes and minor improvements that are backward compatible.
|
|
10
|
+
|
|
11
|
+
Each section lists the changes in chronological order, with the most recent release at the top. We also include links to relevant discussions or issues when appropriate.
|
|
12
|
+
|
|
13
|
+
## [1.1.0] - 2024-11-21
|
|
14
|
+
### Enhanced
|
|
15
|
+
- New Commands:
|
|
16
|
+
- `optikit flutter-update-version`: Update the version and build numbers for both Android and iOS, with support for automatic versioning and build number management.
|
|
17
|
+
- `optikit flutter-build-ios`: Build the Flutter iOS app for release, with support for FVM and automatic version incrementing
|
|
18
|
+
- `optikit flutter-build-ipa`: Create a release IPA for the Flutter app, with support for FVM and automatic version incrementing.
|
|
19
|
+
|
|
20
|
+
## [1.0.2]
|
|
21
|
+
### Enhanced
|
|
22
|
+
- Improved error handling and messaging for better user experience.
|
|
23
|
+
|
|
24
|
+
## [1.0.1]
|
|
25
|
+
### Added
|
|
26
|
+
- Initial prototype with basic CLI command structure.
|