Skip to content

Releases: tlienart/Franklin.jl

v0.7.0

13 Apr 09:03
5eaac6e
Compare
Choose a tag to compare

Franklin v0.7.0

Read the summary of news: here

0.6.16

  • fixes a <br> in rss generator PR #436

0.6.15

  • fixes an issue with --- #432 and PR #434
  • adds support for dates locale #433 (creds to @lucasvreis)

0.6.13

  • fixes error when the last line of a code block is a comment (issue #427, PR #428)

0.6.11 and then 0.6.12

  • add possibility to call templating blocks {{...}} from markdown and shortcut {{var}} to fill. (essentially PR #422 then fixed with PR #423 and PR #425 ...)

0.6.10

  • allow templating blocks to be called from markdown and allows {{var}} as a shortcut for {{fill var}} (issue #355 PR #422 )

0.6.9

  • scope issue with page variables and *.html files (#412 and PR #413)
  • adds aliases for isdef and isnotdef, now valid: isdef, ifdef, isnotdef, ifnotdef, isndef, ifndef (issue #406 and PR #414)
  • for loop in templating now allow unpacking an iterate #416
  • locvar and globvar return nothing rather than error if fed with a non-existing variable (creds: @fredrikekre )

0.6.8

  • properly setting fd_rpath for .html source pages so that if they use {{ispage ...}} it works as expected.

0.6.7

  • fix how the 404.[md|html] is treated (issue #395)
  • add the clear option to optimize to add on the github action so that everything is re-done from scratch on github actions by default.

0.6.6

  • bug fix with PCRE error on Windows (issue #396 , PR #397)

0.6.5

  • fix anchors on local page to avoid reload (#382, PR #383)
  • add an ignore var to ignore files and folders (#376, PR #383)
  • fix an issue with relative paths (#377, PR #383)
  • adds a global var div_content to name the content div (#374 and PR #375)
  • fix type constraints with page vars (#381 and PR #383)

0.6.4

  • multiline definitions, proper use of Meta.parse and template for loop PR #370 and issues #363 and #337

0.6.3

  • fixes an issue with code block name parsing (the regex was not general enough) (PR #367)
  • fixes an issue with error display when a file is not found in a command like \textoutput (this is an error introduced during the package renaming process but seems to be fixed now) it used to show a cryptic UndefVarError: λ not defined (PR #367)

0.6.2

  • Fixes a bug with code eval when using ; to avoid output and using @showall some cells would not show due to a poorly placed return shortcut. (issue #365, PR #366)

v0.6.17

05 Apr 19:02
28b17c0
Compare
Choose a tag to compare

Franklin v0.6.17

Diff since v0.6.16

Closed issues:

  • [RFC] GitHub actions (#390)
  • Deployment error: process '/usr/bin/rsync' failed with exit code 23 (#438)
  • Issue with Katex + Unicode + \newcommand (#439)

Merged pull requests:

v0.6.16

30 Mar 21:03
5679853
Compare
Choose a tag to compare

Franklin v0.6.16

Diff since v0.6.15

Merged pull requests:

v0.6.15

28 Mar 17:03
Compare
Choose a tag to compare

Franklin v0.6.15

Diff since v0.6.14

Closed issues:

  • Footnote becomes H2 (#432)

Merged pull requests:

v0.6.14

25 Mar 13:03
fc6f4ab
Compare
Choose a tag to compare

Franklin v0.6.14

Diff since v0.6.13

Closed issues:

  • Special character in footnote tags (#430)

Merged pull requests:

v0.6.13

25 Mar 11:03
a0e2032
Compare
Choose a tag to compare

Franklin v0.6.13

Diff since v0.6.12

Closed issues:

  • Using Interact with Franklin? (#426)
  • "type Nothing has no field args" if last line of code block is a comment (#427)

Merged pull requests:

v0.6.12

23 Mar 10:03
43bbc9b
Compare
Choose a tag to compare

Franklin v0.6.12

Diff since v0.6.11

Closed issues:

  • Possible LaTex parsing error? (#424)

Merged pull requests:

v0.6.11

22 Mar 20:38
0baf730
Compare
Choose a tag to compare

Franklin v0.6.11

Diff since v0.6.10

Merged pull requests:

v0.6.10

22 Mar 15:03
Compare
Choose a tag to compare

Franklin v0.6.10

Diff since v0.6.9

Closed issues:

  • Allow {{ var }} as short for {{ fill var }} (#355)
  • Add a {{ with page }} in templating (#417)

Merged pull requests:

v0.6.9

19 Mar 12:04
1caa099
Compare
Choose a tag to compare

Franklin v0.6.9

Diff since v0.6.8

Closed issues:

  • Improve GitHub deployment (#379)
  • Link to the website in the footer instead of the github page for Franklin (#385)
  • Rename isdef/isnotdef to ifdef/ifndef? (#406)
  • Static content (#410)
  • Variable scope leaking (#412)

Merged pull requests: