Skip to content

Commit

Permalink
Move to version 5.0.1
Browse files Browse the repository at this point in the history
- Error to save island configuration fixed ( issue #138 )
- Interaction [&h170 / "I want go on a trip with {Mii}"] added
  • Loading branch information
Brionjv committed Jul 20, 2022
1 parent 74521bc commit e4427ba
Show file tree
Hide file tree
Showing 17 changed files with 111 additions and 109 deletions.
2 changes: 1 addition & 1 deletion Tomodachi Life Save Editor/TLSE_hub.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Tomodachi Life Save Editor/TLSE_interactions.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

206 changes: 104 additions & 102 deletions Tomodachi Life Save Editor/TLSE_interactions.vb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Tomodachi Life Save Editor/TLSE_islandconfig.vb
Original file line number Diff line number Diff line change
Expand Up @@ -1299,7 +1299,7 @@ Public Class TLSE_islandconfig
End If
End Sub

Private Sub Text_menu_save_Click(sender As Object, e As EventArgs)
Private Sub Text_menu_save_Click(sender As Object, e As EventArgs) Handles Text_menu_save.Click
Writeislandconfig()
End Sub

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ C:\Users\brice\source\repos\Tomodachi Life Save Editor\Tomodachi Life Save Edito
C:\Users\brice\source\repos\Tomodachi Life Save Editor\Tomodachi Life Save Editor\obj\Debug\Tomodachi Life Save Editor.pdb
C:\Users\brice\source\repos\Tomodachi Life Save Editor\Tomodachi Life Save Editor\obj\Debug\Tomodachi_Life_Save_Editor.TLSE_interactions.resources
C:\Users\brice\source\repos\Tomodachi Life Save Editor\Tomodachi Life Save Editor\obj\Debug\Tomodachi_Life_Save_Editor.TLSE_issueslegends.resources
C:\Users\brice\source\repos\Tomodachi Life Save Editor\Tomodachi Life Save Editor\obj\Debug\Tomodachi Life Save Editor.vbproj.AssemblyReference.cache
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion Version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Version 5.0.0
Version 5.0.1
1 change: 0 additions & 1 deletion Version_EX.txt

This file was deleted.

0 comments on commit e4427ba

Please sign in to comment.