-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
42723df
commit 4c3e259
Showing
4 changed files
with
14 additions
and
44 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,18 @@ | ||
## AniMoe Version 0.0.2 | ||
## AniMoe Version 0.0.3 | ||
|
||
### Fixes: | ||
- Fixed the Navigation Pane where it breaks the ui when the window is maximized. | ||
- Fixed Media Title's Font size being bold. | ||
- Changed the Ariring date indicator to show on hover instead of clicking it. | ||
- Fixed an issue where multiple windows are opening in some machines. | ||
|
||
### What's new? | ||
- Added a new installer (animoe_setup.exe) where you can install AniMoe without using any scripts. | ||
- Added a new In-App updater feature. | ||
- Both AniMoe.msix and animoe_setup.exe are now signed with a proper certificate. | ||
- Bumped some packages to latest version. | ||
- Added a new splash screen. | ||
- Replaced from `WebView` to `MarkdownTextblock` in most areas. | ||
- Bumped to Windows App SDK 1.5 | ||
- Bumped from .NET 7 to .NET 8 | ||
|
||
[GitHub](https://github.com/CosmicPredator/AniMoe) | [Download](https://github.com/CosmicPredator/AniMoe/releases/latest/) | ||
### Others | ||
- Replaced the usage of `PInvoke` with `Microsoft.Windows.CsWin32`. | ||
- Some of the unsafe `HWND` methods are now replaced with safer methods. | ||
|
||
[GitHub](https://github.com/CosmicPredator/AniMoe) | [Download](https://github.com/CosmicPredator/AniMoe/releases/latest/) | [Join Our Discord](https://discord.gg/JqFrzMmVMC) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.0.2 | ||
0.0.3 |
This file was deleted.
Oops, something went wrong.