Skip to content

Release v1.1.1

Choose a tag to compare

@binary-ho binary-ho released this 30 Jan 15:34
· 30 commits to develop since this release

Release v1.1.1

fix: 메모가 영속 저장되지 않는 에러 조치

Release v1.1.0

더 쉽고 직관적으로 사용할 수 있게 변경
메모 생성시 더 쉽게 확인할 수 있도록 변경

  1. MacOS 기본 단축키 변경

    • Before: Option + Shift + M
    • After: Option + M
  2. 컨트롤 + 마우스 휠로 텍스크 크기 조절 기능 추가

    • 기존엔 변경 불가능했다.
  3. TeatArea에서 텍스트 입력 가능 영역에 기본 Padding 추가

    • 기존엔 너무 딱 붙어 있었다
  4. 메모 생성시 안내 토스트 추가

    • 기존엔 직관적으로 알기 어려웠음
  5. Changed default MacOS shortcut

    • before: 'Option + Shift + M'
    • after: 'Option + M' for better accessibility
  6. Added text size adjustment feature using Ctrl + Mouse Wheel

  7. Added default padding to text input area in TextArea for improved readability

  8. Added toast popup notification when creating a new memo