Merged
Conversation
Removed all custom content, styles, and scripts from index.html, leaving only a minimal HTML structure with a generic title. This simplifies the file and removes all EasyKit-specific documentation and UI.
Renamed favicon.ico, icon.webp, and interface.webp from public/images to public/assets/images for better organization of static assets.
Introduces a multi-page documentation site for EasyKit, including index, features, installation, notes, and contact pages. Adds SEO meta tags, navigation, and accessibility improvements. Also includes robots.txt and sitemap.xml for search engine indexing.
Updated AssemblyVersion and FileVersion to 4.2.0 to reflect new release. No other changes were made.
Updated MyAppVersion from 4.1.9 to 4.2.0 in Common.iss, Release-win-x64.iss, and Release-win-x86.iss to prepare for a new release.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the EasyKit project version to 4.2.0 and adds new website documentation to improve user experience and discoverability. The most important changes are grouped below:
Version Updates
EasyKit.csproj,ISS/Common.iss,ISS/Release-win-x64.iss, andISS/Release-win-x86.issto reflect the new release. [1] [2] [3] [4]Website Documentation and SEO
robots.txtto allow all search engines and reference the sitemap for improved SEO.sitemap.xmllisting all major site pages for better search engine indexing.New Website Pages
features.htmldetailing EasyKit's main features and usage notes.installation.htmlwith installation instructions for Windows, macOS, and Linux, including system requirements and quickstart guide.contact.htmlproviding support, contribution, and security information for users and contributors.