Skip to content

Commit 0e341ea

Browse files
committed
3.0 update
1 parent 470148e commit 0e341ea

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

FluentScreenRecorder/Dialogs/ChangelogDialog.xaml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@
1515
<StackPanel>
1616
<TextBlock Text="{x:Bind strings:Resources.Whatsnew}" FontWeight="Bold" Margin="0,0,0,5"/>
1717
<RichTextBlock>
18-
<Paragraph>- Added context menus for gallery view</Paragraph>
19-
<Paragraph>- Modernized video player design</Paragraph>
20-
<Paragraph>- Share integration in the video player and in gallery view</Paragraph>
21-
<Paragraph>- Fixed gallery view not displaying newly-recorded videos</Paragraph>
22-
<Paragraph>- Fixed recording crash on some devices with internal audio enabled</Paragraph>
23-
<Paragraph>- Several minor bug fixes and improvements</Paragraph>
18+
<Paragraph>- Totally redesigned the ui taking inspiration from the Snipping Tool</Paragraph>
19+
<Paragraph>- Automatically save video recordings</Paragraph>
20+
<Paragraph>- "Saved" banner</Paragraph>
21+
<Paragraph>- Option to hide/show mouse cursor during recording</Paragraph>
22+
<Paragraph>- Option to show files in folder</Paragraph>
23+
<Paragraph>- Option to delay the beginning of the recording</Paragraph>
24+
<Paragraph>- "Esc" to go back</Paragraph>
25+
<Paragraph>- Tones of bug fixes and improvements</Paragraph>
2426
<Paragraph>- We now have a Discord server if you want to join us :)</Paragraph>
2527
</RichTextBlock>
2628
<HyperlinkButton Content="{x:Bind strings:Resources.Discord}" NavigateUri="https://discord.com/invite/v4EXAwXPHw"/>

FluentScreenRecorder/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
3-
<Identity Publisher="CN=C24E79B7-1FD4-488D-B86C-FEA554E8BE9B" Version="2.1.3.0" Name="30500FilippoFedeli.FluentScreenRecorder"/>
3+
<Identity Publisher="CN=C24E79B7-1FD4-488D-B86C-FEA554E8BE9B" Version="3.0.0.0" Name="30500FilippoFedeli.FluentScreenRecorder"/>
44
<mp:PhoneIdentity PhoneProductId="e86b341c-4717-4ec2-b466-0a89cf07967f" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
55
<Properties>
66
<DisplayName>Fluent Screen Recorder</DisplayName>

0 commit comments

Comments
 (0)