Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcAnt01 committed Dec 10, 2021
1 parent a140390 commit 202a7c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions FluentScreenRecorder/Dialogs/ChangelogDialog.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@
<StackPanel>
<TextBlock Text="{x:Bind strings:Resources.Whatsnew}" FontWeight="Bold" Margin="0,0,0,5"/>
<RichTextBlock>
<Paragraph>- Now you can record the internal audio and the one coming from the microphone</Paragraph>
<Paragraph>- Bult-in gallery and videoplayer to see your saved recordings</Paragraph>
<Paragraph>- Overlay mode to see a small windows of the app on top of others (can be used as default mode)</Paragraph>
<Paragraph>- New updated icons for Windows 10 and Windows 11</Paragraph>
<Paragraph>- New ui with Windows 11 style</Paragraph>
<Paragraph>- Added context menus for gallery view</Paragraph>
<Paragraph>- Modernized video player design</Paragraph>
<Paragraph>- Share integration in the video player and in gallery view</Paragraph>
<Paragraph>- Fixed gallery view not displaying newly-recorded videos</Paragraph>
<Paragraph>- Fixed recording crash on some devices with internal audio enabled</Paragraph>
<Paragraph>- Several minor bug fixes and improvements</Paragraph>
<Paragraph>- We now have a Discord server if you want to join us :)</Paragraph>
</RichTextBlock>
<HyperlinkButton Content="{x:Bind strings:Resources.Discord}" NavigateUri="https://discord.com/invite/v4EXAwXPHw"/>
Expand Down
2 changes: 1 addition & 1 deletion FluentScreenRecorder/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" xmlns:uap6="http://schemas.microsoft.com/appx/manifest/uap/windows10/6" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" xmlns:uap5="http://schemas.microsoft.com/appx/manifest/uap/windows10/5" IgnorableNamespaces="uap mp uap6 rescap">
<Identity Publisher="CN=C24E79B7-1FD4-488D-B86C-FEA554E8BE9B" Version="2.0.1.0" Name="30500FilippoFedeli.FluentScreenRecorder"/>
<Identity Publisher="CN=C24E79B7-1FD4-488D-B86C-FEA554E8BE9B" Version="2.1.0.0" Name="30500FilippoFedeli.FluentScreenRecorder"/>
<mp:PhoneIdentity PhoneProductId="e86b341c-4717-4ec2-b466-0a89cf07967f" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>Fluent Screen Recorder</DisplayName>
Expand Down

0 comments on commit 202a7c9

Please sign in to comment.