• 돌아가기
  • 아래로
  • 위로
  • 목록
  • 댓글
소프트웨어

Bookstack BookStack v24.05 Release

릴리즈봇 릴리즈봇 63

1

0
출처 https://github.com/BookStackApp/BookStack/releases/tag/v24.05

요약

링크

업그레이드 공지

  • PHP 버전 요구사항 변경 - 이번 릴리즈에서 최소 지원 PHP 버전은 PHP 8.0.2에서 PHP 8.1로 변경되었습니다. PHP 업데이트에 대한 안내는 "Updating PHP & Composer" 문서 페이지를 참조하세요.
  • Composer 버전 요구사항 변경 - 이번 릴리즈에서 최소 지원 composer 버전은 v2.0에서 v2.2로 변경되었습니다. Composer 업데이트에 대한 안내는 "Updating PHP & Composer" 문서 페이지를 참조하세요.
  • 페이지 콘텐츠 - 페이지 콘텐츠의 텍스트 링크는 접근성을 위해 기본적으로 밑줄이 생기게 됩니다. 원한다면 릴리즈 블로그 글을 참조하여 이를 커스터마이징하고 원래대로 복원할 수 있습니다.
  • PDF 내보내기 - WKHTMLTOPDF 옵션은 이제 더 이상 권장되지 않으며, 대안으로 새로 추가된 EXPORT_PDF_COMMAND를 사용하게 됩니다. 자세한 내용은 문서를 참조하세요. 하지만 WKHTMLTOPDF 옵션은 몇 가지 버전 업에서는 계속해서 지원될 것입니다.
  • OIDC 인증 - OIDC "userinfo" 엔드포인트는 이번 업데이트 이전에 기대되던 클레임들이 사용자 ID 토큰에서 제대로 제공되지 않았을 때, 매우 드문 경우에만 호출될 수 있습니다. 이는 액세스에 사용되는 세부사항과 사용자 그룹/역할 동기화에 사용되는 그룹들이 변경될 수 있습니다. 하지만 이는 업데이트 이전에 구성과 일치하지 않는 경우에만 적용됩니다.
  • LDAP 인증 - LDAP_USER_FILTER BookStack 옵션은 기본적으로 ${user} 대신 {user}를 플레이스홀더로 사용하게 변경되었습니다. 예전의 ${user} 플레이스홀더 형식은 여전히 지원되지만, 새 형식을 사용하는 것이 좋습니다. 기존 인스턴스에는 이에 아무런 문제가 없을 것이나, 사용자 필터에 {user}가 사실적인 부분으로 사용되었다면 이는 사용되기 힘들 것입니다.

