Skip to content

Latest commit

 

History

History
146 lines (86 loc) · 7.86 KB

CHANGELOG.md

File metadata and controls

146 lines (86 loc) · 7.86 KB

🎉 2.2.2 (2020-01-20)

🐛 Bug Fixes

  • picgo-server upload clipboard file's result bug (4ebd76f)
  • releaseUrl may can't get latest version (ee46ab1)

🎉 2.2.1 (2020-01-09)

✨ Features

  • add alias for plugin config name (5a06483)
  • add aliyun oss options (a33f1ad), closes #347
  • server: add http server for uploading images by a http request (c56d4ef)
  • add server config settings (6b57cf7)
  • only shows visible pic-beds (9d4d605), closes #310

🐛 Bug Fixes

  • decrease title-bar z-index when config-form dialog shows (f2750e1)
  • website: website pictures error (a5b6526)
  • add new tray icon for macOS dark-mode (c5adf3b), closes #267
  • beforeOpen handler in windows (cd30a6c)
  • busApi event register first && emit later (e1a0cbb)
  • enum type error (4e3fa28)
  • handle empty request-body (81e6acb)
  • launch error in new structrue (bc8e641)
  • miniWindow minimize bug (5f2b7c7)
  • plugin config-form && default plugin logo (514fc40)
  • release script (b4f10c6)
  • removeById handler error (c4f0a30), closes #382
  • rename page not work (29a55ed)
  • save debug mode && PICGO_ENV into config file (c6ead5b)
  • server may never start (73870a5)
  • settingPage && miniPage style in windows (3fd9572)

📝 Documentation

🎉 2.2.0 (2020-01-01)

✨ Features

  • add alias for plugin config name (5a06483)
  • add aliyun oss options (a33f1ad), closes #347
  • server: add http server for uploading images by a http request (c56d4ef)
  • add server config settings (6b57cf7)
  • only shows visible pic-beds (9d4d605), closes #310

🐛 Bug Fixes

  • beforeOpen handler in windows (cd30a6c)
  • website: website pictures error (a5b6526)
  • add new tray icon for macOS dark-mode (c5adf3b), closes #267
  • busApi event register first && emit later (e1a0cbb)
  • decrease title-bar z-index when config-form dialog shows (f2750e1)
  • enum type error (4e3fa28)
  • handle empty request-body (81e6acb)
  • launch error in new structrue (bc8e641)
  • plugin config-form && default plugin logo (514fc40)
  • release script (b4f10c6)
  • rename page not work (29a55ed)
  • save debug mode && PICGO_ENV into config file (c6ead5b)
  • settingPage && miniPage style in windows (3fd9572)

📝 Documentation

🎉 2.1.2 (2019-04-19)

✨ Features

🐛 Bug Fixes

🎉 2.1.1 (2019-04-16)

🐛 Bug Fixes

  • upload-area can't upload images (4000cea)

🎉 2.1.0 (2019-04-15)

✨ Features

  • add commandline argvs support for picgo app (6db86ec)
  • add gui-api for remove event (407b821), closes #201
  • add windows context menu (e5fbe75)
  • add workflow for mac (7f17697)
  • support commandline -> upload images in clipboard (74c7016)

🐛 Bug Fixes

  • qiniu area option from select group -> input (c64959a), closes #230

📝 Documentation

📦 Chore