Ghost 6.0.0 Release

요약

```html

주요 변경 사항 요약

  • 새로운 기능:
    • Tinybird를 사용한 네이티브 웹 분석 기능 추가
    • ActivityPub를 통한 Ghost 사이트 연동 기능 추가
  • 개선 사항:
    • 소유자 사용자가 ObjectID로 생성되도록 수정
    • 원격 게시물 로딩 문제 해결
    • 이메일 멤버 업데이트 시 이메일 스타일 업데이트
    • 테마 에셋에 대한 404 오류 렌더링 수정
  • 번역 업데이트:
    • 포르투갈어(pt), 브라질 포르투갈어(pt-BR), 터키어, 프랑스어 번역 업데이트 (검색, 포털, Ghost, 댓글)
  • 제거 사항:
    • 테마에서 확장자 없는 파일 제공 기능 제거
    • 포스트/페이지 웹훅 페이로드에서 mobiledoc 제거
    • GET /session/ 엔드포인트 제거
    • {{#get}} 헬퍼에서 최대 limit을 100으로 제한
    • API 요청에서 최대 ?limit을 100으로 제한
    • AMP 코어에서 제거
    • updated_by & created_by 필드 제거
    • Node.js v20 지원 제거
    • Node.js v18 지원 제거

자세한 내용은 변경 로그를 참조하십시오: v5.130.3...v6.0.0

```

원문 내용

  • ✨ Added native Web Analytics with Tinybird - Hannah Wolfe
  • ✨ Federated Ghost sites over ActivityPub (Social web) - Hannah Wolfe
  • 🎨 Ensured owner user is created with an ObjectID (#24088) - Michael Barrett
  • 🐛 Fixed remote posts not loading (#24534) - Princi Vershwal
  • 🐛 Updated update email member email styles (#23279) - Chris Wrench
  • 🐛 Fixed rendering of 404s for theme assets - Hannah Wolfe
  • 🌐 Updated Portuguese (pt) translations for search, portal, ghost and comments (#24337) - Guilherme Duarte
  • 🌐 Updated pt-BR translations of Comments, Ghost, Portal (#24396) - Mateus Ribeiro
  • 🌐 Update Turkish translations for Comments (#24495) - echobilisim3421
  • 🌐 Updated French translations for Comments, Ghost, and Portal (#24288) - Bastien
  • 🔥 Removed serving files w/o extension from themes - Hannah Wolfe
  • 🔥 Removed mobiledoc from post/page webhook payloads - Kevin Ansfield
  • 🔥 Removed GET /session/ endpoint (#24148) - Hannah Wolfe
  • 🔥 Enforced max limit of 100 in {{#get}} helper (#24145) - Kevin Ansfield
  • 🔥 Enforced max ?limit of 100 in API requests (#24118) - Kevin Ansfield
  • 🔥 Removed AMP from core (#24055) - Troy Ciesco
  • 🔥 Removed updated_by & created_by fields (#24053) - Michael Barrett
  • 🔥 Removed Node.js v20 support (#24004) - Hannah Wolfe
  • 🔥 Removed Node.js v18 support (#23964) - Hannah Wolfe

View the changelog for full details: v5.130.3...v6.0.0

링크 : https://github.com/TryGhost/Ghost/releases/tag/v6.0.0