Skip to content

Commit

Permalink
MOD: update version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joeshang committed Jun 17, 2020
1 parent 3d28559 commit 48f8fb8
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 7 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# CHANGELOG

## 1.3.0

### Features

* Support click author/project/branch
* Support patchset range when click change
* Block reviewer notification when reviewer is in blacklist

* 支持点击头像、项目、分支,跳转到 Gerrit 的 Author/Project/Branch 页面
* 支持点击 Review 时,指定上次 Review 距离现在的 PatchSet 范围
* 当某个用户在黑名单中,禁掉其在其他 Review 上的 Score 或 Comment 通知

## 1.2.0

### Features
Expand Down
4 changes: 4 additions & 0 deletions GerritJarvis.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -712,6 +712,7 @@
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 4;
DEVELOPMENT_TEAM = "";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -722,6 +723,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.3.0;
PRODUCT_BUNDLE_IDENTIFIER = com.joeshang.GerritJarvis;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -737,6 +739,7 @@
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 4;
DEVELOPMENT_TEAM = "";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -747,6 +750,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.3.0;
PRODUCT_BUNDLE_IDENTIFIER = com.joeshang.GerritJarvis;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
4 changes: 2 additions & 2 deletions GerritJarvis/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.2.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>3</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ GerritJarvis 是一个由 Swift 语言(5.0)编写的 Mac App,主要用于
- 轻量级页面,在状态栏显示图标和新消息个数,点击后弹出列表页,访问方便
- 支持配置一些通知策略,支持一键清除红点
- UI 重新设计,参考 IM 风格,使用更现代的排版和图标
- 可以跳转到 Gerrit 的 Review/Author/Project/Branch 页面
- 支持开机启动
- 支持 Merge Trigger,合并时可以触发指定的 Bash 脚本
- 支持黑名单/白名单
- 支持点击 Review 时,指定上次 Review 距离现在的 PatchSet 范围,方便看 Diff

## 安装与使用

Expand Down Expand Up @@ -47,11 +52,6 @@ GerritJarvis 是一个由 Swift 语言(5.0)编写的 Mac App,主要用于
* 如果想知道别人给我提的 Review 的事件,需要在设置中进行配置:
* 勾选“通知新的 Incoming Review”,当别人给我提 Reivew 且我还没看过时(Review 的消息中最新的消息不是由我操作的)会收到通知

## TODO

- [x] 开机启动
- [x] Merge Trigger,合并时可以触发指定的 Bash 脚本
- [x] 支持黑名单/白名单

## 👨🏻‍💻 作者

Expand Down

0 comments on commit 48f8fb8

Please sign in to comment.