Merged
Conversation
Deleted the entire website directory, including all documentation, configuration, static assets, and related files. This removes the Docusaurus-based documentation site and its supporting resources from the repository.
Add initial project files for the website, including .gitignore, package.json, package-lock.json, public/index.html, and wrangler.jsonc. This sets up the project structure, dependency management, and configuration for development and deployment.
Introduces a new static documentation website for EasyKit and CommonUtilities, including a redesigned index.html, a projects listing page, custom styles, and a minimal JavaScript for smooth scrolling. The site provides project overviews, documentation links, and contact information for developers.
Replaced the detailed documentation site in index.html with a minimal Hello World page. Removed projects.html, scripts.js, and styles.css, leaving only a static HTML file for the public site.
Replaces the basic index.html with a full-featured, responsive landing page for EasyKit, including sections for About, Projects, Features, Getting Started, and Contact. Adds favicon and interface images to the public assets. Integrates Bootstrap, Tailwind, Font Awesome, Animate.css, and custom styles for a modern developer-focused presentation.
Included a favicon link in the HTML head to display a custom icon for the website.
Deleted README_TEMPLATES.md as it is no longer needed in the repository.
Updated AssemblyVersion and FileVersion in EasyKit.csproj from 4.1.8 to 4.1.9 to prepare for a new release.
Updated the README to provide a clearer project overview, improved feature list, detailed installation and usage instructions, and added a roadmap section. Enhanced formatting, added badge links, and updated download and support links for better user guidance.
Updated the MyAppVersion definition to 4.1.9 in Common.iss, Release-win-x64.iss, and Release-win-x86.iss to reflect the new application version.
Adds workflow_dispatch inputs for release version and type, expands build matrix to support more OS/architecture combinations, and automates artifact zipping and GitHub Release creation. This streamlines multi-platform publishing and enables easier release management directly from the workflow.
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.
Release 4.1.9
Deleted the entire website directory, including all documentation, configuration, static assets, and related files. This removes the Docusaurus-based documentation site and its supporting resources from the repository.
Add initial project files for the website, including .gitignore, package.json, package-lock.json, public/index.html, and wrangler.jsonc. This sets up the project structure, dependency management, and configuration for development and deployment.
Introduces a new static documentation website for EasyKit and CommonUtilities, including a redesigned index.html, a projects listing page, custom styles, and a minimal JavaScript for smooth scrolling. The site provides project overviews, documentation links, and contact information for developers.
Replaced the detailed documentation site in index.html with a minimal Hello World page. Removed projects.html, scripts.js, and styles.css, leaving only a static HTML file for the public site.
Replaces the basic index.html with a full-featured, responsive landing page for EasyKit, including sections for About, Projects, Features, Getting Started, and Contact. Adds favicon and interface images to the public assets. Integrates Bootstrap, Tailwind, Font Awesome, Animate.css, and custom styles for a modern developer-focused presentation.
Included a favicon link in the HTML head to display a custom icon for the website.
Deleted README_TEMPLATES.md as it is no longer needed in the repository.
Updated AssemblyVersion and FileVersion in EasyKit.csproj from 4.1.8 to 4.1.9 to prepare for a new release.
Updated the README to provide a clearer project overview, improved feature list, detailed installation and usage instructions, and added a roadmap section. Enhanced formatting, added badge links, and updated download and support links for better user guidance.
Updated the MyAppVersion definition to 4.1.9 in Common.iss, Release-win-x64.iss, and Release-win-x86.iss to reflect the new application version.
Adds workflow_dispatch inputs for release version and type, expands build matrix to support more OS/architecture combinations, and automates artifact zipping and GitHub Release creation. This streamlines multi-platform publishing and enables easier release management directly from the workflow.