Skip to content

Latest commit

 

History

History
303 lines (165 loc) · 14.6 KB

CHANGELOG.md

File metadata and controls

303 lines (165 loc) · 14.6 KB

🎉 2.3.0-beta.6 (2021-04-24)

✨ Features

🐛 Bug Fixes

  • add plugin install failed notice (b05139f)
  • default picBed using picBed.uploader instead of picBed.current (0a986c8)
  • dev error with install vue-devtools (a657c51), closes #653 #658
  • disable plugin need reload app (a1b70b4)
  • fix analytics value (06d40ef)
  • windows cli uploading bug (321e339), closes #657

📦 Chore

  • add main process hot reload (3fd6e4e)
  • fix eslint error notice in indent (69e1dc8)

🎉 2.3.0-beta.5 (2021-04-04)

✨ Features

  • add local plugin support && npm registry/proxy support (f0e1fa1)
  • 为Linux系统适配桌面图标栏(Tray) (#603) (0fe3ade)

🐛 Bug Fixes

  • default github placeholder (51d80a6)

📦 Chore

  • change travis-ci -> GitHub Actions (064f37d)

🎉 2.3.0-beta.4 (2020-12-19)

✨ Features

  • add global value for PicGo get GUI_VERSION & CORE_VERSION (eab014d)
  • config: auto configuration backup & fallback to avoid main process crash (32b8b97), closes #568

🐛 Bug Fixes

  • disabled plugin won't be shown in plugin page (33fdb16)
  • shortKeyConfig maybe undefined (7b5e5ef), closes #557
  • url encode before uploading by url (ce2b5cd), closes #581

📝 Documentation

🎉 2.3.0-beta.3 (2020-07-12)

🐛 Bug Fixes

🎉 2.3.0-beta.2 (2020-07-12)

✨ Features

  • add qrcode for picbeds' config (7fabc47)

🐛 Bug Fixes

  • encoding the result of picgo-server (db71139)
  • initialize db bugs (5f87018)

📝 Documentation

🎉 2.3.0-beta.1 (2020-06-28)

🐛 Bug Fixes

📝 Documentation

🎉 2.3.0-beta.0 (2020-04-30)

✨ Features

  • add autoCopy option for users to use or not (67e526f)
  • add beta-version update support (ad6acd8)
  • add smms-v2 support (3f3ea69)
  • add uploading image from URL support (a28c678)
  • finish all-select && shift multi-select (2aeca50), closes #342

🐛 Bug Fixes

  • confused port number auto increasing when opening a new PicGo app (cd70a1a)
  • correct inputbox value && remove listener (32334e9)
  • give a hint when node.js is not installed (7e86618)
  • right-click menu upload fails with PicGo open (96cdfea), closes #415
  • some win10 upload clipboard image crash (cc182b0)
  • travis-ci bug (b357dfb)
  • url uploader bug (96544f5)

📝 Documentation

📦 Chore

🎉 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