Skip to content

Commit

Permalink
v3.5.6 released
Browse files Browse the repository at this point in the history
  • Loading branch information
LiuLang committed Oct 24, 2014
1 parent eb1eaf5 commit 1dcaa71
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 21 deletions.
10 changes: 10 additions & 0 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
v3.5.6 - 2014.10.24
* Feature: add navigation button to path box; https://github.com/LiuLang/bcloud/pull/74, https://github.com/LiuLang/bcloud/pull/80
* Feature: support drag and drop in IconWindow
* Feature: save view mode in IconWindow
* Feature: show avatar
* Fixed: show default app_info in popup menu
* Fixed: failed to load bcloud/bcloud.png; https://github.com/LiuLang/bcloud/pull/78
* Fixed: TypeError: unknown type(null) in DownloadPage
* i18n updated

v3.5.5 - 2014.10.17
* Change url request timeout from 30s to 50s
* Change log level from DEBUG to INFO
Expand Down
21 changes: 1 addition & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,30 +25,11 @@ bcloud 是[百度网盘](http://pan.baidu.com)的Linux桌面客户端.
服务器的连接授权, 然后使用bcloud/pcs.py调用相应的网盘接口.


自动安装
安装
=======
请用户直接到 [bcloud-packages](https://github.com/LiuLang/bcloud-packages)
下载发行版相对应的安装包, 比如deb, rpm等..

手动安装
========
如果需要手动安装的话, 也可以用`pip3`(ArchLinux里面是`pip`)来安装,
比如: `# pip3 install bcloud`

但要确保已经安装了以下依赖包:

* python3-gi Gtk3 的 python3 绑定, Fedora里面的名称是python3-gobject.
* gir1.2-gtk-3.0, gtk3界面的gir动态绑定.
* gnome-icon-theme-symbolic Gnome3 提供的一套按钮图标.
* python3-keyring 这个模块是推荐安装的, 用于把帐户的密码存放到gnome-keyring或
kwallet里面.
* gnome-keyring或者kwalletmanager, 用于托管用户密码
* python3-dbus dbus的python3绑定.
* python3-lxml 强大的XML解析器, 可以在[这里](https://pypi.python.org/pypi/lxml)下载.
* python3-cssselect CSS3 属性选择器, 在[这里](https://pypi.python.org/pypi/cssselect).
* python3-crypto 使用RSA算法加密用户密码.
* gir1.2-notify 这个用于显示桌面消息通知.

Q&A
===
1.为什么bcloud不支持本地与远程服务器同步?
Expand Down
2 changes: 1 addition & 1 deletion bcloud/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Use of this source code is governed by GPLv3 license that can be found
# in http://www.gnu.org/licenses/gpl-3.0.html

__version__ = '3.5.5'
__version__ = '3.5.6'

0 comments on commit 1dcaa71

Please sign in to comment.