Skip to content
This repository has been archived by the owner on May 31, 2022. It is now read-only.

Commit

Permalink
Nagisa 0.1 Final
Browse files Browse the repository at this point in the history
  • Loading branch information
MouriNaruto committed Jan 15, 2018
1 parent b2cec62 commit dac1d5f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 29 deletions.
33 changes: 6 additions & 27 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,7 @@

## Changelog

**Nagisa 0.1 [Build 9]**
- Merge the changelog and update the readme.
- Add M2ConvertByteSizeToString function.
- Improve the Implemention of TransferManager.
- Fix a bug about searching tasks from the task list.
- Remove Uint64ToByteSpeedStringConverter.
- Remove ITransferTask::Cancel method.
- Add ITransferTask::CancelAsync method.
- Fix a bug when using M2AsyncCreate function. (Thanks to MichaelSuen)
- Fix a bug when cancelling the task.
- Fix a bug when changing the task status.
- Rename Uint64ToByteSizeStringConverter as Uint64ByteSizeToStringConverter.
- Rename RemainTimeToTimeStringConverter as Uint64RemainTimeToStringConverter.
- Add TaskStatusToVisibleConverter.
- Remove StatusErrorToVisibleConverter.
- Remove StatusPausedToVisibleConverter.
- Remove StatusRunningToVisibleConverter.
- Remove unused assets.

### Nagisa 0.1 [Build 8]
### Nagisa 0.1 [Build 10]
**New Features**
- Supported Transfer Protocols: HTTP, HTTPS, FTP, FTPS, WebSocket and WebSocket
Secure.
Expand Down Expand Up @@ -58,7 +39,7 @@
- TotalBytesToReceive property.
- Pause method.
- Resume method.
- Cancel method.
- CancelAsync method.
- NotifyPropertyChanged method.
- M2-Team Common Library
- M2RemoveReference trait.
Expand All @@ -74,6 +55,7 @@
- M2ThrowPlatformExceptionIfFailed function.
- M2ThrownPlatformExceptionToHResult function.
- M2FindSubString function.
- M2ConvertByteSizeToString function.
- M2FormatString function.
- M2GetTickCount function.
- M2PathFindFileName function.
Expand All @@ -83,13 +65,10 @@
- M2::CComObject class.
- XAML
- Uint64ToDoubleConverter converter.
- Uint64ToByteSizeStringConverter converter.
- Uint64ToByteSpeedStringConverter converter.
- Uint64ByteSizeToStringConverter converter.
- StorageFileToFileNameConverter converter.
- StatusErrorToVisibleConverter converter.
- StatusPausedToVisibleConverter converter
- StatusRunningToVisibleConverter converter.
- RemainTimeToTimeStringConverter converter.
- TaskStatusToVisibleConverter converter.
- Uint64RemainTimeToStringConverter converter.
- TaskListEmptyToVisibilityConverter converter.
- CustomContentDialogStyle style.
- CustomIconButtonStyle style.
Expand Down
2 changes: 1 addition & 1 deletion Nagisa/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" IgnorableNamespaces="uap mp">
<Identity Name="40174MouriNaruto.Nagisa" Publisher="CN=E310A153-74A9-4D81-800B-857A8D58408A" Version="0.1.9.0" />
<Identity Name="40174MouriNaruto.Nagisa" Publisher="CN=E310A153-74A9-4D81-800B-857A8D58408A" Version="0.1.10.0" />
<mp:PhoneIdentity PhoneProductId="eac382d2-e582-49fb-83ec-61dc13250420" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>Nagisa</DisplayName>
Expand Down
2 changes: 1 addition & 1 deletion Shared/NagisaVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ License: The MIT License

#define NAGISA_VER_MAJOR 0
#define NAGISA_VER_MINOR 1
#define NAGISA_VER_BUILD 9
#define NAGISA_VER_BUILD 10
#define NAGISA_VER_REV 0
#endif

Expand Down

0 comments on commit dac1d5f

Please sign in to comment.