You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
easy_flipper_dialog("FlipperHTTP Error", "Ensure your WiFi Developer\nBoard or Pico W is connected\nand the latest FlipperHTTP\nfirmware is installed.");
Copy file name to clipboardExpand all lines: assets/CHANGELOG.md
+20-15Lines changed: 20 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,50 +1,55 @@
1
+
## 0.8.1 (2025-04-09)
2
+
- Improved memory allocation, saving 26 KB.
3
+
- Added auto-updating (currently uses the catalog API).
4
+
- Major code refactoring.
5
+
1
6
## 0.8 (2025-04-05)
2
7
- Improved memory allocation.
3
8
- Added multiplayer support.
4
-
- Updated the default vibration/sound settings.
9
+
- Updated the default settings for vibration and sound.
5
10
6
11
## 0.7 (2025-03-21)
7
12
- Sped up player movement.
8
-
- Added a Tutorial mode.
9
-
- Fixed transition of worlds.
13
+
- Added tutorial mode.
14
+
- Fixed issues with transitioning between worlds.
10
15
11
16
## 0.6.1 (2025-03-15)
12
-
- Switched the server backend to prepare for multiplayer in version 0.8.
17
+
- Switched the server backend in preparation for multiplayer features introduced in version 0.8.
13
18
14
19
## 0.6 (2025-03-10)
15
-
- Fixed saving of player attributes so that it works as intended.
16
-
- Updated the player's level and strength as XP increases.
20
+
- Fixed saving of player attributes to ensure they are stored as intended.
21
+
- Updated the player's level and strength progression with XP increases.
17
22
- Started implementing multiplayer (requires FlipperHTTP v1.7).
18
23
- Fixed the display of user stats when switching worlds.
19
24
20
25
## 0.5 (2025-01-31)
21
-
- Fixed saving errors.
26
+
- Fixed errors with saving.
22
27
- Improved memory allocation.
23
28
- Added NPCs.
24
29
25
30
## 0.4 (2025-01-23)
26
-
- Added an In-Game menu.
27
-
- Added new controls (HOLD OK to access the In-Game menu, PRESS BACK to exit the menu, and HOLD BACK to leave the game).
28
-
- Added option to choose player's weapon in the Game Settings.
29
-
- Added transition icon for switching worlds.
31
+
- Added an in-game menu.
32
+
- Added new controls: hold OK to access the in-game menu, press BACK to exit the menu, and hold BACK to exit the game.
33
+
- Added an option to choose the player's weapon in the game settings.
34
+
- Added a transition icon for switching worlds.
30
35
- Doubled the size of each world (from 384x192 to 768x384).
31
36
- Improved memory allocation.
32
37
33
38
## 0.3 (2025-01-14)
34
39
- Added new worlds.
35
40
- Improved memory allocation.
36
-
- Updated API integration to load and save player attributes.
41
+
- Updated API integration for loading and saving player attributes.
37
42
- Upgraded FlipperHTTP to the latest version.
38
43
39
44
## 0.2 (2025-01-02)
40
-
- Added support for the Video Game Module (requires a FlipperHTTP flash).
45
+
- Added support for the Video Game Module (requires FlipperHTTP flash).
41
46
- Introduced various enemy types to enhance gameplay.
42
47
- Added features for player health, XP, level, health regeneration, attack, and strength.
43
48
- Implemented vibration, sound, and LED notifications when a player is attacking or being attacked.
44
-
- Displayed the player's username above their character and showed the player's health, XP, and level in the bottomleft corner of the screen at all times.
49
+
- Displayed the player's username above the character and continuously showed health, XP, and level in the bottom-left corner of the screen.
45
50
- Updated all game icons for improved visual appeal.
46
51
- Upgraded to the latest version of the FlipperHTTP library.
47
-
- Revised toggles in the Game Settings to ensure they work as intended.
52
+
- Revised toggles in the game settings to ensure they work as intended.
48
53
- Improved collision mechanics for more accurate interactions.
49
54
- Updated the default icon representing the player's character.
0 commit comments