Releases: Mangara/publy
Releases · Mangara/publy
Publy 1.4
[1.4] - 2022-04-03
Changed
- Replaced links to Bitbucket with GitHub.
- Switched to updated Google Analytics snippet, which is now inline instead of in
ga.js
.
Fixed
- The default header now loads jQuery over HTTPS instead of plain HTTP, as some browsers block resources loaded over HTTP on a HTTPS domain. This could prevent the dynamic elements (collapsible abstracts and BibTeX) from working.
Publy 1.3
Publy 1.2
[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>>
, whereabbr
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)