Skip to content

Commit

Permalink
Prep for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetroff committed Aug 21, 2019
1 parent 0734cd8 commit 5e2e9c1
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.2
2.5.3
24 changes: 24 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@ Changelog
=========


Changes in Pannellum 2.5.3 (2019-08-21)
---------------------------------------

Bugfixes:
- Fixed loading scenes after previous load failure
- Fixed regression that caused auto-rotation to stop after one revolution
- Fixed behavior of `multiResMinHfov` to match documentation;
default multi-resolution `minHfov` behavior now matches pre-v2.5

Improvements:
- Added optional `scale` parameter to scale hot spots while zooming
- Improved recovery from failed scene loading

API improvements:
- Added optional pitch argument to `startAutoRotate`

Other:
- Added Journal of Open Source Software (JOSS) manuscript
- Numerous documentation improvements per JOSS review (thanks @vsoch and @Fil)
- Improved continuous integration and automated testing support
- Clarified `generate.py` error messages
- Added Dockerfile for `generate.py`


Changes in Pannellum 2.5.2 (2019-07-13)
---------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pannellum",
"description": "Pannellum is a lightweight, free, and open source panorama viewer for the web.",
"version": "2.5.2",
"version": "2.5.3",
"bugs": {
"url": "https://github.com/mpetroff/pannellum/issues"
},
Expand Down

0 comments on commit 5e2e9c1

Please sign in to comment.