NocoDB - 0.100.0


🚀 NocoDB Feature Release : QR Code, Keyboard Shortcuts and ... 🚀

🥬 What's new .. What's fresh ?

Import Airtable to NocoDB

:clapper: QR Code

We are excited to announce a new column type : QR Code! This generates QR Code for any row. QR Code generations works similar Forumula and currently supports these columns :

  • SingleLine Text
  • Long Text
  • Phone Number
  • Email
  • URL
  • Formula

Support for more columns will come soon.

And the more exciting bit of this feature is it is done by our community contributor Daniel (@spaudanjo) - Daniel is software engineer by profession and is passionate about building tech where there is humanitarian crisis. And he has dedicated time aside & raised grants to work on Noco.

:keyboard: Keyboard Shortcuts

With combinations of keys, you can trigger some actions without moving your mouse.

:cool: Copy and Paste

With Ctrl + C and Ctrl + V, we can copy the data from one cell to another, even to another tables. For LTAR columns, only BelongTo is supported.

:zap: Advanced Options in Column Menu

Advanced options has been added to the column menu. Now we can sort the column in an ascending order or descending order, hide the column, duplicate it or even insert the column after / before the chosen one. Also we show the count in badge for Fields, Filter and Sort.

🕐 Now, its demo time

:clapper: QR Code

In this version, we introduced a new column type - QR Code.

QR Code is a virtual column which supports different column types for the referenced value to be encoded. The generated QR code is dynamic, which means whenever the referenced column is changed, the QR code will be updated as well.

0.100.0-qr-code.webm

:keyboard: Keyboard Shortcuts

By pressing ctrl + /, you can see the available shortcut keys. Or you can check it out in Help Center.

If you are a Mac user, ctrl is cmd key.

0.100.0-keyboard-shortcuts.webm

:cool: Copy and Paste

Now you can copy a single cell and paste it to another cell. To copy the data, select the target cell and press ctrl + c , then press ctrl + v on the target cell. It could be another table and the existing cell data will be replaced.

0.100.0-copy-and-paste.webm

:zap: Advanced Options in Column Menu

Screenshot 2022-11-29 at 4 43 16 PM

Screenshot 2022-11-29 at 4 43 29 PM

👀 Coming soon - a teaser below 👀 🎉 🚀

  • Supporting multiple database from a single project 🤯 🤟 ❤️

https://user-images.githubusercontent.com/5435402/195718718-df3d6c14-8be6-4148-a2b4-2f0c5e23aa96.mp4

We cannot wait to release them soon. 🤝

🐛 Closed Issues

Generated By Github Action

Join Our Team

Thank you for your love & support

💜 🚀

Closed Issues

  • [🔦 Type: Feature] 🔦 Feature: LinkRecord modal, additional information in link cards like vika #4539
  • [closed] 🐛 Bug: Super admin is not assigned. How to asign and change admin? #4532
  • [🐛 Type: Bug][🚀 Status: Ready for Next Release] 🐛 Bug: Related database is not shown correctly since upgrade from 0.99.0 to 0.99.1 #4500
  • [🐛 Type: Bug][🚀 Status: Ready for Next Release] 🐛 Bug: dropdown not getting destroyed from DOM #4369
  • [👋 For : Community or Good First Issue] Not all fields are populated when using uuid field instead of serial id field #270

