Skip to content

Commit

Permalink
Update to 1.1.400.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouriNaruto committed May 30, 2023
1 parent e6a229b commit f333f8e
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 8 deletions.
Binary file modified Documents/MainWindow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions Documents/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# NanaGet Release Notes

**NanaGet 1.1 (1.1.400.0)**

- Add German translation. (Contributed by uDEV2019.)
- Add firewall rules for in AppX manifest. (Suggested by
AndromedaMelody.)
- Add Traditional Chinese translation. (Contributed by SakuraNeko.)
- Add Japanese translation. (Contributed by hez2010.)
- Refresh application and file type icons. (Designed by Shomnipotence.)
- Update the minimum system requirement to Windows 10 Version 2004 (Build
19041) or later for solving issues in the XAML Islands.
- Fix twice initialization issue. (Thanks to driver1998.)
- Use NuGet package version of Mile.Aria2 instead of Aria2 mainline for getting
smaller binary size and full native ARM64 support.
- Use NuGet package version of Mile.Xaml and update to 2.0.616.
- Refresh the UI with Windows 11 XAML control styles and the immersive Mica
effects.
- Migrate implementation from Windows.Data.Json to JSON for Modern C++.
- Use Git submodule version of Mile.Project.Windows.
- Add Mile.Windows.Helpers 1.0.15.
- Use separate modal dialogs instead of XAML content dialogs.
- Show error dialog when Windows Runtime XAML meeting the unhandled exception.
- Improve the save download session support.

**NanaGet 1.0 (1.0.36.0)**

- Use aria2 as transfer engine.
Expand Down
2 changes: 1 addition & 1 deletion NanaGet/NanaGet.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<MileProjectOriginalFilename>NanaGet.exe</MileProjectOriginalFilename>
<MileProjectProductName>NanaGet</MileProjectProductName>
<MileProjectVersion>1.1.$([System.DateTime]::Today.Subtract($([System.DateTime]::Parse('2022-04-25'))).TotalDays).0</MileProjectVersion>
<MileProjectVersionTag>Preview 1</MileProjectVersionTag>
<!-- <MileProjectVersionTag>Preview 1</MileProjectVersionTag> -->
</PropertyGroup>
<Import Project="..\Mile.Project.Windows\Mile.Project.Cpp.Default.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Cpp.props" />
Expand Down
8 changes: 4 additions & 4 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.1.90.0" />
Version="1.1.400.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
7 changes: 4 additions & 3 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ requests and issues are welcome.**
- Multi-language Support: English, German, Japanese, Traditional Chinese and
Simplified Chinese.
- Packaging with MSIX for modern deployment experience.
- Modernize the UI with XAML Islands with dark and light mode support. (Dynamic
dark and light mode switching is supported for Windows 11 and later.)
- Modernize the UI with XAML Islands with the Windows 11 control style, dark
and light mode support.
- Full High DPI and partial Accessibility support.

## System Requirements
Expand Down Expand Up @@ -77,11 +77,12 @@ N/A.
(Dynamic dark and light mode switching is supported for Windows 11 and
later.)
- [x] Add full High DPI and partial Accessibility support.
- 1.x Series (T.B.D.)
- 1.1 (May 30, 2023)
- [x] Improve the Mile.Xaml implementations for providing more modern control
styles and keeping smaller binary size.
- [x] Try to build my aria2 binary instead of using offical one for providing
x64 and arm64 native support for aria2 part.
- 1.x Series (T.B.D.)
- [ ] Remote aria2 instance support.
- [ ] Providing HASH value for downloaded files.
- [ ] Get download uri from QR code and texts in images.
Expand Down

0 comments on commit f333f8e

Please sign in to comment.