mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-21 20:56:09 +03:00
Added changelog.txt
This commit is contained in:
parent
557927e4c0
commit
f792af9eb9
@ -149,6 +149,8 @@ module.exports = function(grunt) {
|
|||||||
grunt.file.recurse("images", function(abspath, rootdir, subdir, filename) {
|
grunt.file.recurse("images", function(abspath, rootdir, subdir, filename) {
|
||||||
grunt.file.copy(abspath, "build/openseadragon/images/" + (subdir || "") + filename);
|
grunt.file.copy(abspath, "build/openseadragon/images/" + (subdir || "") + filename);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
grunt.file.copy("changelog.txt", "build/changelog.txt");
|
||||||
});
|
});
|
||||||
|
|
||||||
// ----------
|
// ----------
|
||||||
|
23
changelog.txt
Normal file
23
changelog.txt
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
OPENSEADRAGON CHANGELOG
|
||||||
|
=======================
|
||||||
|
|
||||||
|
|
||||||
|
0.9.124:
|
||||||
|
|
||||||
|
* Performance enhancements.
|
||||||
|
|
||||||
|
|
||||||
|
0.9.123:
|
||||||
|
|
||||||
|
* Real fullscreen support.
|
||||||
|
|
||||||
|
|
||||||
|
0.9.122:
|
||||||
|
|
||||||
|
* Performance enhancements.
|
||||||
|
|
||||||
|
|
||||||
|
0.9.121:
|
||||||
|
|
||||||
|
* Touch pan now works on Android.
|
||||||
|
* Pinch zoom is better on all devices.
|
Loading…
Reference in New Issue
Block a user