Skip to content

Releases: ChrisMBarr/LyricConverter

v3.3.4

05 Oct 14:16
Compare
Choose a tag to compare

Updated ChordPro.js to latest & updated a bunch of misc dependencies

v3.3.3

05 Oct 14:15
Compare
Choose a tag to compare

Updated ProPresenterParser to latest to fix a bug with how it generated PP6 files and how a Mac would read the RTF data

v3.3.2

23 Jun 21:57
Compare
Choose a tag to compare

What's Changed

No functionality changes, just updating to use Angular 18 from version 17

Full Changelog: v3.3.1...v3.3.2

v3.3.1

14 Jun 22:14
Compare
Choose a tag to compare

A few package updates, but mostly for OpenLyrics parser 1.1.6 support so it won't crash when a song has only 1 tag. Thanks to @sethjeffery for that fix!

Full Changelog: v3.3.0...v3.3.1

v3.3.0

27 May 15:24
Compare
Choose a tag to compare

Fully addresses #58 for full import and export support for MediaShout 7 files!

Full Changelog: v3.2.0...v3.3.0

v3.2.0

19 May 23:16
Compare
Choose a tag to compare

Now supports MediaShout 7 (and possibly other versions?) as a new file input type! LyricConverter can now read these files and convert the song to any supported Output type.

MediaShout files can be multiple songs, or even an entire library of songs, this is also supported. This means you can import a single file with hundreds of songs, and download a .zip file with all of those songs as individual files in the specified format!

Full Changelog: v3.1.8...v3.2.0

v3.1.8

04 May 16:08
Compare
Choose a tag to compare

Full Changelog: v3.1.7...v3.1.8

v3.1.7

09 Nov 20:46
Compare
Choose a tag to compare

Updating to Angular v17 and using the new control flow syntax

v3.1.6

03 Sep 21:02
Compare
Choose a tag to compare

Better SongShow Plus file parsing

This now uses the new version of the SongShowPlus-parser which can finally correctly and fully parse SongShow Plus 7 files! These files are now correctly handled as binary files, which means LyricConverter needed some rewiring to allow for binary file content to be collected as an ArrayBuffer along with the standard string file content. Now any input file type can have access to either one it needs.

Easier unit testing

Now the unit tests can directly read the files in the test/sample-files directly instead of needing those mock files that saved file contents as string variables. This saves a lot of code/file duplication.

Minor style updates

Importing some new ESLint rules dealing with code style that I've begun to use on other projects. This helps keeps things organized.

v3.1.5

07 Aug 12:45
Compare
Choose a tag to compare

Fixes formatting issue with OpenLyrics XML output files. The source of this was with fast-xml-parser's new 4.2.7 release which addresses issue #585