Skip to content

Commit

Permalink
1.2.5.0 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
rex706 committed Apr 19, 2019
1 parent 6fb40a6 commit 9bd2d9c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -302,3 +302,4 @@ $RECYCLE.BIN/

# Windows shortcuts
*.lnk
Deploy Instructions.txt
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,21 @@ Easily log in and switch between Steam accounts.
* Import/Export accounts.
* Start with windows.
* Start minimized.
* Minimize to tray.
* Data password protection.

------------------------------------

**CHANGELOG**

**Latest version:**
1.2.5.0
* Password protect application and data file.
- Encrypts entire data file.
* Fix properly minimizing to system tray if setting enabled.
* Fix Steam Guard window detection in different languages using the [em dash '—'](https://en.wikipedia.org/wiki/Dash) instead of standard hyphen.
* Crash fixes.

1.2.4.1
* Steam Guard login fixes.
- Additional Language support.
Expand Down
4 changes: 2 additions & 2 deletions SAM/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.4.1")]
[assembly: AssemblyFileVersion("1.2.4.1")]
[assembly: AssemblyVersion("1.2.5.0")]
[assembly: AssemblyFileVersion("1.2.5.0")]
2 changes: 1 addition & 1 deletion SAM/SettingsWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<TabControl HorizontalAlignment="Left" Height="142" VerticalAlignment="Top" Width="288" Margin="10,10,0,0" Background="{x:Null}">
<TabItem Header="General">
<Grid>
<Label x:Name="NumPerRowLabel" Content="Accounts/Row" HorizontalAlignment="Left" Margin="116,4,0,0" VerticalAlignment="Top" Foreground="#FFD1D1D1"/>
<Label x:Name="NumPerRowLabel" Content="Accounts Per Row" HorizontalAlignment="Left" Margin="116,3,0,0" VerticalAlignment="Top" Foreground="#FFD1D1D1"/>
<TextBox x:Name="textBox" HorizontalAlignment="Left" Height="19" Margin="83,7,0,0" TextWrapping="Wrap" VerticalAlignment="Top" Width="30" MaxLines="1" MaxLength="2" TextAlignment="Center" ToolTip="Adjust the number of accounts displayed per row" BorderBrush="#FF707070"/>
<CheckBox x:Name="startupCheckBox" Content="Start with Windows" HorizontalAlignment="Left" Margin="83,34,0,0" VerticalAlignment="Top" Foreground="#FFD1D1D1"/>
<CheckBox x:Name="startupMinCheckBox" Content="Start Minimized" HorizontalAlignment="Left" Margin="83,54,0,0" VerticalAlignment="Top" Foreground="#FFD1D1D1"/>
Expand Down
4 changes: 2 additions & 2 deletions latest.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.2.4.1
1.2.5.0
SAM.exe
https://github.com/rex706/SAM/releases/download/v1.2.4.1/SAM.exe
https://github.com/rex706/SAM/releases/download/v1.2.5.0/SAM.exe
SAM.exe

0 comments on commit 9bd2d9c

Please sign in to comment.