Skip to content

Commit 9417a18

Browse files
committed
chore: 버전 수정
1 parent 6a041af commit 9417a18

5 files changed

Lines changed: 9 additions & 15 deletions

File tree

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</p>
1616

1717
[![GitHub release](https://img.shields.io/github/release/lee-sihun/DmNote.svg?logo=github)](https://github.com/lee-sihun/DmNote/releases)
18-
[![GitHub downloads](https://img.shields.io/github/downloads/lee-sihun/DmNote/total.svg?logo=github)](https://github.com/lee-sihun/DmNote/releases/download/1.3.0/DM.NOTE.v.1.3.0.zip)
18+
[![GitHub downloads](https://img.shields.io/github/downloads/lee-sihun/DmNote/total.svg?logo=github)](https://github.com/lee-sihun/DmNote/releases/download/1.4.0/DM.NOTE.v.1.4.0.zip)
1919
[![GitHub license](https://img.shields.io/github/license/lee-sihun/DmNote.svg?logo=github)](https://github.com/lee-sihun/DmNote/blob/master/LICENSE)
2020
</div>
2121

@@ -27,7 +27,7 @@ https://github.com/user-attachments/assets/20fb118d-3982-4925-9004-9ce0936590c2
2727
키보드 후킹을 위해 [willhook](https://github.com/myood/willhook-rs) 패키지를 사용합니다.
2828
간편한 설정으로 스트리밍이나 플레이 영상 제작 시 키 입력을 시각적으로 보여줄 수 있습니다. 현재는 windows 환경만 지원하며, 리듬게임 이외의 다른 게임에서도 사용이 가능합니다.
2929

30-
[DM NOTE v1.3.0 다운로드](https://github.com/lee-sihun/DmNote/releases/download/1.3.0/DM.NOTE.v.1.3.0.zip)
30+
[DM NOTE v1.4.0 다운로드](https://github.com/lee-sihun/DmNote/releases/download/1.4.0/DM.NOTE.v.1.4.0.zip)
3131

3232
## ✨ 주요 기능
3333

@@ -62,7 +62,7 @@ https://github.com/user-attachments/assets/20fb118d-3982-4925-9004-9ce0936590c2
6262
### 🔢 키 카운터
6363

6464
- 키별 입력 횟수 실시간 표시
65-
- 카운터 위치, 색상 및 스타일 커스터마이징
65+
- 카운터 위치, 색상 및 스타일 커스터마이징
6666
- 커스텀 CSS 지원
6767

6868
### ⚙️ 그래픽 및 설정
@@ -129,7 +129,7 @@ npm run tauri:dev
129129

130130
## 📝 참고사항
131131

132-
- 일부 게임의 전체화면 모드에서는 정상 동작하지 않습니다. 이 경우 테두리 없는 창 모드를 사용해주세요.
132+
- 일부 게임의 전체화면 모드에서는 정상 동작하지 않습니다. 이 경우 테두리 없는 창 모드를 사용해주세요.
133133
- 그래픽 문제 발생 시 설정에서 렌더링 옵션을 변경해주세요.
134134
- OBS 윈도우 캡쳐로 크로마키 없이 배경을 투명하게 불러올 수 있습니다.
135135
- 게임 화면 위에 표시할 경우, **항상 위에 표시**로 배치한 뒤 **오버레이 창 고정**을 활성화해주세요.
@@ -157,9 +157,3 @@ npm run tauri:dev
157157
- 동시 입력 간격 밀리초(ms) 표시
158158
- 입력 통계 분석 기능
159159
-->
160-
161-
162-
163-
164-
165-

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ <h1>DM Note</h1>
9090
GitHub Release
9191
</a>
9292
<a
93-
href="https://github.com/lee-sihun/DmNote/releases/download/1.3.0/DM.NOTE.v.1.3.0.zip"
93+
href="https://github.com/lee-sihun/DmNote/releases/download/1.4.0/DM.NOTE.v.1.4.0.zip"
9494
class="badge badge-primary"
9595
>
96-
v1.3.0 다운로드
96+
v1.4.0 다운로드
9797
</a>
9898
<a href="https://github.com/lee-sihun/DmNote" class="badge">
9999
GitHub Repository

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dm-note",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "DM NOTE",
55
"scripts": {
66
"dev": "vite",

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "DM NOTE",
4-
"version": "1.3.0",
4+
"version": "1.4.0",
55
"identifier": "com.dmnote.desktop",
66
"build": {
77
"beforeBuildCommand": "npm run build",

src/renderer/components/main/Settings.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ export default function Settings({ showAlert, showConfirm }) {
734734
</div>
735735
{/* 버전 및 설정 초기화 */}
736736
<div className="flex justify-between items-center py-[14px] px-[12px] bg-[#101013] rounded-[7px]">
737-
<p className="text-style-3 text-[#FFFFFF]">Ver 1.3.0</p>
737+
<p className="text-style-3 text-[#FFFFFF]">Ver 1.4.0</p>
738738
<div className="flex gap-[8px]">
739739
<button
740740
className="bg-[#2A2A30] hover:bg-[#303036] active:bg-[#393941] rounded-[7px] py-[4px] px-[9px] text-style-2 text-[#DCDEE7] disabled:opacity-50 disabled:cursor-not-allowed"

0 commit comments

Comments
 (0)