diff --git a/README.md b/README.md index c31fa82..5e6612a 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ A notepad app that uses WPF, and AvalonEdit as a text editor. A lot of the code files are copied from my other project [FramePFX](https://github.com/AngryCarrot789/FramePFX), which has more details about how they work if you want to read more -## Preview -![](SharpPad_2024-03-17_17.42.06.png) +## Preview `1.0.2` +![](SharpPad_2024-03-18_01.24.33.png) ## Codebase - `Notepad`: there is one of these associated wh each notepad window. This contains a collection of `NotepadEditor` instances, and an `ActiveEditor` property (as in, selected tab/editor) diff --git a/SharpPad_2024-03-17_17.42.06.png b/SharpPad_2024-03-17_17.42.06.png deleted file mode 100644 index a5c7a62..0000000 Binary files a/SharpPad_2024-03-17_17.42.06.png and /dev/null differ diff --git a/SharpPad_2024-03-18_01.24.33.png b/SharpPad_2024-03-18_01.24.33.png new file mode 100644 index 0000000..797a6a7 Binary files /dev/null and b/SharpPad_2024-03-18_01.24.33.png differ