Skip to content

Releases: acegoal07/FlipperZero_NFC_Playlist

v2.7

09 Oct 13:53
0067feb
Compare
Choose a tag to compare

What's Changed

  • Refactor rename/new without threads by @Willy-JL
  • Updates Credits within the settings

Full Changelog: v2.6...v2.7

v2.6

22 Sep 19:14
425ca73
Compare
Choose a tag to compare

What's Changed

  • Allow delay up to 12s by @xtruan
  • Adds an error for a playlist already existing when renaming or creating a new playlist
  • Adds detection for duplicate NFC items when using the built in add tool which then gives the option to choose another NFC item or add it anyway
  • Adds a screen to view playlist content which shows only if your playlist is empty stating that your playlist is empty
  • Changed how view playlist content, add NFC items and move nfc items combines the playlist items
  • Make some variables static
  • Formats all the files
  • Changes the readme a bit

Full Changelog: v2.5...v2.6

v2.5

22 Aug 11:36
cb6e15d
Compare
Choose a tag to compare

What's Changed:

  • Adds new move NFC item in playlist editor that allows you to rearrange your playlist from within the app
  • Improves some of the playlist editor functions
  • Removes deprecated function
  • Updates readme
  • Changes some behavior within the app
  • Changes some variable names

Full Changelog: v2.4...v2.5

v2.4

04 Aug 21:13
ec4a738
Compare
Choose a tag to compare

What's Changed:

  • Changes how blank lines are handled in emulation
  • Improves the detection of file types in emulation fixing an issue with it sometimes returning an error when it shouldn't
  • Changes some error messages to give more information

Full Changelog: v2.3...v2.4

v2.3

16 Jun 14:05
773e4bf
Compare
Choose a tag to compare

What's Changed:

  • Gives the app a new icon for both playlists and the app
  • Moves all icons used into assets
  • Improves the rename function further using path functions to get all the relative information
  • Improves delay settings being used in emulation to make it so its not constantly counting the lines to determine whether or not to delay
  • Renames some scenes
  • Moves around some free functions to free the memory after it is no longer needed instead of waiting for the function to end

Full Changelog: v2.2...v2.3

v2.2

03 Jun 09:26
29da8eb
Compare
Choose a tag to compare

What's Changed:

  • Fixes both rename and create playlist viewport lockup error
  • Changes how information about the playlists file is grabbed by using system functions
  • Renames some system variables so they make more sense
  • Renames some scenes so they make more sense

Full Changelog: v2.0...v2.2

v2.0

20 May 15:17
9f7dd64
Compare
Choose a tag to compare

What's Changed:

  • Fixes bus fault in rename function

Full Changelog: v1.9...v2.0

v1.9

20 May 10:18
c33455d
Compare
Choose a tag to compare

What's Changed:

  • Improves the detection of blank lines which helps to prevent errors
  • Changes how view playlist content and add NFC item works in edit playlist
  • Adds remove NFC item to edit playlist
  • Fixes free which was causing a crash if used

Full Changelog: v1.8...v1.9

v1.8

19 May 01:03
530fc9f
Compare
Choose a tag to compare

What's Changed:

  • Makes it so you can now see and edit the previous name when renaming the playlist
  • Adds skip error setting allowing you to hide and ignore error messages when emulating
  • Switches the place of the missing file and wrong file type errors so you now see the wrong file type error even if the file doesn't exist
  • Changes a little bit of the rename function to use less code and functions
  • Updates readme

Full Changelog: v1.7...v1.8

v1.7

12 Apr 20:42
e8c40d8
Compare
Choose a tag to compare

What's Changed:

  • Changes how the scene manager handles scenes making development easier and the size of the app smaller
  • Fixes the view dispatcher
  • Adds Add NFC Item to edit playlist which allows you to add NFC items to the end of selected playlists
  • Adds View Playlist Content which opens the playlist and allows you to see the text of the file viewing the items in the playlist
  • Adds Create Playlist which allows you to create a new playlist on the spot
  • Fixes a spelling mistake in the files
  • Renames a lot of the scenes to make them make more sense
  • Fixes support for the Momentum firmware

Full Changelog: v1.6...v1.7