-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* docs: update changelog for v1.1 release * feat: add support for macOS Ventura (13.0+) * feat: toggle popover on launch * feat: open popover on dock icon click * docs: update changelog * refactor: move ToastView to right location * feat: add support for macOS Services * refactor: move extensions to right location * feat(ui): add ProgressBar component * feat(progress-bar): for error * feat(ui): apply ProgressBar and do some refactors * feat(settings): add service registration guide * chore: set version v1.1.0 * refactor(ci): set version by myself * refactor: remove unused codes/comments * fix(ui): remove duplicated font definition * docs: update docs * docs: update docs * docs: update changelog * chore(release): update version to v1.1.0
- Loading branch information
Showing
19 changed files
with
425 additions
and
241 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
## v1.1.0 - macOS Ventura (13.0+) 지원, 사용성 개선, macOS 서비스 메뉴 추가 | ||
|
||
- macOS Ventura (13.0+)를 지원합니다. | ||
- 앱 실행 시 아무 동작이 없는 것처럼 보인다는 피드백을 반영하여 실행 직후 맞춤법 검사기 화면을 표시하도록 변경했습니다. | ||
- Dock에 앱을 두고 사용하는 경우를 고려해 Dock에 있는 앱을 클릭했을 때 맞춤법 검사기 화면이 표시되도록 변경했습니다. | ||
- 검사 진행 중 확인이 가능하도록 진행률을 표시하도록 추가했습니다. | ||
- 맥 내 서비스(Services) 메뉴에서도 맞춤법 검사를 할 수 있도록 추가했습니다. 단축키를 할당하면 아무 곳에서나 선택한 텍스트를 바로 검사할 수 있습니다. 방법: https://github.com/ssut/Matchumbeop/wiki/macOS-서비스-등록-방법 | ||
|
||
## v1.0 - 첫 릴리즈 | ||
|
||
- 첫 릴리즈 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.