Skip to content

Latest commit

 

History

History
104 lines (66 loc) · 2.53 KB

CHANGELOG.md

File metadata and controls

104 lines (66 loc) · 2.53 KB

Changelog

1.2.2 (2022/12/23)

  • Fix about rendering Unicode characters

1.2.1 (2022/12/12)

  • Update PDF.js to 3.1.81-legacy
  • Restore scroll position during reload (#136)
  • Run under remote development (#100)

Thank you

  • @kfigiela Run extension locally when using remote development #100
  • @Daniel-Atanasov fix: Fix scroll location and flickering during reload #136

1.2.0 (2021/12/15)

  • Allow pdf viewer to work in an untrusted workspace (#102)
  • Bump version of PDF.js to Stable (v2.10.377) (#120)

Bug fixes

  • Support Unicode in PDF by passing the right cMapUrl to pdf.js (#116)
  • Preserve the current page number and zoom level on reload (#121)

Thank you

  • @lramos15 Added settings about untrusted workspaces. #102
  • @aifreedom Fixed bug about Unicode charactors. #116
  • @simon446 Bump pdf.js version. #120
  • @zamzterz Fixed to preserve page number and scale on reload. #121

1.1.0 (2020/07/13)

  • The issue about extension view is resolved.
    • Remove message shown on loaded.
  • Support default viewer settings
    • cursor (hand or tool)
    • scale (auto, page-actual, etc...)
    • sidebar (hide or show)
    • scrollMode (vertical, horizontal or wrapped)
    • spreadMode (none, odd or even)

1.0.0 (2020/06/18)

0.6.0 (2020/04/10)

  • Support auto reload (#52)
  • Migrate vscode-extension packages

Thank you

  • @GeorchW Implemented auto-refresh ( #11 ) #52

0.5.0 (2019/02/25)

  • Recovery for working even VSCode 1.31.x.
  • Avoid nested <iframe>.

0.4.3 (2018/11/28)

  • Recovery for working even VSCode 1.30.0.

0.4.2 (2018/11/28)

0.4.0 (2018/11/9)

0.3.0 (2018/6/6)

  • Upgrade PDF.js to 1.9.426 (#23)

Thank you

  • @Kampfgnom bump to pdf.js version #23

0.2.0 (2017/1/12)

  • Fixed displaying on linux (#5)
  • Be able to open PDF from context menu in explorer now (#6)

Thank you

  • @serl support for context menu in explorer #6

0.1.0 (2016/11/30)

  • Add extension icon.
  • Use all PDF.js Pre-built files.

0.0.2 (2016/11/24)

  • consistent file icon

0.0.1 (2016/10/25)

  • Initial release.