944f6e1cc8
- Deleted `moonsharp-lua-integration.md` as it is no longer relevant. - Removed `scripting-language-support.md` to streamline documentation. - Eliminated `game_assembly_analysis.md` to avoid confusion with current architecture. - Cleared `README.md` in `lib/references` to prevent outdated instructions. - Removed `modding_core_architecture_summary.md` to simplify the documentation structure. - Deleted `CHANGELOG.md` in `publish_full` to maintain a clean repository. - Cleared `README.md` in `publish_full` to remove obsolete information. Update project structure and versioning - Updated `gregCore.csproj` to version `1.0.0.40-pre`. - Modified `gregCore.sln` to include new project structure with multiple components.
23 lines
450 B
Markdown
23 lines
450 B
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
## [Unreleased]
|
|
|
|
### Added
|
|
- Initial 2026-optimized repository structure
|
|
|
|
### Changed
|
|
- Repository reorganized for 2026 standards
|
|
|
|
### Fixed
|
|
- Documentation modernization
|
|
|
|
## [1.0.0] - Initial Release
|
|
|
|
### Added
|
|
- gregCore mod framework
|
|
- Multiple mods: WallRack, GridPlacement, UI, CommonShop, etc.
|
|
- Harmony hooking system
|
|
- Save engine with versioning
|
|
- Unit tests |