Release v2.2.0 #8
Closed
leMicin
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Introduction
This is the first release of Sidekick at its new Github home. We have created a new organization for Sidekick as we have a few side projects in mind related to Path of Exile and we wanted to host them all in one location.
Changes
Removed Features
Development
Sidekick was initially developed using WPF as its display technology. We have since moved over to Blazor + Electron. Now that the move has been completed, we can now change our architecture to something that fits Blazor in a much better way. If you wanted to contribute in the past and were scared off by the complexity of the code, we encourage you to look at the code again. It should be easier to understand.
New Architecture
The new architecture aims to be a lot more simple to understand. There is a lot less layers to go through to be able to do something. The new architecture consists of multiple smaller "module" projects that are isolated from the other modules. We also have some Api projects whose only role is to facilitate communications to other Apis.
Changes
This discussion was created from the release Release v2.2.0.
Beta Was this translation helpful? Give feedback.
All reactions