Skip to content

Releases: gee1k/uPic

v0.15.3

25 Dec 06:18
Compare
Choose a tag to compare
  • 修复: 自定义图床上传时崩溃。
  • 改进: 菜单栏中的上传菜单项显示其全局快捷键。
  • 改进: 优化上传历史记录储存方式和缩略图大小。
  • 优化: 删除保存路径改版的 workaround 代码。
  • 改进: 其他的一些小问题优化。

  • Fixed: Custom host crashes on upload.
  • Improved: The upload menu item in the menu bar shows its global shortcuts.
  • Improved: Optimize upload history storage and thumbnail size.
  • Improved: Removed workaround code for save path revision.
  • Improved: Optimization of other minor issues.

v0.15.2

21 Dec 06:33
Compare
Choose a tag to compare
  • 更新:阿里云、腾讯云区域信息。 fixes #60
  • 改进:阿里云、腾讯云区域管理的代码逻辑。
  • 改进:Finder 中右键上传方式修改为 URL Scheme 方式。支持在 uPic 未开启状态下,自动开启 APP 并上传。 fixes #59
  • 修改:图床配置中验证按钮的文字

⚠️ 更新完请重启一下 Finder (按住 option 右键 Dock 栏选择重新启动),以让 Finder 右键上传功能被重新加载。


  • Update: Aliyun and Tencent Cloud region. fixes #60
  • Improved: Alibaba Cloud and Tencent Cloud area management code logic.
  • Improved: Finder context menu upload is invoked by URL Scheme. When uPic is not started, it can automatically apply and upload. fixes #59
  • Fixed: host verification label.

⚠️ After the update, please restart the Finder (hold the option right-click Dock bar and select restart), so that the Finder right-click upload function is reloaded.

v0.15.1

12 Dec 09:28
Compare
Choose a tag to compare

✨ New

  • 自定义图床配置中的 Header、Body 值均支持变量语法。
  • 添加图床配置一键测试上传功能

✨ New

  • Add support for variables for custom host Header and Body property values
  • Add test host configuration upload button

v0.15.0

06 Dec 17:04
Compare
Choose a tag to compare

✨ New

  • 正式支持 PNG 压缩。
  • Github 图床配置添加默认 CDN 选项。(默认使用 jsdelivr)

🎨 Improved

  • 优化改进图床配置界面及代码逻辑。
  • 优化程序自启动实现方案,采用 LoginItem 方法实现。在系统设置中可见。 (感谢 L1cardo)
  • 安装包体积更小了

✨ New

  • Add PNG compression support.
  • Github host adds default CDN options. (jsdelivr is used by default)

🎨 Improved

  • Improved host configuration interface and code.
  • Improve the implementation method of self-starting by using LoginItem. Visible in system settings. (Thanks to L1cardo)
  • The installer is smaller

v0.14.2

02 Dec 05:20
Compare
Choose a tag to compare

New

  • 新增上传历史配置功能。(感谢 L1cardo)

Improved

  • 过长文件名可滚动展示。(感谢 nlnlnull)
  • 解决历史记录计时器重复调用的 Bug。(感谢 nlnlnull)
  • 优化滑动时的展示&消失逻辑。(感谢 nlnlnull)

New

  • Add history record configuration. (Thanks to L1cardo)

Improved

  • Overly long file names can be scrolled. (Thanks to nlnlnull)
  • Addresses a bug where history timers are repeatedly called. (Thanks to nlnlnull)
  • Optimize the display & disappear logic when sliding. (Thanks to nlnlnull)

v0.14.1 Release

26 Nov 08:26
Compare
Choose a tag to compare

🐛 Bugs

  • 修复上传完成后返回的 URL 为空时会导致上传历史功能崩溃的问题
  • 修复历史记录计时器重复调用的问题

🎨 Optimize

  • 优化滑动时的展示&消失逻辑
  • 文件名过长可滚动展示

🐛 Bugs

  • Fixed upload history crash when the file URL is empty after a successful upload.
  • Fixed the bug that the history timer is called repeatedly.

🎨 Optimize

  • Optimize the display & disappear logic when sliding.
  • The filename is too long to scroll.

v0.14.0 Release

24 Nov 04:36
Compare
Choose a tag to compare

✨ Features

  • 上传历史功能全新改版。感谢@nlnnull@L1cardo

    由于此功能改动较大,之前的上传历史将无法保留。请悉知


✨ Features

  • A new revision of the upload history feature. thank@nlnnull@L1cardo

    Due to the large changes in this feature, the previous upload history will not be retained.

V0.13.0 Release

19 Nov 09:17
Compare
Choose a tag to compare

✨ New Feature

  • 支持百度云 BOS

🐛 Bugs

  • 修复 smms 图床在某些情况下压缩上传会失败的问题
  • 修复域名、文件夹配置时多配置了/时会无法访问的问题

✨ New Feature

  • Support Baidu Cloud BOS

🐛 Bugs

  • Fixed an issue where the smms graph bed would fail to upload in some cases.
  • Fixed an issue where domain and folder configuration could be accessed when / was configured.

V0.12.4 Release

31 Oct 08:19
Compare
Choose a tag to compare

🐛 Bugs

  • 修复weibo上传报错 403 的问题
  • 修复切换系统主题后 Finder 中的图标不能及时调整颜色

🎨 Optimize

  • 调整配置界面帮助按钮的位置
  • 调整通知权限请求时机
  • 优化上传历史图片预览效果

🐛 Bugs

  • Fix the problem of weibo upload error 403
  • Fix After switching the system theme, the icons in the Finder cannot adjust the color in time.

🎨 Optimize

  • Adjust the position of the configuration interface help button
  • Adjust notification permission request timing
  • Optimize upload history image preview

v0.12.3 Release

20 Oct 07:36
Compare
Choose a tag to compare

🎨 Optimize

  • 优化本地化(多语言)@L1cardo

🐛 Bugs

  • 修复配置界面帮助按钮被裁剪的bug
  • 修复上传历史中URL包含中文以及特殊字符的无法预览的问题

🎨 Optimize

  • Optimized localization (multiple languages) @L1cardo

🐛 Bugs

  • Fixed a bug where the configuration interface help button was cropped
  • Fixed an issue where the URL in the upload history contained Chinese and special characters could not be previewed