What's Changed

  • Release 0.99.2 by @github-actions in https://github.com/nocodb/nocodb/pull/4507
  • chore(deps): bump minimatch and mocha in /packages/nocodb by @dependabot in https://github.com/nocodb/nocodb/pull/4511
  • chore(deps): bump minimatch from 3.0.4 to 3.1.2 in /packages/noco-docs by @dependabot in https://github.com/nocodb/nocodb/pull/4509
  • chore(deps): bump minimatch from 3.0.4 to 3.1.2 in /packages/nc-plugin by @dependabot in https://github.com/nocodb/nocodb/pull/4508
  • chore(deps): bump minimatch from 3.0.4 to 3.1.2 in /packages/nc-cli by @dependabot in https://github.com/nocodb/nocodb/pull/4510
  • fix(swagger): update attachment column type by @pranavxc in https://github.com/nocodb/nocodb/pull/4513
  • New Crowdin updates by @o1lab in https://github.com/nocodb/nocodb/pull/4515
  • fix(nc-gui): Fixed column icon for LTAR, rollup by @mustafapc19 in https://github.com/nocodb/nocodb/pull/4505
  • New Crowdin updates by @o1lab in https://github.com/nocodb/nocodb/pull/4516
  • Copy in right menu, notification and refactor by @ketewan in https://github.com/nocodb/nocodb/pull/4244
  • fix: fail to identity URL by @wingkwong in https://github.com/nocodb/nocodb/pull/4519
  • New Crowdin updates by @o1lab in https://github.com/nocodb/nocodb/pull/4524
  • Fix: exclude time and year cell from manual save by @pranavxc in https://github.com/nocodb/nocodb/pull/4530
  • Add QR column type by @spaudanjo in https://github.com/nocodb/nocodb/pull/4468
  • Added stress testing of newly added test to CI by @mustafapc19 in https://github.com/nocodb/nocodb/pull/4521
  • New Crowdin updates by @o1lab in https://github.com/nocodb/nocodb/pull/4534
  • Feat: Grid - Add advanced options in column header menu by @pranavxc in https://github.com/nocodb/nocodb/pull/4504
  • fix: formula division for mysql by @wingkwong in https://github.com/nocodb/nocodb/pull/4543
  • feat: reconnect quick import logs by @mertmit in https://github.com/nocodb/nocodb/pull/4486
  • fix(gui): Miscellaneous GUI bugs by @pranavxc in https://github.com/nocodb/nocodb/pull/4544
  • fix: improved refresh sidebar logic by @mertmit in https://github.com/nocodb/nocodb/pull/4545
  • fix(test): Made default file field size limit to 20MB and is configurable using NC_ATTACHMENT_FIELD_SIZE env variable by @mustafapc19 in https://github.com/nocodb/nocodb/pull/4538
  • New Crowdin updates by @o1lab in https://github.com/nocodb/nocodb/pull/4548
  • feat: keyboard manoeuvre by @wingkwong in https://github.com/nocodb/nocodb/pull/4482
  • docs: keyboard maneuver by @dstala in https://github.com/nocodb/nocodb/pull/4478
  • Feat: Grid - copy paste cell data by @pranavxc in https://github.com/nocodb/nocodb/pull/4514
  • chore(deps): bump terser from 4.8.0 to 4.8.1 in /packages/nocodb by @dependabot in https://github.com/nocodb/nocodb/pull/2780
  • feat: sqlite alter table change column by @mertmit in https://github.com/nocodb/nocodb/pull/3668
  • test: Field menu followup - playwright test by @pranavxc in https://github.com/nocodb/nocodb/pull/4547
  • feat(nc-gui): add $e for shortcuts by @wingkwong in https://github.com/nocodb/nocodb/pull/4550
  • fix(gui): Grid - add rating validation while pasting by @pranavxc in https://github.com/nocodb/nocodb/pull/4551
  • 0.100.0 Pre-release by @github-actions in https://github.com/nocodb/nocodb/pull/4554

Full Changelog: https://github.com/nocodb/nocodb/compare/0.99.2...0.100.0


Details

date
Dec. 1, 2022, 12:45 p.m.
name
0.100.0 : Feature release
type
Minor
👇
Register or login to:
  • 🔍View and search all NocoDB releases.
  • 🛠️Create and share lists to track your tools.
  • 🚨Setup notifications for major, security, feature or patch updates.
  • 🚀Much more coming soon!
Continue with GitHub
Continue with Google
or