Skip to content

Releases: joshuabrown-ellation/libjass

Well that didn't work

24 May 19:20
Compare
Choose a tag to compare
add some folders (#3)

* add soft breaks to New Line logic

In our application we sometimes get substation alpha authors that put n at
the end of each line in the dialogue. Usually we would expect that they would
use N instead.  So we will add that to the conditions checked by the parse-
newLine function so that this doesn'
t cause a breaking behavior of actually printing out the literal n at
the end of each line of dialogue.

* bump version minor number

* trying to add some more files and see if browserify starts working

Trying to get the darn Browserify to work

24 May 19:17
Compare
Choose a tag to compare
add some folders (#3)

* add soft breaks to New Line logic

In our application we sometimes get substation alpha authors that put n at
the end of each line in the dialogue. Usually we would expect that they would
use N instead.  So we will add that to the conditions checked by the parse-
newLine function so that this doesn'
t cause a breaking behavior of actually printing out the literal n at
the end of each line of dialogue.

* bump version minor number

* trying to add some more files and see if browserify starts working

bumping version in the package.json

23 May 22:43
Compare
Choose a tag to compare
bump minor version number (#2)

* add soft breaks to New Line logic

In our application we sometimes get substation alpha authors that put n at
the end of each line in the dialogue. Usually we would expect that they would
use N instead.  So we will add that to the conditions checked by the parse-
newLine function so that this doesn'
t cause a breaking behavior of actually printing out the literal n at
the end of each line of dialogue.

* bump version minor number

Add soft break handling

23 May 22:35
Compare
Choose a tag to compare

Before this version, .SSA file authors that use "\n" in their dialogue will have the visible text literal "\n" in the output of the screen. Why libjass doesn't support "\n" tags might have something to do with the dismissive language of http://docs.aegisub.org/3.2/ASS_Tags/#wrapstyle when referring to the use of a soft line break.