Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: layerssss/manager-for-upyun
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.7
Choose a base ref
...
head repository: layerssss/manager-for-upyun
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref

Commits on Aug 27, 2017

  1. Copy the full SHA
    ccdc87f View commit details

Commits on Sep 15, 2017

  1. Copy the full SHA
    832ef9a View commit details
  2. Copy the full SHA
    da7ef9c View commit details
  3. release 0.0.8

    layerssss committed Sep 15, 2017
    Copy the full SHA
    7ab79ee View commit details

Commits on Aug 27, 2019

  1. Copy the full SHA
    6bc12d8 View commit details
  2. Use yarn

    layerssss committed Aug 27, 2019
    Copy the full SHA
    0341013 View commit details
  3. Update travis GH_TOKEN

    layerssss committed Aug 27, 2019
    Copy the full SHA
    2abd8b1 View commit details
  4. Update appveyor GH_TOKEN

    layerssss committed Aug 27, 2019
    Copy the full SHA
    8c42752 View commit details
  5. Copy the full SHA
    14fdcf3 View commit details
  6. Bump version 0.0.9

    layerssss committed Aug 27, 2019
    Copy the full SHA
    f4b0abe View commit details
  7. Copy the full SHA
    1ff7f5b View commit details

Commits on Aug 28, 2019

  1. Copy the full SHA
    1a1834e View commit details
  2. Copy the full SHA
    d9e3e70 View commit details
  3. Upgrade to electron@6

    layerssss committed Aug 28, 2019
    Copy the full SHA
    68da21d View commit details
  4. Upgrade to nodejs@10

    layerssss committed Aug 28, 2019
    Copy the full SHA
    de14e62 View commit details
  5. Add changelog of 0.0.9

    layerssss committed Aug 28, 2019
    Copy the full SHA
    cd01143 View commit details

Commits on May 27, 2020

  1. nuke travis and appveyor

    layerssss committed May 27, 2020
    Copy the full SHA
    3aae68a View commit details
  2. Setup github actions

    layerssss committed May 27, 2020
    Copy the full SHA
    e20cd7a View commit details
  3. U

    layerssss committed May 27, 2020
    Copy the full SHA
    8d1bcf6 View commit details
  4. Upgrade electron-builder

    layerssss committed May 27, 2020
    Copy the full SHA
    b9da5f5 View commit details
  5. bump version

    layerssss committed May 27, 2020
    Copy the full SHA
    d3e94d3 View commit details
42 changes: 42 additions & 0 deletions .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: release

on:
push:
branches:
- 'master'
tags:
- "v*"
jobs:
build_linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: yarn install
- run: yarn release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
build_windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: yarn install
- run: yarn release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
build_macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: yarn install
- run: yarn release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25 changes: 4 additions & 21 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,22 +1,5 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.
#
# If you find yourself ignoring temporary files generated by your text editor
# or operating system, you probably want to add a global ignore instead:
# git config --global core.excludesfile ~/.gitignore_global

# Ignore bundler config
/.bundle

# Ignore the build directory
/build

# Ignore cache
/.sass-cache
/.cache

# Ignore .DS_store file
.DS_Store

manager.sublime-workspace
node_modules
bower_components/
package-lock.json
bundle
.sass-cache
dist
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v10.16
8 changes: 0 additions & 8 deletions Gemfile

This file was deleted.

162 changes: 0 additions & 162 deletions Gemfile.lock

This file was deleted.

36 changes: 26 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,48 @@
manager-for-uypun
manager-for-upyun
=====

manager-for-uypun 是一个又拍云资源管理器,使用它您可以上传、下载和管理您储存于又拍云空间中的文件资源。
manager-for-upyun 是一个又拍云资源管理器,使用它您可以上传、下载和管理您储存于又拍云空间中的文件资源。

又拍云是一个非结构化数据云存储、云处理、云分发平台,关于又拍云的详细介绍请参见[又拍云官方网站](https://www.upyun.com/)。没有又拍云帐号?可以使用这个公用的演示帐号登录:

```
TODO: 提供一个演示账号
操作员:layerssss
操作员密码:MD5_f92a36b6eb4d964c1b64cc008ecac009
空间名:manager-for-upyun
```

可以直接在打开以下地址来登录演示空间:

```
upyun://demo:MD5_bed3482f502c7bbfb6f9fa54f36e77d7@manager-demo/
upyun://layerssss:MD5_f92a36b6eb4d964c1b64cc008ecac009@manager-for-upyun/
```

下载
------

* 当前版本: 0.0.6 (更新于2014-06-01)
* 当前版本: 0.0.9 (更新于2019-08-28)
* [Windows / Mac / Linux](https://github.com/layerssss/manager-for-upyun/releases)

```
TODO: 提供下载和截屏
```
![01.png](screenshots/01.png)
![02.png](screenshots/02.png)
![03.png](screenshots/03.png)

发布说明
------

0.0.9 (更新于2019-08-28)

* 增加对自定义域名的支持

0.0.8 (更新于2017-09-15)

* 修复无法将文件公共地址复制到剪切板的问题

0.0.7 (更新于2017-08-22)

* 将 node-webkit 更换为 Electron
* 将 middleman 更换为 webpack

0.0.6 (更新于2014-06-01)

* 修改登录界面的外观
@@ -67,8 +83,8 @@ TODO: 提供下载和截屏
使用的技术
------

* node-webkit `# TODO: 替换为 Electron`
* middleman
* Electron
* webpack
* ace editor

源码授权
24 changes: 0 additions & 24 deletions bower.json

This file was deleted.

Binary file added build/background.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 added build/icon.icns
Binary file not shown.
Binary file added build/icon.ico
Binary file not shown.
Binary file added build/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 0 additions & 30 deletions config.rb

This file was deleted.

Loading