diff --git a/Examples/screenshot7.png b/Examples/screenshot7.png new file mode 100644 index 000000000..4a836649b Binary files /dev/null and b/Examples/screenshot7.png differ diff --git a/README.md b/README.md index 4c6f4bba7..d50ff3ff5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # WoW Database Editor Integrated development environment (IDE) for Smart Scripts and database editing for TrinityCore based servers. -This project is continuation of [Visual SAI Studio](https://github.com/BandyscLegacy/VisualSAIStudio), but rewritten from scratch. It is still in early stages, but anyone is welcome to help :-) Together we can make great wow emu editor! **Smart script editing is already in good enough shape to use it on daily basis** +This project is continuation of [Visual SAI Studio](https://github.com/BandyscLegacy/VisualSAIStudio), but rewritten from scratch. Anyone is welcome to help :-) Together we can make great wow emu editor! **Smart script editing is already in good enough shape to use it on daily basis** # Supported server versions @@ -17,19 +17,14 @@ Application has built in auto updater, so you do not have to redownload here to ## Mac OS / Linux / Windows version **To run the cross platform version, you need [.NET 5 Runtime](https://dotnet.microsoft.com/download/dotnet/5.0) for your OS**. -WoW Database Editor is shipped with beta cross platform version. That version is compatibile with both MacOS, Linux and Windows. +WoW Database Editor is compatibile with both MacOS, Linux and Windows. -**Cross-platform download links**: +**Download links**: * [WoWDatabaseEditor for Windows.zip](https://ci.appveyor.com/api/projects/BAndysc/wowdatabaseeditor/artifacts/WoWDatabaseEditorWindows.zip?branch=master) * [WoWDatabaseEditor for Linux.zip](https://github.com/BAndysc/WoWDatabaseEditor/releases) (please use version from GitHub Releases and update via application) * [WoWDatabaseEditor for MacOS.zip](https://github.com/BAndysc/WoWDatabaseEditor/releases) (please use version from GitHub Releases and update via application) -This version probably will become the only option in the future, so I will appreciate any bug reports in it. - -## Windows legacy version -**On Windows the application requires [.NET 5 Desktop Runtime x64](https://dotnet.microsoft.com/download/dotnet/5.0)**. Ensure you have `.NET Desktop Runtime 5.x` installed (`.NET 5` is NOT enough) - -This Windows version IS different to the version above. Every commit is built by AppVeyor, here are the latest **Windows only binaries**: [WoWDatabaseEditorWindows.zip](https://ci.appveyor.com/api/projects/BAndysc/wowdatabaseeditor/artifacts/WoWDatabaseEditorWindowsWPF.zip?branch=master) +Note: Legacy Windows version ("WPF") is already deprecated # I want to contribute! That's a fantastic news! There is still a lot to do in the IDE, if you do not know what you can do, check out [opened issues, especially those marked as "help wanted"](https://github.com/BAndysc/WoWDatabaseEditor/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) @@ -42,6 +37,7 @@ That's a fantastic news! There is still a lot to do in the IDE, if you do not kn * TrinityCore, Cmangos and everyone who contributes to WoW Core! * [Avalonia](https://avaloniaui.net/) - WoW Database Editor is built upon Avalonia UI framework +![screenshot7](https://raw.githubusercontent.com/BAndysc/WoWDatabaseEditor/master/Examples/screenshot7.png) ![screenshot4](https://raw.githubusercontent.com/BAndysc/WoWDatabaseEditor/master/Examples/screenshot4_macos.png) ![screenshot5](https://raw.githubusercontent.com/BAndysc/WoWDatabaseEditor/master/Examples/screenshot6.png) ![screenshot6](https://raw.githubusercontent.com/BAndysc/WoWDatabaseEditor/master/Examples/screenshot5_macos.png)