Skip to content

Latest commit

 

History

History
622 lines (235 loc) · 15.3 KB

CHANGELOG.md

File metadata and controls

622 lines (235 loc) · 15.3 KB

🎉 1.5.7 (2024-07-16)

🐛 Bug Fixes

  • tencent cos url encode bug (8572c1c)

🎉 1.5.6 (2023-09-06)

🐛 Bug Fixes

🎉 1.5.5 (2023-08-26)

✨ Features

🎉 1.5.4 (2023-07-08)

✨ Features

  • change proxy\registry -> npmProxy (9bedce3)

🎉 1.5.3 (2023-05-07)

✨ Features

  • update encodeOutputURL behavior (82347ff)

🎉 1.5.2 (2023-05-07)

🐛 Bug Fixes

🎉 1.5.1 (2023-04-09)

✨ Features

  • add mime-types for some uploaders (fb59681)
  • add settings.encodeOutputURL options for URL encode (2b9c791)

🐛 Bug Fixes

  • smms error message is an object (527d19e)
  • tencent cos UA bug (cb64d84)

🎉 1.5.0 (2022-11-13)

🎉 1.5.0-alpha.17 (2022-11-13)

✨ Features

🐛 Bug Fixes

  • some case will cause proxy not work (6272303)

🎉 1.5.0-alpha.16 (2022-11-09)

🐛 Bug Fixes

  • upyun url-options is not required (9736a11)

🎉 1.5.0-alpha.15 (2022-10-24)

🐛 Bug Fixes

  • tencent cos url encode bug (eafb70f)

🎉 1.5.0-alpha.14 (2022-10-24)

🐛 Bug Fixes

🎉 1.5.0-alpha.13 (2022-10-19)

🐛 Bug Fixes

📦 Chore

  • create oldRequest types (749359a)

🎉 1.5.0-alpha.12 (2022-10-14)

🐛 Bug Fixes

🎉 1.5.0-alpha.11 (2022-10-13)

🎉 1.5.0-alpha.10 (2022-09-25)

✨ Features

