Skip to content

Commit

Permalink
Switch to release.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouriNaruto committed Jun 22, 2024
1 parent 2b03512 commit b745995
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
21 changes: 21 additions & 0 deletions Documents/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# NanaGet Release Notes

**NanaGet 1.2 (1.2.789.0)**

- Fix no label issue in Tile mode when using Windows 10's Start. (Thanks to
hl2guide.)
- Continue to fix "Layout cycle detected. Layout could not complete." issue.
- Remove 32-bit x86 support because supported 32-bit x86 Windows versions don't
support running on 32-bit only x86 processors.
- Update Mile.Xaml to 2.1.661.
- Update Mile.Aria2 to 1.0.230.
- Use WINRT_NO_SOURCE_LOCATION to reduce the binary size.
- Use WTL NuGet package instead of ThirdParty\WindowsTemplateLibrary project.
- Update Mile.Windows.Helpers to 1.0.534.
- Use Mile.Json to 1.0.659 instead of JSON for Modern C++.
- Backport the documentation changes from https://github.com/M2Team/NanaZip/pull/435.
(Thanks to sirredbeard.)
- Ignore the text scale factor for solving the UI layout issues like
https://github.com/M2Team/NanaBox/issues/10. (Feedbacked by prakharb5.)
- Improve maintainer tools for introducing automatic packaging support when
building all targets for NanaGet.
- Improve several implementations.

**NanaGet 1.1 (1.1.400.0)**

- Add German translation. (Contributed by uDEV2019.)
Expand Down
Binary file modified NanaGet/NanaGetResources.rc
Binary file not shown.
2 changes: 1 addition & 1 deletion NanaGetPackage/NanaGetPackage.wapproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Image Assets -->
<Content Include="..\Assets\PreviewPackageAssets\**\*">
<Content Include="..\Assets\PackageAssets\**\*">
<DeploymentContent>true</DeploymentContent>
<Link>Assets\%(RecursiveDir)%(FileName)%(Extension)</Link>
</Content>
Expand Down
6 changes: 3 additions & 3 deletions NanaGetPackage/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
IgnorableNamespaces="uap rescap">

<Identity
Name="40174MouriNaruto.NanaGetPreview"
Name="40174MouriNaruto.NanaGet"
Publisher="CN=E310A153-74A9-4D81-800B-857A8D58408A"
Version="1.2.789.0" />

<Properties>
<DisplayName>NanaGet Preview</DisplayName>
<DisplayName>NanaGet</DisplayName>
<PublisherDisplayName>Kenji Mouri</PublisherDisplayName>
<Logo>Assets\StoreLogo.png</Logo>
</Properties>
Expand All @@ -40,7 +40,7 @@
Executable="$targetnametoken$.exe"
EntryPoint="$targetentrypoint$">
<uap:VisualElements
DisplayName="NanaGet Preview"
DisplayName="NanaGet"
Description="NanaGet"
BackgroundColor="transparent"
Square150x150Logo="Assets\Square150x150Logo.png"
Expand Down

0 comments on commit b745995

Please sign in to comment.