Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
/winfilePublic archive

Commit63ec2cc

Browse files
Bump version number; update changes (#455)
Co-authored-by: Malcolm <malxau@users.noreply.github.com>
1 parent175a42a commit63ec2cc

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

‎CHANGES.md‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
##Changes in v10.4 compared to v10.3 (February 2025)
2+
3+
1. New Korean translation
4+
2. Resizable dialogs in pt-PT
5+
3. Better preservation of display settings when opening a specified directory via command line
6+
4. Relative paths when opening a specified directory via command line
7+
5. Security related warnings and hardening
18

29
##Changes in v10.3 compared to v10.2 (March 2024)
310

‎Package/Package.appxmanifest‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10"
88
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
99
IgnorableNamespaces="desktop uap uap3 mp rescap">
10-
<IdentityName="Microsoft.WindowsFileManager"Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"Version="10.3.0.0" />
10+
<IdentityName="Microsoft.WindowsFileManager"Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"Version="10.4.0.0" />
1111
<Properties>
1212
<DisplayName>Windows File Manager</DisplayName>
1313
<PublisherDisplayName>Microsoft Corporation</PublisherDisplayName>

‎nuget/winfile.nuspec‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<packagexmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>winfile</id>
5-
<version>10.3.0.0</version>
5+
<version>10.4.0.0</version>
66
<title>WinFile</title>
77
<authors>Microsoft, WinFile OSS Contributors</authors>
88
<owners>https://github.com/craigwi</owners>

‎src/res.rc‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ END
9292
#define VER_PRODUCTNAME_STR "File Manager"
9393
#define VER_LEGALCOPYRIGHT_STR "Copyright (c) Microsoft Corporation. All rights reserved."
9494

95-
#define VER_FILEVERSION 10,3,0,0
96-
#define VER_FILEVERSION_STR "10.3.0.0\0"
97-
#define VER_PRODUCTVERSION 10,3,0,0
98-
#define VER_PRODUCTVERSION_STR "10.3.0.0\0"
95+
#define VER_FILEVERSION 10,4,0,0
96+
#define VER_FILEVERSION_STR "10.4.0.0\0"
97+
#define VER_PRODUCTVERSION 10,4,0,0
98+
#define VER_PRODUCTVERSION_STR "10.4.0.0\0"
9999

100100
#ifndef DEBUG
101101
#define VER_DEBUG 0

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp