Skip to content

Commit

Permalink
Ready for 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
NaitLee committed May 5, 2022
1 parent 2a768e2 commit c25362f
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 11 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ Currently:

| | |
|----|----|
| Supported | GB01, GB02, GT01, GB03 |
<!-- | Maybe | N/A | -->
<!-- | Planned | N/A | -->
| Supported | `GB0X, GT01, YT01` |

\* `X` represents any digit

## Features

Expand Down Expand Up @@ -44,7 +44,7 @@ Currently:
- Cross platform!
- Newer Windows 10 and above
- GNU/Linux
- MacOS *(Needs more testing)*
- MacOS
- and also Android!

- Free, as in [freedom](https://www.gnu.org/philosophy/free-sw.html)!
Expand Down Expand Up @@ -90,7 +90,7 @@ then install `pyobjc` and `bleak` via `pip` in terminal:
pip3 install pyobjc bleak
```

After that, fetch a "bare" release and do the same in a shell:
After that, fetch & use a "bare" release:
```bash
python3 server.py
```
Expand Down Expand Up @@ -119,6 +119,9 @@ Copyright © 2021-2022 NaitLee Soft. Some rights reserved.

See file `COPYING`, `LICENSE`, and detail of used JavaScript in file `www/jslicense.html`

Particularly, `printer.py`, `server.py` and `main.js` are released under GNU GPL 3.
Excluding contributions of other people (which probably have their own copyright) and possible third-party dependencies, all other parts are in Public Domain (CC0).

--------

## Development
Expand Down
11 changes: 8 additions & 3 deletions readme.i18n/README.zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@

| | |
|----|----|
| 支持 | GB01, GB02, GT01, GB03 |
| 支持 | `GB0X, GT01, YT01` |

\* `X` 表示任意数字

## 特性

Expand Down Expand Up @@ -40,7 +42,7 @@
- 跨平台!
- 较新的 Windows 10 及以上
- GNU/Linux
- MacOS *(需要更多测试)*
- MacOS
- 还有安卓!

-[自由软件](https://www.gnu.org/philosophy/free-sw.html)
Expand Down Expand Up @@ -85,7 +87,7 @@ MacOS 用户请首先安装 [Python 3](https://www.python.org/),
pip3 install pyobjc bleak
```

然后获取“单一(bare)”版,并做同样的事情
然后获取并使用“单一(bare)”版:
```bash
python3 server.py
```
Expand Down Expand Up @@ -115,6 +117,9 @@ Copyright © 2021-2022 NaitLee Soft. 保留一些权利。

敬请查看文件 `COPYING``LICENSE`,以及在 `www/jslicense.html` 中有关 JavaScript 许可的详细内容。

具体地,`printer.py``server.py``main.js` 以 GNU GPL 3 发布。
除去来自其他人的贡献(版权可能归贡献者所有)及可能的第三方依赖,所有其余部分在公有领域(CC0)。

--------

## 开发
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.2
0.4.3
4 changes: 2 additions & 2 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cat Printer</title>
<title data-i18n="cat-printer">Cat Printer</title>
<link rel="stylesheet" href="main.css" />
<link rel="icon" href="icon.svg" />
</head>
Expand Down Expand Up @@ -178,4 +178,4 @@ <h2 data-i18n="layout">Layout</h2>
<div id="keyboard-shortcuts-layer"></div>
<script src="loader.js"></script>
</body>
</html>
</html>

0 comments on commit c25362f

Please sign in to comment.