Skip to content

Commit f85dc16

Browse files
committed
update changelog, rm unused var from clock
1 parent 7c7ac07 commit f85dc16

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/CODEOWNERS

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @xMasterX

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
### New changes
2-
* PR: Allow running apps from Archive app (also allows adding them to Favourites) (PR 72 by RogueMaster) (new icon by @Svaarich)
2+
* PR: RFID Fuzzer - support for HIDProx, update for UI (PR #74 by mvanzanten) (xMasterX -> time between cards set to 6)
3+
* Fix NFC User dict (list) crash, now it displays only first 200 elements for large lists
4+
* Fix SubGHz transmitter GUI button
5+
* Fix SubGHz Magellen protocol GUI
6+
* Fix null pointer dereference crash in Archive -> Info in root folder (+ fix long path names display)
7+
* OFW: SubGHz: Adding checks for get_upload functions
38

49
#### **DFU files no longer included in releases to avoid issues with wrong manual installation of assets - use .tgz file with qFlipper, or install automatically via web updater or use microSD update package**
510

applications/main/clock_app/clock_settings.h

-1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,4 @@ typedef enum {
3333
typedef struct {
3434
TimeFormat time_format;
3535
DateFormat date_format;
36-
uint8_t increment_precision;
3736
} ClockSettings;

0 commit comments

Comments
 (0)