Skip to content

Commit

Permalink
Merge branch 'dev-1.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
xiandanin committed Jan 9, 2019
2 parents 6e3d174 + 76031ad commit db09314
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,11 @@

##### *如果迁移失败,不要卸载插件,不要清除数据,先导出Json文件备份,提[issue](https://github.com/dengyuhan/github-tags/issues/new)告诉我


## 更新说明
地址栏输入`chrome://extensions`进入到扩展程序页面,点“更新”即可

<img src="screenshot/update.png" width = 500/>

### 参考项目
[Git-Remarks](https://github.com/hoythan/Git-Remarks)
2 changes: 1 addition & 1 deletion javascript/github/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ var _create_search_list_dom = function (keyword) {
var _bind_project_remarks = function () {
var project, projects, project_name, i;

var repositories = document.getElementsByClassName('text-uppercase')
var repositories = document.getElementsByClassName('h6 text-uppercase')
if (repositories !== null && repositories.length > 0) {
var details = repositories[0].parentNode.getElementsByTagName("details")
_create_search_dom(details[0])
Expand Down
2 changes: 1 addition & 1 deletion javascript/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var btn_edit_id = "btn-edit-appid";
var old_version_id = "div-old-version";
var show_stars_tags = "show-stars-tags";

var current_version = "1.0.9"
var current_version = "1.1.0"

window.onload = function () {
chrome.storage.sync.get("is_migrate", function (rsp) {
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "GithubTags",
"version": "1.0.9",
"version": "1.1.0",
"description": "给Github项目添加标签,支持按标签搜索,支持数据云同步",
"manifest_version": 2,
"icons": {
Expand Down
Binary file added screenshot/update.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion update.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"1.0.9","message":"增加了更新提示","link":"https://chrome.google.com/webstore/detail/githubtags/jfppflnlpiekbiglfgiajddmkiglapog"}
{"version":"1.1.0","message":"兼容最新版Github","link":"https://github.com/dengyuhan/github-tags#%E5%8F%82%E8%80%83%E9%A1%B9%E7%9B%AE"}

0 comments on commit db09314

Please sign in to comment.