MyGit

0.92.0

nocodb/nocodb

版本发布时间: 2022-06-28 19:05:01

nocodb/nocodb最新发布版本:0.255.2(2024-08-29 21:14:27)

🚀 NocoDB : Feature Release

image

What's New

Binary Executables

NocoDB installation has gotten more seamless as we now support installation as binaries.

MacOS (x64)
curl http://get.nocodb.com/macos-x64 -o nocodb -L \
  && chmod +x nocodb \
  && ./nocodb
MacOS (arm64)
curl http://get.nocodb.com/macos-arm64 -o nocodb -L \
  && chmod +x nocodb \
  && ./nocodb
Linux (x64)
curl http://get.nocodb.com/linux-x64 -o nocodb -L \
  && chmod +x nocodb \
  && ./nocodb
Linux (arm64)
curl http://get.nocodb.com/linux-arm64 -o nocodb -L \
  && chmod +x nocodb \
  && ./nocodb
Windows (x64)
iwp http://get.nocodb.com/win-x64
.\Noco-win-x64.exe
Windows (arm64)
iwp http://get.nocodb.com/win-arm64
.\Noco-win-arm64.exe

Currently, we only support the following targets:

Also you can find the release build under the release note.

image

Homebrew

Now you can use Homebrew to install NocoDB!

brew tap nocodb/nocodb
brew install nocodb
nocodb

JSON Import

Now you can import data and table from a JSON array or object.

https://user-images.githubusercontent.com/61551451/176135974-02bc1b01-b32e-4a54-bda1-c3094721f6fa.mov

Duration Cell

Five formats are supported in Duration Cell now!

image

Misc

What's Changed

New Contributors

Full Changelog: https://github.com/nocodb/nocodb/compare/0.91.10...0.92.0

相关地址:原始地址 下载(tar) 下载(zip)

1、 Noco-linux-arm64 118.52MB

2、 Noco-linux-x64 119.7MB

3、 Noco-macos-arm64 120.06MB

4、 Noco-macos-x64 126.15MB

5、 Noco-win-arm64 103.39MB

6、 Noco-win-x64 112.32MB

7、 nocodb.tar.gz 92.25MB

查看:2022-06-28发行的版本