Explorar o código

Remove duplicate changelog

David Lee hai 1 ano
pai
achega
a3787e2ab7
Modificáronse 3 ficheiros con 12 adicións e 36 borrados
  1. 1 1
      application.fam
  2. 0 26
      changelog.md
  3. 11 9
      docs/changelog.md

+ 1 - 1
application.fam

@@ -11,7 +11,7 @@ App(
     order=10,
     fap_icon="icons/color_guess_10px.png",
     fap_icon_assets="icons",
-    fap_version="1.5",
+    fap_version="1.6",
     fap_category="Games",
     fap_author="Leedave",
     fap_description="Color Guessing Game",

+ 0 - 26
changelog.md

@@ -1,26 +0,0 @@
-## v1.6
-- Reducing code
-
-## v1.5
-- Additional Memory Management fixes by Willy-JL
-- Redraw Issue fixed by Willy-JL
-- Added GNU License
-- Added version number
-
-## v1.4
-- Compatibility for FW above 0.99.0
-- Fix for Value changing on success screen
-
-## v1.3
-- Fixed minor memory leak in storage
-
-## v1.2
-- Updated Application for Flipper Zero 0.95.0-rc
-
-## v1.1
-
-Added GFX to start screen
-
-## v1.0
-
-First release to Application Catalog

+ 11 - 9
docs/changelog.md

@@ -1,24 +1,26 @@
-## 1.6
+## v1.6
 - Reducing code
+- Removal of deprecated view dispatcher queue
 
-## 1.5
+## v1.5
 - Additional Memory Management fixes by Willy-JL
 - Redraw Issue fixed by Willy-JL
 - Added GNU License
 - Added version number
 
-## 1.4
-- Prevent value changing on win view
-- Fix issues with FW build 0.99.x
+## v1.4
+- Compatibility for FW above 0.99.0
+- Fix for Value changing on success screen
 
-## 1.3
-- Patched Memory Leak in storage
+## v1.3
+- Fixed minor memory leak in storage
 
 ## v1.2
-- Updated compatibility to 0.95.0-rc
+- Updated Application for Flipper Zero 0.95.0-rc
 
 ## v1.1
-- Updated Launch Screen GFX
+
+Added GFX to start screen
 
 ## v1.0