diff --git a/WeeXnes/Core/Global.cs b/WeeXnes/Core/Global.cs
index 2222785..d893719 100644
--- a/WeeXnes/Core/Global.cs
+++ b/WeeXnes/Core/Global.cs
@@ -8,7 +8,7 @@ namespace WeeXnes.Core
{
public class Information
{
- public const string Version = "4.5.1.5";
+ public const string Version = "4.5.1.6";
public const string EncryptionHash = "8zf5#RdyQ]$4x4_";
public const string ApiUrl = "https://api.github.com/repos/weexnes/weexnessuite/releases/latest";
}
diff --git a/WeeXnes/MainWindow.xaml b/WeeXnes/MainWindow.xaml
index ee828db..5329b3b 100644
--- a/WeeXnes/MainWindow.xaml
+++ b/WeeXnes/MainWindow.xaml
@@ -10,6 +10,7 @@
xmlns:discordrpc="clr-namespace:WeeXnes.Views.DiscordRPC"
xmlns:passwordGenerator="clr-namespace:WeeXnes.Views.PasswordGenerator"
xmlns:profile="clr-namespace:WeeXnes.Views.ProfileView"
+ xmlns:EncryptedTextEditor="clr-namespace:WeeXnes.Views.EncryptedTextEditor"
mc:Ignorable="d"
Height="400"
Width="500"
@@ -91,6 +92,13 @@
Name="ButtonPwGen"
PageTag="Gen"
PageType="{x:Type passwordGenerator:PasswordGenView}"/>
+
+
+ Under construction
+
+
diff --git a/WeeXnes/Views/EncryptedTextEditor/TextEditorView.xaml.cs b/WeeXnes/Views/EncryptedTextEditor/TextEditorView.xaml.cs
new file mode 100644
index 0000000..f4acf45
--- /dev/null
+++ b/WeeXnes/Views/EncryptedTextEditor/TextEditorView.xaml.cs
@@ -0,0 +1,11 @@
+using System.Windows.Controls;
+
+namespace WeeXnes.Views.EncryptedTextEditor;
+
+public partial class TextEditorView : Page
+{
+ public TextEditorView()
+ {
+ InitializeComponent();
+ }
+}
\ No newline at end of file
diff --git a/WeeXnes/WeeXnes.csproj b/WeeXnes/WeeXnes.csproj
index be9db3d..0d6c5e0 100644
--- a/WeeXnes/WeeXnes.csproj
+++ b/WeeXnes/WeeXnes.csproj
@@ -4,7 +4,7 @@
Debug
AnyCPU
- 4.5.1.5
+ 4.5.1.6
{4B33CEE7-C74D-43B9-B99A-8B273D5195BC}
WinExe
WeeXnes
@@ -91,6 +91,9 @@
RunRPCView.xaml
+
+ TextEditorView.xaml
+
HomeView.xaml
@@ -158,6 +161,7 @@
+