Skip to content

Commit 06bcdf6

Browse files
committed
Switch to release.
1 parent 0eef568 commit 06bcdf6

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-5
lines changed

Documents/ReleaseNotes.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# NanaBox Release Notes
22

3+
**NanaBox 1.3 Update 5 (1.3.874.0)**
4+
5+
- Fix the crash issue when clicking the "Restart Virtual Machine" button.
6+
- Simplify the virtual machine connect and disconnect implementation.
7+
- Add cursor confining support with Ctrl+Alt+Left/Right shortcut key for improve
8+
user experience for some applications. (Press the same shortcut key if you
9+
want to release cursor confining.)
10+
311
**NanaBox 1.3 Update 4 (1.3.871.0)**
412

513
- Fix the virtual machine content resize issue after the virtual machine

NanaBox/NanaBoxResources.rc

-14 Bytes
Binary file not shown.

NanaBoxPackage/NanaBoxPackage.wapproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</ItemGroup>
2828
<ItemGroup>
2929
<!-- Image Assets -->
30-
<Content Include="..\Assets\PreviewPackageAssets\**\*">
30+
<Content Include="..\Assets\PackageAssets\**\*">
3131
<DeploymentContent>true</DeploymentContent>
3232
<Link>Assets\%(RecursiveDir)%(FileName)%(Extension)</Link>
3333
</Content>

NanaBoxPackage/Package.appxmanifest

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
IgnorableNamespaces="uap rescap desktop uap3 uap16 uap17">
1212

1313
<Identity
14-
Name="40174MouriNaruto.NanaBoxPreview"
14+
Name="40174MouriNaruto.NanaBox"
1515
Publisher="CN=E310A153-74A9-4D81-800B-857A8D58408A"
16-
Version="1.3.873.0" />
16+
Version="1.3.874.0" />
1717

1818
<Properties>
19-
<DisplayName>NanaBox Preview</DisplayName>
19+
<DisplayName>NanaBox</DisplayName>
2020
<PublisherDisplayName>Kenji Mouri</PublisherDisplayName>
2121
<Logo>Assets\StoreLogo.png</Logo>
2222
<uap16:UpdateWhileInUse>defer</uap16:UpdateWhileInUse>
@@ -42,7 +42,7 @@
4242
Executable="$targetnametoken$.exe"
4343
EntryPoint="$targetentrypoint$">
4444
<uap:VisualElements
45-
DisplayName="NanaBox Preview"
45+
DisplayName="NanaBox"
4646
Description="NanaBox"
4747
BackgroundColor="transparent"
4848
Square150x150Logo="Assets\Square150x150Logo.png"

ReadMe.md

+3
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ If you'd like me to add features or improvements ahead of time, please use
7070
implemented.)
7171
- Support customize partial System Management BIOS (SMBIOS) information for
7272
virtual machines.
73+
- Support cursor confining with Ctrl+Alt+Left/Right shortcut key for improve
74+
user experience for some applications. (Press the same shortcut key if you
75+
want to release cursor confining.)
7376

7477
## System Requirements
7578

0 commit comments

Comments
 (0)