From 1743686d8400762e727fc29e6abb6d02ab592b3e Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Wed, 30 Jul 2014 09:25:40 -0700 Subject: [PATCH] Updated changelog and gitignore. --- .gitignore | 1 + changelog.txt | 9 +++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 4b26396b..588aee54 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *.sublime-workspace node_modules build/ +sftp-config.json diff --git a/changelog.txt b/changelog.txt index 70efa878..8c4c773c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,14 +1,15 @@ OPENSEADRAGON CHANGELOG ======================= -1.1.2: (in progress) +1.2.0: (in progress) +* New combined IIIF TileSource for 1.0 through 2.0 (#441) + * BREAKING CHANGE: Removed IIIF1_1TileSource (now that IIIFTileSource supports all versions) +* Allowed TileSources to have dynamic tileSize via source.getTileSize(level) (#441) + * DEPRECATION: Use .getTileSize(level) instead of .tileSize * Fix for IIPServer-style urls when using DZI (#413) * Fix memory leak while destroying the viewer (#421) * Added fitBoundsWithConstraints() to the viewport (#423) -* New combined IIIF TileSource for 1.0 through 2.0 (#441) -* Allowed TileSources to have dynamic tileSize via source.getTileSize(level) (#441) - 1.1.1: