Skip to content

Commit af988e0

Browse files
committed
3.0.5
1 parent adf7728 commit af988e0

2 files changed

Lines changed: 11 additions & 7 deletions

File tree

source/Script1.rc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -434,8 +434,8 @@ CAPTION "About Organya"
434434
FONT 9, "MS PGothic", 0, 0, 0x1
435435
BEGIN
436436
DEFPUSHBUTTON "OK",IDOK,39,113,40,18
437-
CTEXT "Organya ver.3.0.4",IDC_STATIC,20,32,80,8
438-
LTEXT "2023 / 08 / 03",IDC_STATIC,37,43,44,8
437+
CTEXT "Organya ver.3.0.5",IDC_STATIC,20,32,80,8
438+
LTEXT "2023 / 08 / 29",IDC_STATIC,37,43,44,8
439439
CTEXT "Organya 1 by Studio Pixel",IDC_STATIC,2,57,114,16,SS_CENTERIMAGE | SS_SUNKEN
440440
ICON "ICON",ID_ICON_ORG,49,3,20,20,SS_NOTIFY,WS_EX_DLGMODALFRAME
441441
CTEXT "Organya 2 by Rxo Inverse",IDC_STATIC,2,75,114,16,SS_CENTERIMAGE | SS_SUNKEN
@@ -1197,8 +1197,8 @@ METRO02 WAVE "Wave\\Metro02.wav"
11971197
//
11981198

11991199
VS_VERSION_INFO VERSIONINFO
1200-
FILEVERSION 3,0,4,0
1201-
PRODUCTVERSION 3,0,4,0
1200+
FILEVERSION 3,0,5,0
1201+
PRODUCTVERSION 3,0,5,0
12021202
FILEFLAGSMASK 0x3fL
12031203
#ifdef _DEBUG
12041204
FILEFLAGS 0x1L
@@ -1216,11 +1216,11 @@ BEGIN
12161216
VALUE "Comments", "Please ignore the rough parts. "
12171217
VALUE "CompanyName", "No extra taste."
12181218
VALUE "FileDescription", "Organya 3"
1219-
VALUE "FileVersion", "3.0.4"
1219+
VALUE "FileVersion", "3.0.5"
12201220
VALUE "LegalCopyright", "Copyright (C) 2005-2023 Pixel and Rxo Inverse"
12211221
VALUE "OriginalFilename", "Organya.exe"
12221222
VALUE "ProductName", "Organya 3"
1223-
VALUE "ProductVersion", "3.0.4"
1223+
VALUE "ProductVersion", "3.0.5"
12241224
END
12251225
END
12261226
BLOCK "VarFileInfo"

source/help.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Organya 3 Ver3.0.4 Simple Help
1+
Organya 3 Ver3.0.5 Simple Help
22
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
33

44
Basic usage is the same as "Organya 1" developed by Mr. Pixel.
@@ -258,6 +258,10 @@ Organya 3 Ver3.0.4 Simple Help
258258

259259
# Revision History
260260

261+
3.0.5 2023/08/29 Added Page Left/Right keybinds (shift+arrow key)
262+
Updated dialogs to allow 3-digit step input
263+
Fixed "Open with..."/dropped file not working
264+
261265
3.0.4 2023/08/03 Removed "Precise" checkbox from repeat range and replaced it
262266
with a separate step textbox
263267
Exiting with unsaved changes will now ask you and let you

0 commit comments

Comments
 (0)