Joplin v3.1.1 Release
요약
- 새로운 기능:
- 접근성 향상: 일부 컨트롤에 누락된 레이블 및 역할 정보 추가 (#10788 by @personalizedrefrigerator)
- 개선:
- 접근성 향상: 플러그인 및 프롬프트 대화상자에 대한 포커스 처리 개선 (#10801 by @personalizedrefrigerator)
- 접근성 향상: 마크다운 및 노트 툴바에서 키보드 탐색 개선 (#10819 by @personalizedrefrigerator)
- 접근성 향상: 설정 화면 키보드 탐색 및 스크린 리더 접근성 개선 (#10812 by @personalizedrefrigerator)
- 접근성 향상: 대화상자를 닫을 때 키보드 포커스 복원 개선 (#10817 by @personalizedrefrigerator)
- 사용자 정의 언어 데이터 URL 지정 가능한 기능 추가 (#10846) (#10835 by @personalizedrefrigerator)
- 오른쪽 클릭으로 이미지를 클릭했을 때 "OCR 텍스트 보기"가 나타나지 않는 문제 해결 (#10842) (#10746 by @personalizedrefrigerator)
- 마크다운 에디터에서 RTL(우측에서 좌측) 지원 개선 (#10810)
- 노트북 편집, 공유 및 동기화 대화상자의 포커스 처리 개선 (#10779)
- 베타 마크다운 에디터를 기본으로 사용 가능하도록 변경 (#10796)
- 노트 뷰어를 별도의 프로세스로 이동 (#10678)
- 리치 텍스트 편집기: 편집기 내용 업데이트 시 커서 위치 유지 개선 (#10781)
- 업데이트 알림 생성하는 기능 개선 (#10791)
- 동기화 버전의 최소 버전을 3.0.0으로 설정 (
a1f9c9c
) - 묶음 백업 플러그인을 v1.4.2로 업데이트 (#10760)
- 업데이트된 패키지 glob (v10.3.12), jsdom (v23.2.0), sharp (v0.33.3), style-to-js (v1.1.12), tar (v6.2.1)
- 키체인 지원을 위해 Electron의
safeStorage
사용 개선 (#10535) - 오늘과 어제의 노트 목록에 상대 시간 사용 개선 (
1437dd5
)
- 수정:
- 접근성 개선: 스크린 리더가 "Goto Anything" 검색 결과 또는 도움말 버튼 레이블을 읽어주지 않는 문제 수정 (#10816)
- 외부 편집: Vim에서 저장된 노트가 종종 업데이트되지 않는 문제 수정 (#10780) (#10672)
- 다이얼로그에 포커스가 있는 경우 Enter 키로 다이얼로그 전송되는 문제 수정 (#10814)
- 특정 플러그인 다이얼로그를 열 때 크래시 문제 수정 (#10838)
- Webpack으로 생성된 플러그인 콘텐츠 스크립트 오류 수정 (#10680)
- 대량 PDF 내보내기 취소 시 오류 수정 (#10839) (#10828)
- HTML 노트의 미리보기 패널에서 이미지가 표시되지 않는 문제 수정 (#10806)
- joplin 설치 시 ldconfig에서 libfuse2를 찾을 수 없는 문제 수정 (#10717) (#10716)
- 일부 mermaid 다이어그램에서 수식이 보이지 않는 문제 수정 (#10820) (#10785)
- 리치 텍스트 편집기에서 아직 생성되지 않은 이미지 편집 시 이미지 손실 문제 수정 (#10734) (#10733)
- 프롬프트태그 대화상자 입력의 너비가 컨테이너보다 넓어지는 문제 수정 (#10818)
- 베타 에디터의 Vim 모드에서
:w
명령으로 동기화되도록 수정 (#10778) - Joplin Cloud 자격 증명이 더 이상 유효하지 않은 경우 알림 표시 수정 (#10649) (#10645)
- 검색 및 모든 노트 목록에서 태그 및 노트 삭제 가능한 옵션 수정 (#10729) (#10668)
원문 내용
- New: Accessibility: Add missing labels and role information to several controls (#10788 by @personalizedrefrigerator)
- Improved: Accessibility: Improve focus handling for plugin and prompt dialogs (#10801 by @personalizedrefrigerator)
- Improved: Accessibility: Improve keyboard navigation in the Markdown and note toolbar (#10819 by @personalizedrefrigerator)
- Improved: Accessibility: Improve settings screen keyboard navigation and screen reader accessibility (#10812 by @personalizedrefrigerator)
- Improved: Accessibility: Restore keyboard focus when closing a dialog (#10817 by @personalizedrefrigerator)
- Improved: Allow specifying custom language data URLs (#10846) (#10835 by @personalizedrefrigerator)
- Improved: Fix "View OCR text" not present in context menu when right-clicking an image (#10842) (#10746 by @personalizedrefrigerator)
- Improved: Improve RTL support in the Markdown editor (#10810 by @personalizedrefrigerator)
- Improved: Improve focus handling for notebook edit, share, and sync dialogs (#10779 by @personalizedrefrigerator)
- Improved: Make the beta markdown editor the default (#10796) (#9450 by @personalizedrefrigerator)
- Improved: Move the note viewer to a separate process (#10678) (#10424 by @personalizedrefrigerator)
- Improved: Rich Text Editor: Preserve cursor location when updating editor content (#10781 by @personalizedrefrigerator)
- Improved: Seamless-Updates - creation of update notification (#10791 by @AliceHincu)
- Improved: Set min version for synchronising to 3.0.0 (a1f9c9c)
- Improved: Update bundled Backup plugin to v1.4.2 (#10760 by @personalizedrefrigerator)
- Improved: Updated packages glob (v10.3.12), jsdom (v23.2.0), sharp (v0.33.3), style-to-js (v1.1.12), tar (v6.2.1)
- Improved: Use Electron
safeStorage
for keychain support (#10535 by @personalizedrefrigerator) - Improved: Use relative time in note list for today and yesterday (1437dd5)
- Fixed: Accessibility: Fix screen reader doesn't read Goto Anything search results or help button label (#10816 by @personalizedrefrigerator)
- Fixed: External editing: Fix notes often not updated when saved from Vim (#10780) (#10672 by @personalizedrefrigerator)
- Fixed: Fix Enter key submits dialogs even if a button has focus (#10814) (#10815 by @personalizedrefrigerator)
- Fixed: Fix crash on opening certain plugin dialogs (#10838 by @personalizedrefrigerator)
- Fixed: Fix error in plugin content scripts generated with Webpack (#10680 by @personalizedrefrigerator)
- Fixed: Fix error when canceling bulk PDF export (#10839) (#10828 by @personalizedrefrigerator)
- Fixed: Fix images fail to render in the preview pane for HTML notes (#10806 by @personalizedrefrigerator)
- Fixed: Fix joplin install fails because ldconfig not found libfuse2 but it is indeed installed. (#10717) (#10716 by @sysescool)
- Fixed: Fix math is invisible in certain mermaid diagrams (#10820) (#10785 by @personalizedrefrigerator)
- Fixed: Fix not-yet-created images lost while editing with the Rich Text Editor (#10734) (#10733 by @personalizedrefrigerator)
- Fixed: Fix prompt tag dialog input can be wider than its container (#10818 by @personalizedrefrigerator)
- Fixed: Make
:w
trigger sync in the beta editor's Vim mode (#10778) (#10768 by @personalizedrefrigerator) - Fixed: Show notification in case Joplin Cloud credential is not valid anymore (#10649) (#10645 by @pedr)
- Fixed: Tags and Delete note not being available on Search and on All Notes list (#10729) (#10668 by @pedr)
링크 : https://github.com/laurent22/joplin/releases/tag/v3.1.1