فهرست منبع

adjust manifest and changelog

Oliver Fabel 1 سال پیش
والد
کامیت
6fb4ace99d
2فایلهای تغییر یافته به همراه14 افزوده شده و 3 حذف شده
  1. 12 1
      CHANGELOG.md
  2. 2 2
      application.fam

+ 12 - 1
CHANGELOG.md

@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [1.0.0] - 2024-08-22
+
+### Added
+
+* Publish script for the [application catalog](https://github.com/flipperdevices/flipper-application-catalog)
+
+### Changed
+
+* Application ID is now `upython`
+
 ## [0.5.0-beta.1] - 2024-08-04
 
 ### Added
@@ -62,7 +72,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 * Basic build setup
 * Minimal working example
 
-[Unreleased]: https://github.com/ofabel/mp-flipper/compare/v0.5.0-beta.1...HEAD
+[Unreleased]: https://github.com/ofabel/mp-flipper/compare/v1.0.0...HEAD
+[1.0.0]: https://github.com/ofabel/mp-flipper/compare/v0.5.0-beta.1...v1.0.0
 [0.5.0-beta.1]: https://github.com/ofabel/mp-flipper/compare/v0.4.0-beta.1...v0.5.0-beta.1
 [0.4.0-beta.1]: https://github.com/ofabel/mp-flipper/compare/v0.3.0-alpha.1...v0.4.0-beta.1
 [0.3.0-alpha.1]: https://github.com/ofabel/mp-flipper/compare/v0.2.0-alpha.1...v0.3.0-alpha.1

+ 2 - 2
application.fam

@@ -5,8 +5,8 @@ App(
     entry_point="upython",
     stack_size=4 * 1024,
     fap_category="Tools",
-    fap_version="0.5",
-    fap_description="compile and execute MicroPython scripts",
+    fap_version="1.0",
+    fap_description="Compile and execute MicroPython scripts",
     fap_icon="icon.png",
     fap_author="Oliver Fabel",
     fap_file_assets="examples",