From f85dc1675d380c15f9d1dbe3d5b84dbfac5ff705 Mon Sep 17 00:00:00 2001 From: MX <10697207+xMasterX@users.noreply.github.com> Date: Wed, 21 Sep 2022 01:00:56 +0300 Subject: [PATCH] update changelog, rm unused var from clock --- .github/CODEOWNERS | 1 + CHANGELOG.md | 7 ++++++- applications/main/clock_app/clock_settings.h | 1 - 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..59ab7a1d8 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @xMasterX \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 589729286..16d072373 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ### New changes -* PR: Allow running apps from Archive app (also allows adding them to Favourites) (PR 72 by RogueMaster) (new icon by @Svaarich) +* PR: RFID Fuzzer - support for HIDProx, update for UI (PR #74 by mvanzanten) (xMasterX -> time between cards set to 6) +* Fix NFC User dict (list) crash, now it displays only first 200 elements for large lists +* Fix SubGHz transmitter GUI button +* Fix SubGHz Magellen protocol GUI +* Fix null pointer dereference crash in Archive -> Info in root folder (+ fix long path names display) +* OFW: SubGHz: Adding checks for get_upload functions #### **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** diff --git a/applications/main/clock_app/clock_settings.h b/applications/main/clock_app/clock_settings.h index d05f986ef..b2970f659 100644 --- a/applications/main/clock_app/clock_settings.h +++ b/applications/main/clock_app/clock_settings.h @@ -33,5 +33,4 @@ typedef enum { typedef struct { TimeFormat time_format; DateFormat date_format; - uint8_t increment_precision; } ClockSettings; \ No newline at end of file