From 4c3e259f5c75cb1a4ab31a65abe0663c58215563 Mon Sep 17 00:00:00 2001 From: CosmicPredator Date: Sat, 23 Mar 2024 21:57:31 +0530 Subject: [PATCH] Final release stuffs --- appveyor.yml | 30 ------------------------------ changelog.md | 20 +++++++++++++------- latest.txt | 2 +- msbuild.rsp | 6 ------ 4 files changed, 14 insertions(+), 44 deletions(-) delete mode 100644 appveyor.yml delete mode 100644 msbuild.rsp diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index f5cd00c..0000000 --- a/appveyor.yml +++ /dev/null @@ -1,30 +0,0 @@ -version: 1.0.{build} - -branches: - only: - - devel - -skip_tags: true -image: Visual Studio 2022 -init: - - git config --global core.autocrlf input - -clone_folder: c:\animoe -clone_depth: 1 - -platform: x64 -configuration: Release - -before_build: -- ps: dotnet nuget add source https://pkgs.dev.azure.com/dotnet/CommunityToolkit/_packaging/CommunityToolkit-Labs/nuget/v3/index.json -n CommunityToolkitLabs -- ps: msbuild AniMoe.sln /t:Restore /p:Configuration=Release - -# build_script: -# - msbuild AniMoe.sln /p:Configuration=Release /p:Platform=x64 /p:UapAppxPackageBuildMode=SideloadOnly /p:AppxBundle=Never /p:GenerateAppxPackageOnBuild=true - -build: - project: AniMoe.sln - verbosity: normal - -artifacts: - - path: 'Packages\*.msix' diff --git a/changelog.md b/changelog.md index 933d9fa..7bc629f 100644 --- a/changelog.md +++ b/changelog.md @@ -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/) \ No newline at end of file +### 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) \ No newline at end of file diff --git a/latest.txt b/latest.txt index 4e379d2..bcab45a 100644 --- a/latest.txt +++ b/latest.txt @@ -1 +1 @@ -0.0.2 +0.0.3 diff --git a/msbuild.rsp b/msbuild.rsp deleted file mode 100644 index 567cdbb..0000000 --- a/msbuild.rsp +++ /dev/null @@ -1,6 +0,0 @@ -/p:Configuration=Release -/p:Platform=x64 -/p:UapAppxPackageBuildMode=SideloadOnly -/p:AppxBundle=Never -/p:GenerateAppxPackageOnBuild=true -/p:AppxPackageTestDir="Packages\" \ No newline at end of file