Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version 0.1.10 #21

Merged
merged 11 commits into from
Jun 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

All notable changes to this project will be documented in this file.

## [0.1.10] - 2023-06-15

### Bug Fixes

- Fix column resize function

### Documentation

- Update readme

### Features

- Support automatic layout for editor

### Miscellaneous Tasks

- Update tauri version to 1.4.0

## [0.1.9] - 2023-06-13

### Features
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ orm:
-u "sqlite:///~/Library/Application Support/com.bigtree.cyberapi/my_db.db" \
-o src/entities
version:
git cliff --unreleased --tag 0.1.9 --prepend CHANGELOG.md
git cliff --unreleased --tag 0.1.10 --prepend CHANGELOG.md
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
[![test library](https://img.shields.io/github/workflow/status/vicanso/cyberapi/test?label=test)](https://github.com/vicanso/cyberapi/actions?query=workflow%3A%22test%22)
[![License](https://img.shields.io/badge/License-Apache%202-green.svg)](https://github.com/vicanso/cyberapi)
[![donwnload](https://img.shields.io/github/downloads/vicanso/cyberapi/total?label=Downloads&logoColor=fff&logo=GitHub)](https://github.com/vicanso/cyberapi/releases)
[![website](https://img.shields.io/badge/website-cyberapi.app-purple.svg)](https://cyberapi.app)


<p align="center">
Expand All @@ -15,12 +14,12 @@
<a href="https://github.com/vicanso/cyberapi">CyberAPI</a> is API tool based on <a href="https://github.com/tauri-apps/tauri">tauri</a>.
</h3>

English|[简体中文](./README_zh.md)
English|[简体中文](./README_zh.md)|[Українська](./README_uk.md)
## Features

- Support macos, windows and linux platforms, the installation package is below 10MB
- Thousands of interfaces for a single project are opened in seconds, with low memory usage
- Support dark/light theme and chinese/english
- Support dark/light theme and chinese/english/ukrainian
- Operation and configuration is simple
- Support importing configuration from postman or insonmia
- The configuration can be exported by interface, function and project, which is convenient for sharing
Expand Down
73 changes: 73 additions & 0 deletions README_uk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
# Cyber API


[![test library](https://img.shields.io/github/workflow/status/vicanso/cyberapi/test?label=test)](https://github.com/vicanso/cyberapi/actions?query=workflow%3A%22test%22)
[![License](https://img.shields.io/badge/License-Apache%202-green.svg)](https://github.com/vicanso/cyberapi)
[![donwnload](https://img.shields.io/github/downloads/vicanso/cyberapi/total?label=Downloads&logoColor=fff&logo=GitHub)](https://github.com/vicanso/cyberapi/releases)


<p align="center">
<img src="./cyberapi.png" alt="cyberapi" width="128">
</p>

<h3 align="center">
<a href="https://github.com/vicanso/cyberapi">CyberAPI</a> це інструмент для запитів до API оснований на <a href="https://github.com/tauri-apps/tauri">tauri</a>.
</h3>

[English](./README.md)|[简体中文](./README_zh.md)|Українська
## Features

- Підтримка платформ macos, windows і linux, інсталяційний пакет менше 10 МБ
- Тисячі інтерфейсів для одного проекту відкриваються за лічені секунди, з низьким споживанням пам'яті
- Підтримка темної / світлої теми та китайської / англійської / української мови
- Проста експлуатація та конфігурація
- Підтримка імпорту конфігурації з postman або insonmia
- Конфігурацію можна експортувати за інтерфейсом, функцією та проектом, що зручно для спільного використання
- Підтримка багатьох користувацьких функцій


<p align="center">
<img src="./asset/cyberapi.png" alt="cyberapi">
</p>


## Installation

Інсталятор можна завантажити з [release](https://github.com/vicanso/cyberapi/releases), включаючи версії для Windows, macos і linux.

У Windows може знадобитися встановити webview2.
## Development


Проект залежить від rust та Nodejs. Якщо ви хочете самостійно компілювати або брати участь у розробці, ви можете спочатку встановити залежності tauri, звернувшись до відповідних документів [тут](https://tauri.app/v1/guides/getting-started/prerequisites), а потім :

```shell
yarn
```

Встановити tauri-cli:

```shell
cargo install tauri-cli
```

При запуску в режимі браузера дані є імітацією:

```shell
yarn dev
```

Запустити в режимі додатку:

```shell
make dev
```

Зібрати релізний пакет:

```shell
make build
```



3 changes: 1 addition & 2 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

[![test library](https://img.shields.io/github/workflow/status/vicanso/cyberapi/test?label=test)](https://github.com/vicanso/cyberapi/actions?query=workflow%3A%22test%22)
[![License](https://img.shields.io/badge/License-Apache%202-green.svg)](https://github.com/vicanso/cyberapi)
[![website](https://img.shields.io/badge/website-cyberapi.app-purple.svg)](https://cyberapi.app)


<p align="center">
Expand All @@ -14,7 +13,7 @@
<a href="https://github.com/vicanso/cyberapi">CyberAPI</a>是基于<a href="https://github.com/tauri-apps/tauri">tauri</a>开发的跨平台API客户端
</h3>

[English](./README.md)|简体中文
[English](./README.md)|简体中文|[Українська](./README_uk.md)
## 功能点

- 支持macos、windows以及linux平台,安装包均在10MB以下
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cyberapi",
"private": true,
"version": "0.1.9",
"version": "0.1.10",
"scripts": {
"format": "prettier --write src/*.ts src/*.tsx src/**/*.ts src/**/*.tsx src/**/**/*.tsx",
"lint": "eslint . --ext .js,.tsx,.ts --fix && vue-tsc --noEmit",
Expand All @@ -12,8 +12,8 @@
},
"dependencies": {
"@linaria/core": "3.0.0-beta.22",
"@tauri-apps/api": "^1.3.0",
"@tauri-apps/cli": "^1.3.1",
"@tauri-apps/api": "^1.4.0",
"@tauri-apps/cli": "^1.4.0",
"@vicons/ionicons5": "^0.12.0",
"bluebird": "^3.7.2",
"crypto-js": "^4.1.1",
Expand Down
Loading