🐛 Bug Fixes

  • some texts in zh-TW (#136) (907e6c9)
  • url image download bug & tencent cos url encode bug (53d54f8)

🎉 1.5.0-alpha.9 (2022-09-03)

✨ Features

  • finish request -> axios (b89cf1e)

🐛 Bug Fixes

  • qiniu error msg can't show (0e4661b)
  • sm.ms backupDomain message text (45424d1)
  • when request-options resolveWithFullResponse is false bug (eb8217a)

🎉 1.5.0-alpha.8 (2022-08-27)

✨ Features

  • add backupDomain for sm.ms (c6d54f1)
  • add debug logger type (4342268)
  • add picgo.use for easily using plugin (c0107f1)

🐛 Bug Fixes

  • sometime tencent-cloud error message is empty (6355e1b)

🎉 1.5.0-alpha.7 (2022-08-20)

✨ Features

🐛 Bug Fixes

  • aliyun content-type -> Content-Type (a649fcc)

🎉 1.5.0-alpha.6 (2022-08-17)

🐛 Bug Fixes

  • tencent cos upload error (61df53a)

🎉 1.5.0-alpha.5 (2022-07-31)

✨ Features

  • add log file size limit (158be01)
  • change inner db to @picgo/store (0e90af3)

🐛 Bug Fixes

🎉 1.5.0-alpha.4 (2022-05-26)

✨ Features

  • add userAgent for tencent cloud COS (acac59a)

🎉 1.5.0-alpha.3 (2022-04-04)

🐛 Bug Fixes

  • picgo-gui clipboard image uploading error (1302f76)

🎉 1.5.0-alpha.2 (2022-04-03)

✨ Features

🐛 Bug Fixes

🎉 1.5.0-alpha.1 (2022-03-08)

✨ Features

🐛 Bug Fixes

📦 Chore

  • add alpha branch for alpha version (6882022), closes #106

🎉 1.5.0-alpha.0 (2021-10-26)

📦 Chore

  • build: migrate to esbuild and change export assignment to esm export (#102) (2a6cd18)

🎉 1.4.26 (2021-08-23)

🐛 Bug Fixes

  • engine bug in package.json (1c65144)

🎉 1.4.25 (2021-08-21)

🐛 Bug Fixes

  • handle clipboard file path error (ff4ec86), closes #97
  • error: throw error when transform failed (#96) (57fce75)
  • clipboard path contains space (#95) (d2b73c1)

🎉 1.4.24 (2021-08-01)

✨ Features

  • uploaded now can be modified since picgo will not use this value (b6a8b58)

🎉 1.4.23 (2021-07-27)

🐛 Bug Fixes

  • cases when clipboard of wsl contain image file (#91) (adfc55e)

📦 Chore

  • add github actions for publishing (caae80e)

🎉 1.4.22 (2021-07-27)

✨ Features

  • smms: smms now supports image without token (#89) (456b81c)
  • add support for clipboard in wsl (#87) (3e230de)

🎉 1.4.21 (2021-05-09)

🐛 Bug Fixes

  • output empty after uploading when using isolate context (79c228b)

🎉 1.4.20 (2021-05-09)

✨ Features

  • add createContext for each upload process (ecde023)

📦 Chore

🎉 1.4.19 (2021-04-04)

✨ Features

  • add current uploader && transformer log (67b2bb1)
  • limit some of config's capabilities (f901505)

🎉 1.4.18 (2021-03-06)

🐛 Bug Fixes

  • unregister plugin delete pluginMap (85228d8)

🎉 1.4.17 (2021-02-09)

🐛 Bug Fixes

  • type: type error in index.d.ts (f617658), closes #69

🎉 1.4.16 (2021-02-08)

✨ Features

  • add proxy & registry options for pluginHandler (b10b963)
  • dynamic proxy getter with ctx.Request.request (687805f), closes #64
  • supporting install specific version of plugin (35e15b0)

🎉 1.4.15 (2021-01-24)

✨ Features

  • add local plugin install/uninstall/update support & imporve plugin name handler (f8ec464)

🎉 1.4.14 (2020-12-19)

🐛 Bug Fixes

🎉 1.4.13 (2020-12-19)

✨ Features

  • new addPlugin api for node projects (5a18432)

🐛 Bug Fixes

  • type: some type error (233a6ca)
  • pluginLoader can't get the full plugin list (83535b9), closes #60

🎉 1.4.12 (2020-11-04)

🐛 Bug Fixes

  • let tcyun error info more detail (ddf645f)
  • not encode before uploading an image with url (c0aee32)
  • qiniu error handler (de94212)

🎉 1.4.11 (2020-07-12)

🐛 Bug Fixes

  • initailize db function error (df7d526)

🎉 1.4.10 (2020-06-28)

🐛 Bug Fixes

🎉 1.4.9 (2020-06-27)

✨ Features

  • add plugin running && error logs (6adc070)
  • transformer: add fallback to support more image formats such as HEIC (0f5d2a9), closes #13

🐛 Bug Fixes

  • multiline logs format (444a42f)
  • the issue of lost logs (daa7508)
  • the order of the uploaded list may not be the same as the order entered (2bf1ed9), closes #40
  • unregisterPlugin's bug (966bfd8)

📦 Chore

  • add vscode workspace settings & migrate tslint to eslint (50a4842)

🎉 1.4.8 (2020-04-04)

🐛 Bug Fixes

  • encode url before finishing (7a6b39c)
  • return true if decodeURI throw error to avoid crash (d09d77a)
  • win10 cmd crash bug when "picgo upload" (#35) (deec252)

🎉 1.4.7 (2020-03-07)

✨ Features

📝 Documentation

🎉 1.4.6 (2020-02-23)

🐛 Bug Fixes

  • auto generate a local png bug (c54ac67)

🎉 1.4.5 (2020-02-23)

✨ Features

  • add upload image from URL support (0d87342)

📦 Chore

  • travis-ci deploy option (a2a89cd)

🎉 1.4.4 (2019-12-30)

🐛 Bug Fixes

🎉 1.4.3 (2019-12-27)

✨ Features

  • add aliyun optionUrl option (0a3bdea)

🎉 1.4.2 (2019-12-26)

🐛 Bug Fixes

🎉 1.4.1 (2019-12-26)

🎉 1.4.0 (2019-12-26)

✨ Features

  • add config methods && pluginHandler to ctx (f9bb9fb)
  • plugin: passing environment variables (50467c7)

🐛 Bug Fixes

📦 Chore

  • types: added typings field to export type inform… (#23) (8bb16e7)

🎉 1.3.7 (2019-05-12)

🐛 Bug Fixes

  • clipboard: clipboard image getter error in macOS (8314604)

🎉 1.3.6 (2019-04-20)

🐛 Bug Fixes

  • clipboard image upload under win10 (48b72ed)

🎉 1.3.5 (2019-04-15)

🐛 Bug Fixes

  • writing log sometimes disappeared (d36c0ae)

📦 Chore