Skip to content

Publy 1.2

Compare
Choose a tag to compare
@Mangara Mangara released this 28 Jun 21:41
· 48 commits to master since this release

[1.2.1] - 2017-08-05

Fixed

  • Added missing manifest to the release JAR.

[1.2] - 2017-06-20

Bumped the target Java version to Java 8. If you have trouble running this version (or get an error including "Unsupported major.minor version 52.0"), please download the latest version of Java.

Added

  • Site minification using MiniWeb. This will result in smaller file sizes and bandwidth savings. If you really want to, you can turn it off in the Files settings tab. (Issue #227)
  • Warnings when the BibTeX contains <abbr> instead of <<abbr>>, where abbr is a valid abbreviation for Publy. This is most likely a mistake, but these were silently being included as weird HTML-tags. (Issue #244)

Changed

  • When the title is set to link to the paper, but there's no associated file, it might link to other fields such as the DOI or arXiv version instead. (Issue #188)

Fixed

  • Improved parser error messages. (Issues #241 and #242)
  • Updated the MathJax code in DefaultHeader.html. MathJax shut down their own CDN, so this is necessary for mathematics to properly render.