Skip to content

Commit

Permalink
2.0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
BinaryConstruct committed Aug 28, 2011
1 parent 67330a7 commit ee2293d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion TEdit/Shell.xaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Window x:Class="TEdit.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:vm="clr-namespace:TEdit.ViewModels" xmlns:views="clr-namespace:TEdit.Views" Title="TEdit 2 - 2.0.8.4"
xmlns:vm="clr-namespace:TEdit.ViewModels" xmlns:views="clr-namespace:TEdit.Views" Title="TEdit 2 - 2.0.8.5"
Height="600" Width="800" TextOptions.TextFormattingMode="Display" TextOptions.TextRenderingMode="Aliased"
UseLayoutRounding="True" Background="{StaticResource WindowBackgroundBrush}" Foreground="{DynamicResource TextBrush}" Icon="/TEdit;component/Images/tedit.ico">
<DockPanel Grid.Row="1" HorizontalAlignment="Stretch">
Expand Down
1 change: 1 addition & 0 deletions TEdit/TEdit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@
<ItemGroup>
<Content Include="settings.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<SubType>Designer</SubType>
</Content>
<Resource Include="Images\tedit.ico" />
<Resource Include="Images\Overlays\dungeon_marker.png" />
Expand Down
14 changes: 14 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
2011-08-27 Update to settings.xml file closes #105
2011-08-26 More prep for settings change
2011-08-26 Creating new settings file in prep for update
2011-08-22 updating readme
2011-08-21 Merge pull request #119 from 27sierra/patch-1
2011-08-21 Edited TEdit/items.txt via GitHub
2011-08-19 Merge pull request #115 from Kyphis/master
2011-08-18 Added Thaky's colors
2011-08-19 Schematics
2011-08-17 Version updated to 1.0.8.4 (Terraria 1.0.6.1)
2011-08-17 Compatibility for 1.0.6.1 patch, added tile and wall numbers to hover text
2011-08-11 Merge remote branch 'origin/master'
2011-08-11 Merge pull request #106 from 27sierra/patch-1
2011-08-11 Edited TEdit/items.txt via GitHub
2011-08-09 refactoring chest/sign hittest
2011-08-09 updated version, closes #101
2011-08-09 removed debug code
Expand Down

0 comments on commit ee2293d

Please sign in to comment.