Skip to content

EasyPaper Desktop v0.1.27

Choose a tag to compare

@github-actions github-actions released this 31 Aug 11:54

자동 생성된 릴리스입니다. 코드사이닝(macOS 공증/Windows Authenticode)이
아직 적용되지 않아 설치 시 운영체제 보안 경고가 뜹니다. 아래 실행 방법을
꼭 확인해주세요.

실행 방법

macOS: 앱이 완전히 서명되지 않은 상태라 최신 macOS(Ventura 이후)에서는
우클릭 → 열기로 우회되지 않고 "앱이 손상되었기 때문에 열 수 없습니다" 라는
오해의 소지가 있는 메시지가 뜹니다. 실제로 파일이 손상된 게 아니라 다운로드
시 붙는 quarantine 속성 때문이니, 터미널에서 아래 명령으로 지운 뒤 다시
실행하세요.

xattr -cr /Applications/EasyPaper.app

Windows: "Windows의 PC 보호" 화면에서 추가 정보 → 실행을 선택하면
정상적으로 설치됩니다.

변경 사항

  • fix(viewer): toggle memo shortcut formats
  • fix(deps): update vulnerable frontend packages
  • fix(viewer): remove memo height limit
  • fix(pdf): close documents after parse errors
  • perf(primer): reuse image extraction cache
  • fix(viewer): show document open errors
  • fix(viewer): prevent stale interaction state
  • fix(upload): prevent stalled and duplicate uploads
  • fix(chat): tolerate PDF quote punctuation (#499)
  • fix(viewer): prevent stale memo blur handling
  • feat(viewer): expand memo markdown editing
  • fix(viewer): stabilize memo interactions
  • fix(upload): handle multi-document uploads
  • feat(documents): expand general document types (#496)
  • fix: sync document search placeholder
  • feat(dashboard): add document mode widgets
  • fix: map document library labels
  • fix: update document library labels
  • fix(primer): restore unknown-language summaries
  • feat(viewer): add auto-sizing rich memos
  • fix(sync): preserve cross-device annotations
  • fix(chat): stabilize viewer text quotes
  • fix(viewer): emphasize language status notice (#486)
  • fix(viewer): isolate language status layout (#485)
  • fix(viewer): remove input focus borders
  • fix(viewer): avoid chat menu overlap
  • fix(library): stabilize filter toolbar layout
  • fix(library): remove card accent bars (#480)
  • fix(viewer): unify language picker layout
  • fix(login): move locale selector to top right
  • fix(chat): streamline assistant controls
  • fix(library): hide processing badges on cards (#478)
  • fix(a11y): correct viewer popover roles
  • fix(chat): validate grounded context
  • fix(tasks): resume parsing after restart
  • fix(parser): make reparse apply atomic
  • fix(privacy): block secondary external calls
  • fix(a11y): enable keyboard viewer controls
  • fix(chat): initialize screen context controls
  • feat(chat): ground viewer answers in evidence
  • feat(pdf): add revisioned reparse previews
  • feat(tasks): persist document workflows
  • feat(privacy): enforce local-only processing
  • feat(i18n): localize all user-facing UI
  • feat(i18n): harden multilingual flows
  • feat(i18n): add multilingual document support
  • fix(ui): cancel stale modal close timers
  • feat(settings): isolate themes by document mode
  • feat(settings): scope options by document mode
  • fix(library): remove category color indicators
  • fix(ui): prevent library control overlap
  • feat: add scoped long-document translation
  • fix: translate pages only on explicit request
  • fix(library): align add action buttons
  • fix(ui): improve document type indicators
  • fix(ui): align document mode terminology
  • fix(library): use document label for folders
  • fix(sidebar): align mode switch width
  • fix: restore document home layout
  • feat: complete document modes roadmap
  • feat: add document workspace modes
  • feat(notes): improve annotation browsing
  • fix(viewer): stabilize and resize memos
  • feat(viewer): add chat input expand toggle