요약 내용
🐛 해결된 이슈들
- [🔦 타입: 기능] 🔦 기능: “Limit record selection to a view”를 체크했을 때, 필터를 구성할 수 있도록 함… #9364
- [🐛 타입: 버그] 🐛 버그: 캘린더에서 아이템을 Drag and drop할 수 없음 #9360
- [🐛 타입: 버그] 🐛 버그: 공식 오류 처리 #9357
- [🔦 타입: 기능] 🔦 기능: 열 ID 표시 #9335
- [🔦 타입: 기능] 🔦 기능: 다른 테이블과 관련시키기 위해 선택 유형 필드 추가 #9327
- [🐛 타입: 버그] 🐛 버그: Windows에서 파일 썸네일이 표시되지 않고 첨부 파일 다운로드 시 파일을 찾을 수 없음 #9317
- [🐛 타입: 버그] 🐛 버그: TypeError: e.split은 함수가 아닙니다. eq, query 실행 시 #9309
- [🐛 타입: 버그] 업데이트 column API 오류 (column 제목 변경) #9304
- [🔦 타입: 기능] 🔦 기능: 필드에 표시 이름 추가 #9298
- [🐛 타입: 버그] 🐛 버그: 관리형 디지털오션 postgres 데이터베이스에 연결할 수 없음, 오류: SSL이 필요함 #9288
- [🐛 타입: 버그] 🐛 버그: 칸반의 버튼에 문제가 있음 #9272
- [🐛 타입: 버그] 🐛 버그: 파일 업로드 및 다운로드가 Windows (Node JS)에서 여전히 작동하지 않음 #9269
- [🐛 타입: 버그] 🐛 버그: 복합 기본키 사용 #9261
- [🔦 타입: 기능] 🔦 기능: 날짜 매개변수의 기본값을 오늘 날짜로 구성할 수 있는 기능 #9224
- [close된 이슈] 🐛 버그: Windows 호스트에서 첨부 파일이 손상되어 표시되지 않음 #8925
- [close된 이슈] 🔦 기능: 테이블 열에 대한 툴팁 설명 #8892
- [close된 이슈] 🐛 버그: Noco-win-x64.exe 이미지를 가져온 후 이미지를 미리 볼 수 없음 #8800
- [close된 이슈] 🐛 버그:
LinkToAnotherRecord
열에 대한 삭제 버튼이 누락된 양식 보기 #8762 - [close된 이슈] 🐛 버그: PostgreSQL 데이터 원본에서 테이블 복제 옵션이 없음 #8325
- [close된 이슈] 🐛 버그: 외부 데이터 소스의 테이블에 누락된 행이 조용히 삭제됨 #7809
- [close된 이슈] 🔦 기능: 필드 설명/도움말 텍스트 #7665
- [close된 이슈] 🐛 버그: 필드에 고유한 값 제약 조건이 무시됨 #7541
변경된 내용
- #9249에 의해 0.255.0 버전 출시됨 by @github-action
- #9250에 의해 릴리스 후 동기화 변경됨 by @github-action
- @pranavxc에 의해 #9245에서 실행 가능한 빌드 작업 관련 버그 수정됨
- @wingkwong에 의해 #9260에서 잘못된 GitHub 링크 수정됨
- @DarkPhoenix2704에 의해 #9266에서 이메일을 위한 누락된 로고 자산 수정됨
- @mertmit에 의해 #9364
- [🐛 Type: Bug] 🐛 Bug: Drag and drop item in calendar doesn’t work #9360
- [🐛 Type: Bug] 🐛 Bug: Formula error handling #9357
- [🔦 Type: Feature] 🔦 Feature: display the column id #9335
- [🔦 Type: Feature] 🔦 Feature: Select type field to increase the ability to associate to other tables #9327
- [🐛 Type: Bug] 🐛 Bug: On windows file thumbnail not showing & no file found when trying to download attachments #9317
- [🐛 Type: Bug] 🐛 Bug: TypeError: e.split is not a function when trying to run ,eq, query #9309
- [🐛 Type: Bug] update column API error (change column title) #9304
- [🔦 Type: Feature] 🔦 Feature: Add display names for fields #9298
- [🐛 Type: Bug] 🐛 Bug: Can’t connec to manged digitalocean postgres database, error: SSL required #9288
- [🐛 Type: Bug] 🐛 Bug: Button in kanban has issue #9272
- [🐛 Type: Bug] 🐛 Bug: File Upload and Download still doesn’t work on Windows (Node JS) #9269
- [🐛 Type: Bug] 🐛 Bug: composite pk usage #9261
- [🔦 Type: Feature] 🔦 Feature: The ability to configure a default value for date parameters to be today’s date #9224
- [closed] 🐛 Bug: Attachments are broken on windows host #8925
- [closed] 🔦 Feature: Tooltip Description for Table Columns #8892
- [closed] 🐛 Bug: Noco-win-x64.exe After importing an image, the image cannot be previewed #8800
- [closed] 🐛 Bug: Form view is missing delete button for
LinkToAnotherRecord
columns #8762 - [closed] 🐛 Bug: No option to duplicate a table when in postgres datasource #8325
- [closed] 🐛 Bug: Incomplete rows in tables from external data source are silently dropped #7809
- [closed] 🔦 Feature: Field Descriptions / Help text #7665
- [closed] 🐛 Bug: Unique value constraint in field is ignored #7541
What’s Changed
- Release 0.255.0 by @github-actions in #9249
- chore: post-release sync by @github-actions in #9250
- chore: Timely executable build action related bug fixes by @pranavxc in #9245
- fix(docs): incorrect github link by @wingkwong in #9260
- fix: added missing logo assets for email by @DarkPhoenix2704 in #9266
- feat: improve queue logic by @mertmit in #9255
- New Crowdin updates by @o1lab in #9268
- Nc feat: Prefill links using form builder by @rameshmane7218 in #9254
- Nc feat/api snippets revamp by @rameshmane7218 in #9252
- fix: Button url open not working in gallery and kanban by @DarkPhoenix2704 in #9273
- New Crowdin updates by @o1lab in #9274
- feat: field, table and view descriptions by @DarkPhoenix2704 in #9256
- fix: avoid setting ttl to 0 by @dstala in #9284
- Nc Fix: header ui changes by @rameshmane7218 in #9279
- Nc fix/3616 formula related bugs by @pranavxc in #9277
- feat: move button trigger to workers by @DarkPhoenix2704 in #9280
- fix: avoid using clashing name for icon by @mertmit in #9285
- New Crowdin updates by @o1lab in #9286
- Env variable update by @o1lab in #9283
- test: update according to minimum limit by @mertmit in #9287
- fix: base home page table name font as normal by @dstala in #9290
- Add documentation for Formula Result Formatting by @LisaVCherian in #9275
- fix: wrong logic for throtller counter by @pranavxc in #9292
- Nc feat/date field current date as def by @dstala in #9259
- Nc feat/user mgmt followup by @dstala in #9293
- New Crowdin updates by @o1lab in #9295
- Nc fix/login redirect bug by @pranavxc in #9294
- fix: apply filter on aggregation in shared views and send local aggre… by @dstala in #9225
- feat: thumbnail generation migration by @mertmit in #9267
- Nc feat/enable sql integration in oss by @dstala in #9265
- Nc Feature: Redirect URL by @rameshmane7218 in #9276
- New Crowdin updates by @o1lab in #9301
- docs: add Notifications documentation by @LisaVCherian in #9297
- Nc feat/form builder by @dstala in #9300
- Fix: aggregation filter sync by @DarkPhoenix2704 in #9302
- Nc Fix: Update extension UI as per new design by @rameshmane7218 in #9306
- Nc Style: Add new light theme config in windicss config file by @rameshmane7218 in #9322
- fix: hide description in expanded-view menu options by @dstala in #9320
- Nc chore/add Light Theme Configuration docs by @rameshmane7218 in #9324
- fix: Row delete bug by @pranavxc in #9319
- Docs/description by @dstala in #9305
- Docs/auth tokens cleanup by @dstala in #9303
- Nc fix/user management allow leave from ws by @dstala in #9326
- feat: noco installaion script by @DarkPhoenix2704 in #9143
- New Crowdin updates by @o1lab in #9330
- fix: load other aggregations even formula Column is error by @DarkPhoenix2704 in #9343
- Nc fix/3643 setup page by @dstala in #9314
- fix: handle attachment issues for windows by @DarkPhoenix2704 in #9328
- fix: remove deprecated apis from swagger by @mertmit in #9353
- fix(nc-gui): hide formula field in new record expanded form by @rameshmane7218 in #9349
- Nc fix(nc-gui): add more integrations in ticketing category by @rameshmane7218 in #9355
- Nc fix/UI misc changes by @rameshmane7218 in #9354
- New Crowdin updates by @o1lab in #9358
- fix(nc-gui): append reload_attempt query param after hash url by @rameshmane7218 in #9352
- Nc fix: Miscellaneous bugs by @pranavxc in #9348
- New Crowdin updates by @o1lab in #9362
- Nc misc fixes by @DarkPhoenix2704 in #9363
- fix: load table even if formula error is present by @dstala in #9299
- Nc fix: Allow base invite for all user roles by @pranavxc in #9368
- Fix/redis password enc by @DarkPhoenix2704 in #9329
- 0.255.1 Pre-release by @github-actions in #9373
Full Changelog: 0.255.0...0.255.1
링크 : https://github.com/nocodb/nocodb/releases/tag/0.255.1