|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 6 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | + |
| 8 | +## [Unreleased] |
| 9 | + |
| 10 | +### Added |
| 11 | +- Comprehensive CI/CD workflows using GitHub Actions |
| 12 | + - CI workflow for automated testing and building across multiple platforms |
| 13 | + - Release workflow for automated releases with binaries |
| 14 | + - PR check workflow for pull request validation |
| 15 | + - Code quality workflow for continuous code quality monitoring |
| 16 | +- Dependabot configuration for automated dependency updates |
| 17 | +- Issue templates (bug report, feature request) |
| 18 | +- Pull request template |
| 19 | +- Contributing guidelines (CONTRIBUTING.md) |
| 20 | +- Security policy (SECURITY.md) |
| 21 | +- GitHub funding configuration |
| 22 | +- Build status badges in README |
| 23 | +- Comprehensive documentation for CI/CD setup |
| 24 | + |
| 25 | +### Changed |
| 26 | +- Updated README with CI/CD documentation |
| 27 | +- Updated .gitignore to exclude release artifacts |
| 28 | + |
| 29 | +## [1.0.0] - Initial Release |
| 30 | + |
| 31 | +### Added |
| 32 | +- Initial Electron template with TypeScript |
| 33 | +- React 19 integration |
| 34 | +- Vite for fast development and building |
| 35 | +- Tailwind CSS for styling |
| 36 | +- Electron Builder for packaging |
| 37 | +- Secure IPC communication with preload scripts |
| 38 | +- Context isolation and security best practices |
| 39 | +- Development and production build scripts |
| 40 | +- Multi-platform build support (Windows, macOS, Linux) |
| 41 | + |
| 42 | +[Unreleased]: https://github.com/pnstack/template-electron/compare/v1.0.0...HEAD |
| 43 | +[1.0.0]: https://github.com/pnstack/template-electron/releases/tag/v1.0.0 |
0 commit comments