Skip to content

Commit 342d064

Browse files
committed
Bump version, change log, and reverse icons on sorting
1 parent cfef9bd commit 342d064

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

Simple Icon File Maker/Simple Icon File Maker (Package)/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Identity
1010
Name="40087JoeFinApps.SimpleIconFileMaker"
1111
Publisher="CN=153F3B0F-BA3D-4964-8098-71AC78A1DF6A"
12-
Version="1.13.2.0" />
12+
Version="1.14.0.0" />
1313

1414
<Properties>
1515
<DisplayName>Simple Icon File Maker</DisplayName>

Simple Icon File Maker/Simple Icon File Maker/Controls/SizesControl.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@
6262
<MenuFlyout>
6363
<MenuFlyoutItem Command="{x:Bind ViewModel.ChangeSortOrderCommand}" CommandParameter="{x:Bind models:IconSortOrder.LargestFirst}">
6464
<MenuFlyoutItem.Icon>
65-
<FontIcon Glyph="&#xE70E;" />
65+
<FontIcon Glyph="&#xE70D;" />
6666
</MenuFlyoutItem.Icon>
6767
<MenuFlyoutItem.Text>Largest First</MenuFlyoutItem.Text>
6868
</MenuFlyoutItem>
6969
<MenuFlyoutItem Command="{x:Bind ViewModel.ChangeSortOrderCommand}" CommandParameter="{x:Bind models:IconSortOrder.SmallestFirst}">
7070
<MenuFlyoutItem.Icon>
71-
<FontIcon Glyph="&#xE70D;" />
71+
<FontIcon Glyph="&#xE70E;" />
7272
</MenuFlyoutItem.Icon>
7373
<MenuFlyoutItem.Text>Smallest First</MenuFlyoutItem.Text>
7474
</MenuFlyoutItem>

Simple Icon File Maker/Simple Icon File Maker/Views/AboutPage.xaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,18 @@
8585
<SymbolIcon Symbol="List" />
8686
</controls:SettingsExpander.HeaderIcon>
8787
<controls:SettingsExpander.Items>
88+
<controls:SettingsCard Header="v 1.14">
89+
<controls:SettingsCard.Description>
90+
<TextBlock>
91+
<LineBreak />
92+
● Sort sizes<LineBreak />
93+
● Auto refresh Cancel<LineBreak />
94+
● Core refactors<LineBreak />
95+
● Update packages<LineBreak />
96+
● Bug fixes<LineBreak />
97+
</TextBlock>
98+
</controls:SettingsCard.Description>
99+
</controls:SettingsCard>
88100
<controls:SettingsCard Header="v 1.13">
89101
<controls:SettingsCard.Description>
90102
<TextBlock>

0 commit comments

Comments
 (0)