File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 22 "manifest_version" : 2 ,
33 "name" : " DjVu.js Viewer" ,
44 "short_name" : " DV" ,
5- "version" : " 0.8.0 .0" ,
5+ "version" : " 0.8.1 .0" ,
66 "author" : " RussCoder" ,
77 "homepage_url" : " https://github.com/RussCoder/djvujs" ,
88 "description" : " Opens links to .djvu files. Allows opening files from a local disk. Processes <object> & <embed> tags." ,
Original file line number Diff line number Diff line change 11# DjVu.js Viewer's Changelog
22
3+ ## v.0.8.1 (11.09.2021)
4+
5+ - Fixed a bug from the previous release (the text layer couldn't be selected).
6+ - Updated Italian and Chinese translations.
7+
38## v.0.8.0 (06.09.2021)
49
510- Mobile version.
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ const Events = constant({
1717
1818export default class DjVuViewer extends EventEmitter {
1919
20- static VERSION = '0.8.0 ' ;
20+ static VERSION = '0.8.1 ' ;
2121
2222 static Events = Events ;
2323
You can’t perform that action at this time.
0 commit comments