Skip to content

Releases: tanghoong/phpchatblock

Friendly reading enhancement

11 Oct 02:15
Compare
Choose a tag to compare

Adding features:

  • Allow output without tags
  • Allow embed image/mp3/youtube for different casts.
  • Adding random color for headless casts
  • Allow change main casts color

Enhance:

  • Fix CSS bug & remove blocks margin, padding
  • Fix Reset chatheader bug
  • Fix Toggle rawscript error

Editor in concept (Alpha)

03 Sep 20:07
Compare
Choose a tag to compare

This version are allow to "Fork Script" and send to editor.php
Editor should allow to edit the script lines, bunch of button tools & preview panel.
Still in study build tools and draft.

Major FIx

03 Sep 16:41
Compare
Choose a tag to compare
  • Reverse lines and setting position
  • default narrator ['Narrator','narrator','系统','旁白'];
  • default colon [':',':'];
  • replace --- with ADVANCE
  • custom setBreakPoint('I_LOVE_EMANYAN')
  • setting template
  • Allow @, # in string
  • Added rawscript (will toggle use site class)
  • Fix p, h1-h6 container
  • Allow adjust head size
  • Show once header if the lines belongs to same person
  • Allow show unformatted line as warning messages (only works when single colon as index)
  • Allow export as json
  • showCasts()

Minor fix

31 Aug 13:59
Compare
Choose a tag to compare

Rrevert the render() for output.
Fix some css issue.

Fixing & Adding fromat

31 Aug 10:13
25a0f73
Compare
Choose a tag to compare
  • rename css file to chatblock.css
  • adding chatblock.js
  • H1-H6 tag
  • p tag
  • Fix narrator display
  • Conversation index (default as #)
  • minimal format (now can run without the characters settings)
  • linebreak
  • Directly wrote as paragraph will be ignore. (php error free)
  • adding 'rawscript#' for display the raw data before parse.
  • setColon() fixed
  • setNarrator() fixed
  • Colon array (default as #)
  • Narrator array (default as narrator)
  • stater template
  • dev tutorial (with sample)

0.1.6

30 Aug 16:07
Compare
Choose a tag to compare

Fixing font size issue.

Lower the requirement of PHP version to 7.1

30 Aug 15:31
Compare
Choose a tag to compare
0.1.5

lower the PHP version to 7.1

Fix CSS with a scope

30 Aug 15:20
Compare
Choose a tag to compare
0.0.4

Fix CSS with a scope

Moving CSS file to src folder

30 Aug 15:01
Compare
Choose a tag to compare

Better way to manage the resources

Fix namespace incorrect issue

30 Aug 14:40
Compare
Choose a tag to compare
0.0.2

Fix namespace incorrect