Skip to content

Commit

Permalink
change icons & update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cnwangjie committed Aug 30, 2018
1 parent a81b92e commit 312f1f3
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
### v1.3.0 8/XX/2018

- feat: better onetab sync server (it is provided by a self-hosted server, with unlimited storage space, allow authorize with google / github account now) !IMPORTANT
- change: some icons changed
- change: add a gitter link
- feat: allow set list color just need to click the tabs label
- change: new logo

### v1.2.1 8/13/2018

- fix: context menus click handler won't be called

### v1.2.0 8/12/2018

- fix: some problem left over last version
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ Build your own from following steps:
0. Click LOAD UNPACKED button and select ./dist path
0. Build (use `yarn build` command)

### Especially thanks

Thanks for [@Yasujizr](https://github.com/Yasujizr) helped this project design new logo and banners.

### License

MIT LICENSE
3 changes: 3 additions & 0 deletions src/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -292,5 +292,8 @@
},
"ui_unauth": {
"message": "unauthorized"
},
"ui_beta_warn": {
"message": "This is a feature in the test, if you find any problem please send me a feedback."
}
}
3 changes: 3 additions & 0 deletions src/_locales/zh_CN/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -283,5 +283,8 @@
},
"ui_unauth": {
"message": "未授权"
},
"ui_beta_warn": {
"message": "这是一个测试中的功能,如果遇到了任何问题请向我反馈。"
}
}
Binary file modified src/assets/icons/icon_128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/icons/icon_16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/icons/icon_48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion src/page/Options.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,13 @@
<v-list>
<v-list-tile>
<v-list-tile-content>

<v-subheader>
Sync <v-chip outline color="red" small>BETA</v-chip>
Sync
<v-tooltip top>
<v-chip slot="activator" outline color="red" small>BETA</v-chip>
<span>{{ __('ui_beta_warn') }}</span>
</v-tooltip>
</v-subheader>
</v-list-tile-content>
<v-list-tile-action>
Expand Down

0 comments on commit 312f1f3

Please sign in to comment.