Skip to content

gitpic v0.21.3 — 修两个会弄坏 shell 配置的缺陷

Choose a tag to compare

@github-actions github-actions released this 05 Sep 05:47
· 4 commits to main since this release

修两个会弄坏 shell 配置的缺陷

  • 读不出来的启动文件现在拒绝写入,而不是被当成空文件覆盖掉
  • bash 的块写进 bash 真正会读的那个文件,不再凭空造出 .bash_profile.profile 挤掉

GitPic.app

GitPic-<version>-macos-arm64.dmg in this release is the macOS menu-bar
app, same version as the CLI and with that CLI embedded. Apple Silicon
only. To install it:

  1. Open the DMG and drag GitPic across to Applications.

  2. Clear the quarantine flag — this step is not optional. The app is
    ad-hoc signed and not notarised, so until you run this macOS refuses
    to open it at all:

    xattr -dr com.apple.quarantine /Applications/GitPic.app
  3. Launch it, and authorise with 设置 ▸ 图床 ▸ 使用 GitHub 登录 (or
    gitpic auth login in a terminal).

Updates after that are handled by the app itself: 检查更新 downloads the
next DMG, verifies its SHA-256 and swaps the bundle, quarantine included.
For the gitpic command in your terminal, 设置 ▸ 通用 ▸ 命令行 installs
a link to the copy inside the app, so it stays in step with every update.