0.100.1 : Feature release
๐ NocoDB Feature Release : QR Code, Keyboard Shortcuts and ... ๐
๐ฅฌ What's new .. What's fresh ?
๐ฌ 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
- 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 Shortcuts
With combinations of keys, you can trigger some actions without moving your mouse.
๐ 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.
โก 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
๐ฌ 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 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
iscmd
key.
0.100.0-keyboard-shortcuts.webm
๐ 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
โก Advanced Options in Column Menu
๐ Coming soon - a teaser below ๐ ๐ ๐
- Supporting multiple database from a single project ๐คฏ ๐ค โค๏ธ
noco_multiple_source.mp4
We cannot wait to release them soon. ๐ค
๐ 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
-
- [closed] ๐ Bug: No data displayed when navigating from a table on page 2 to a table that only has one page #4553
- [๐ Type: Bug][๐ Status: Ready for Next Release] ๐ Bug: Grid cell in edit mode - mouse based operations doesn't work #4542
- [๐ Status: Ready for Next Release] ๐ Bug: Attachment photo file size issue #4528
- [๐ Type: Bug][๐ Status: Ready for Next Release] ๐ Bug: Division in formula display nothing #4527
- [๐ Status: Ready for Next Release] ๐ Bug: Cell contents are not stored in BE for column type Year & Time #4520
- [๐ Status: Ready for Next Release] ๐ Bug: Unable to click after using IP address as URL #4517
- [๐ Type: Bug][๐ Status: Ready for Next Release] ๐ Bug: Using CTRL key to move inside webhook editor moves cursor on the underlying data sheet instead #4512
- [๐ Status: Ready for Next Release] ๐ Bug: Color coding for has-many, many-to-many, belongs-to relation #4501
- [๐ฆ Type: Feature][๐ Status: Ready for Next Release] ๐ฆ Feature: Allow pasting into text field without having to enter edit mode first #4496
- [๐ Type: Bug][๐น DB : SQLite][๐ Status: Ready for Next Release] ๐ Bug: number sorting and filters don't work when column was changed from text to something numberic #4380
- [๐ Type: Bug][๐ Status: Ready for Next Release][๐ก Priority: Medium] Creating composite PK in MySQL & Sqlite results in failure #1263
- [๐ฆ Type: Feature][๐ Status: Ready for Next Release][๐ฎ Scope : Table] [Feature] Copy-Pasting from NocoDB tables #978
- [๐ฆ Type: Feature][๐ Status: Ready for Next Release][๐ญ Scope : Project] [Feature] Allow editing fileds if SQLite database is being used. #869
What's Changed
- Release 0.99.2 by @github-actions in #4507
- chore(deps): bump minimatch and mocha in /packages/nocodb by @dependabot in #4511
- chore(deps): bump minimatch from 3.0.4 to 3.1.2 in /packages/noco-docs by @dependabot in #4509
- chore(deps): bump minimatch from 3.0.4 to 3.1.2 in /packages/nc-plugin by @dependabot in #4508
- chore(deps): bump minimatch from 3.0.4 to 3.1.2 in /packages/nc-cli by @dependabot in #4510
- fix(swagger): update attachment column type by @pranavxc in #4513
- New Crowdin updates by @o1lab in #4515
- fix(nc-gui): Fixed column icon for LTAR, rollup by @mustafapc19 in #4505
- New Crowdin updates by @o1lab in #4516
- Copy in right menu, notification and refactor by @ketewan in #4244
- fix: fail to identity URL by @wingkwong in #4519
- New Crowdin updates by @o1lab in #4524
- Fix: exclude time and year cell from manual save by @pranavxc in #4530
- Add QR column type by @spaudanjo in #4468
- Added stress testing of newly added test to CI by @mustafapc19 in #4521
- New Crowdin updates by @o1lab in #4534
- Feat: Grid - Add advanced options in column header menu by @pranavxc in #4504
- fix: formula division for mysql by @wingkwong in #4543
- feat: reconnect quick import logs by @mertmit in #4486
- fix(gui): Miscellaneous GUI bugs by @pranavxc in #4544
- fix: improved refresh sidebar logic by @mertmit in #4545
- fix(test): Made default file field size limit to 20MB and is configurable using NC_ATTACHMENT_FIELD_SIZE env variable by @mustafapc19 in #4538
- New Crowdin updates by @o1lab in #4548
- feat: keyboard manoeuvre by @wingkwong in #4482
- docs: keyboard maneuver by @dstala in #4478
- Feat: Grid - copy paste cell data by @pranavxc in #4514
- chore(deps): bump terser from 4.8.0 to 4.8.1 in /packages/nocodb by @dependabot in #2780
- feat: sqlite alter table change column by @mertmit in #3668
- test: Field menu followup - playwright test by @pranavxc in #4547
- feat(nc-gui): add $e for shortcuts by @wingkwong in #4550
- fix(gui): Grid - add rating validation while pasting by @pranavxc in #4551
- Release 0.100.0 by @github-actions in #4555
- fix: Grid - Sync unsaved data properly when switching tab by @pranavxc in #4559
Full Changelog: 0.99.2...0.100.1
Join Our Team
Thank you for your love & support
๐ ๐