변경 사항 전체 목록

  • 명령 기반의 PDF 내보내기 옵션 추가. (#4969, #4732)
  • 감사 로그 API 목록 엔드포인트 추가. (#4987, #4316)
  • 사용자 정의 CA 인증서 제공을 위한 LDAP 옵션 추가. @mmoore2012님 덕분에. (#4985, #4913)
  • OIDC userinfo 엔드포인트 지원 추가. @LukeShu님 덕분에. (#4955, #4726, #3873)
  • 간단한 등록 양식 석람 추가. @nesges님 덕분에. (#4970)
  • 지원되는 언어 목록에 Scala 추가. (#4953)
  • 라이선스 페이지 및 라이선스 목록 빌딩 프로세스 추가. (#4907)
  • Laravel 9에서 10으로 앱 프레임워크 업데이트. (#4903)
  • 콘텐츠 링크가 접근성을 위해 기본적으로 밑줄이 생기도록 업데이트. (#4939)
  • 향상된 Dev Dockerfile 업데이트. @C0rn3j님 덕분에. (#4895)
  • 데이터 저장을 위한 추가적인 이미지 압축으로 포함된 이미지 업데이트. @C0rn3j님 덕분에. (#4904)
  • 마크다운에 중점을 둔 패키지를 자체 파일로 분리하도록 JS 빌드 시스템 업데이트. (#4930, #4858)
  • LDAP 사용자 필터 옵션을 새 플레이스홀더 형식 지원하도록 업데이트. (#4967)
  • 최소 필요한 PHP 버전을 8.0에서 8.1로 업데이트. (#4894, #4893)
  • 최신 Crowdin 변경 사항으로 번역 업데이트. (#4890)
  • WYSWIYG 편집기의 코드 방향이 코드 편집기에서 지원되지 않는 문제 수정. (#4943)
  • 문단 간 줄 높이 차이 수정(에디터와 페이지 뷰 사이). (#4960)
  • 번역 시작 부분의 추가 공백 수정. @johnroyer님 덕분에. (#4972)
  • Chrome에서 편집기로 첨부 파일을 드래그앤드롭할 때 실패하는 문제 수정. (#4975)
  • 태그된 항목이 휴지통에 있는 경우 태그 수가 정확하지 않은 문제 수정. (#4892)
  • WYSIWYG 편집기에 나타난 객체 임베드에 이미지 툴바 버튼이 보이는 문제 수정. (#4974)
  • WYSIWYG 테이블 셀 포맷 처리 수정(스타일을 예기치 않게 지우던 문제). (#4964)

원문 내용

Links

Upgrade Notices

  • PHP Version Requirement Change - The minimum supported PHP version has changed from PHP 8.0.2 to PHP 8.1 in this release. Please see our "Updating PHP & Composer" documentation page for guidance on updating PHP.
  • Composer Version Requirement Change - The minimum supported composer version has changed from v2.0 to v2.2 in this release. Please see our "Updating PHP & Composer" documentation page for guidance on updating Composer.
  • Page Content - Text links in page content will now be underlined by default for accessibility. Refer to the release blogpost for an simple customization to override & revert this if desired.
  • PDF Exports - The WKHTMLTOPDF option is now considered deprecated, with the alternative being the newly added EXPORT_PDF_COMMAND which is detailed in our documentation here. The WKHTMLTOPDF option will though remain supported for a number of feature releases though to avoid unexpected breaking changes.
  • OIDC Authentication - The OIDC "userinfo" endpoint may now be called in very rare scenarios where not all expected claims were being properly provided in the user ID Token, which could alter the details used for new users on access, and the groups obtained for user group/role sync, but only in edge case scenarios where functionality was not matching configuration before the update.
  • LDAP Authentication - The LDAP_USER_FILTER BookStack option now uses {user} as a placeholder instead of ${user} by default. The older ${user} placeholder format is still supported but you may want to use the new format instead. This should not cause any issues on existing instances, unless {user} was used as a literal part of your user filter which would be very unlikely.

Full List of Changes

  • Added new command-based PDF export option. (#4969, #4732)
  • Added Audit Log API list endpoint. (#4987, #4316)
  • Added LDAP option to provide a custom CA cert. Thanks to @mmoore2012. (#4985, #4913)
  • Added OIDC userinfo endpoint support. Thanks to @LukeShu. (#4955, #4726, #3873)
  • Added simple registration form honeypot. Thanks to @nesges. (#4970)
  • Added Scala to list of supported languages in code blocks. (#4953)
  • Added licenses page supported by licenses list building process. (#4907)
  • Updated app framework from Laravel 9 to 10. (#4903)
  • Updated content links to be underlined by default for accessibility. (#4939)
  • Updated dev Dockerfile with improvements. Thanks to @C0rn3j. (#4895)
  • Updated included images with extra compression to save data. Thanks to @C0rn3j. (#4904)
  • Updated JS build system to split markdown-focused packages to own file. (#4930, #4858)
  • Updated LDAP user filter option to support new placeholder format. (#4967)
  • Updated minimum required PHP version from 8.0 to 8.1. (#4894, #4893)
  • Updated translations with latest Crowdin changes. (#4890)
  • Fixed code direction in WYSWIYG editor lacking direction support in code editor. (#4943)
  • Fixed difference of line-heights for paragraphs in tables between editor and page view. (#4960)
  • Fixed extra space at the beginning of a translation. Thanks to @johnroyer. (#4972)
  • Fixed failing drag and drop of attachments into editor on Chrome. (#4975)
  • Fixed incorrect tag counts when tagged items are in the recycle bin. (#4892)
  • Fixed WYSIWYG object embeds in the editor showing image toolbar button. (#4974)
  • Fixed WYSIWYG table cell format handling which could clear styles unexpectedly. (#4964)

링크 : https://github.com/BookStackApp/BookStack/releases/tag/v24.05

신고공유스크랩
0
1명이 추천

릴리즈봇 릴리즈봇
2Lv. 123P
다음 레벨까지 57P

오픈소스의 릴리즈를 알려주는 봇입니다!

댓글 쓰기 권한이 없습니다. 로그인

취소 댓글 등록

신고

"님의 댓글"

이 댓글을 신고하시겠습니까?

댓글 삭제

"님의 댓글"

삭제하시겠습니까?


목록

공유

facebooktwitterpinterestbandkakao story