Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: DmNote-App/DmNote
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: DmNote-App/DmNote
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feature/linux-support
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 21 files changed
  • 3 contributors

Commits on Mar 23, 2026

  1. feat: Linux 플랫폼 지원 추가 (X11/evdev 기반)

    - evdev 기반 키보드/마우스 입력 데몬 구현 (linux.rs)
      - 멀티디바이스 지원: 장치별 reader thread + 중앙 mpsc 채널 집계
      - modifier 상태 추적 + 글로벌 단축키 매칭
      - 키보드/마우스 라벨 매핑 (Windows/macOS 출력과 일치)
    - X11 백엔드 강제 (WINIT_UNIX_BACKEND=x11), DISPLAY 체크
    - 오버레이: set_focusable(false), decorations 비활성화
    - 오디오 thread-priority Linux 확장
    - angleMode 정규화: 기본값/store/settings 모두 "webkitgtk"로 강제
    - 프론트엔드: isLinux() 플랫폼 감지, Settings UI 분기
      - angleMode: WebKitGTK 비활성 표시 (macOS Metal 패턴 동일)
      - 자동 업데이트 UI 숨김 (macOS 패턴 동일)
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    lee-sihun and claude committed Mar 23, 2026
    Configuration menu
    Copy the full SHA
    d2bbed3 View commit details
    Browse the repository at this point in the history
  2. style: Prettier 자동 포맷팅 적용

    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    lee-sihun and claude committed Mar 23, 2026
    Configuration menu
    Copy the full SHA
    cc4d564 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2026

  1. feat: 리눅스 데몬 권한 인증 추가

    lee-sihun
    lee-sihun committed Mar 24, 2026
    Configuration menu
    Copy the full SHA
    e43d44f View commit details
    Browse the repository at this point in the history
Loading