| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Modified the .pre-commit-config.yaml to include additional hooks and reorganized the repository structure. Updated pyproject.toml to remove the pre-commit dependency, streamlining the project configuration.
|
| |
|
|
| |
Updated the GitHub Actions workflow to conditionally run installation and build steps only when triggered by a 'workflow_dispatch' event. This change optimizes the workflow by separating build processes for push/PR events and manual triggers, enhancing clarity and efficiency in CI operations.
|
| |
|
|
| |
Modified the GitHub Actions workflow to ensure the 'apt-get update' command does not fail and added 'libfuse2' to the list of installed dependencies for Ubuntu, enhancing the reliability of the CI process.
|
| |
|
|
| |
Modified the GitHub Actions workflow to upgrade Node.js from version 20 to 22 and pnpm from version 8 to 9, ensuring compatibility with the latest features and improvements.
|
| |
|
|
| |
Updated the GitHub Actions workflow to include steps for installing Node.js and pnpm, as well as the Tauri CLI. Added commands to install frontend dependencies and build the application for different operating systems, ensuring a more robust and comprehensive CI process.
|
| | |
|
| |
|
|
|
|
|
|
|
| |
- Add commit.agent.md with branch validation workflow
- Include commit instructions for AI coding assistants
- Add Conventional Commits specification reference
- Implement Step 0 branch checking before commits
Reviewed-by: Claude Sonnet 4.5
|
| |
|
|
|
|
|
|
|
| |
- Add .github/copilot-instructions.md with architecture overview
- Document Tauri command patterns and event communication
- Include Svelte 5 runes state management patterns
- Cover version inheritance, authentication, and download systems
- Add Java management and external API integration details
- Provide common development tasks and debugging tips
|
| |
|
|
|
|
|
|
|
|
| |
- Remove time-sensitive version options (Latest Release/Snapshot)
- Simplify Java source option (remove Adoptium annotation)
- Update log upload instructions to use launcher terminal
- Format screenshot requirements for better readability
- Update documentation link to dropout.hydroroll.team
Co-authored-by: HsiangNianian <i@jyunko.cn>
|
| |
|
|
|
|
|
|
|
| |
Add transparency requirement for LLM-assisted contributions with three options:
- LLM-generated code with quality assurance
- LLM-generated code without quality assurance
- No LLM-generated code
Available in both English and Chinese templates.
|
| |
|
|
|
|
|
| |
Update log file paths to reflect actual application structure:
- macOS: /Users/begonia/Library/Application Support/com.dropout.launcher/logs
- Linux: /Users/begonia/.local/share/com.dropout.launcher
- Remove Windows placeholder as not yet defined
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add bilingual issue templates (English & Chinese)
- Bug report template with prerequisite checkboxes
- Feature request template
- Question template
- Reverse checkbox detection ("I have not read carefully")
- Add bilingual PR templates (English & Chinese)
- Comprehensive checklist for code quality and testing
- Test environment documentation section
- Breaking changes section
- Add GitHub Actions workflows
- Auto-labeling based on issue content
- Auto-close issues with unchecked prerequisites
- Stale issue and PR management (90/60 days)
- Add template configuration
- External links for discussions and wiki
- Template chooser interface
|
| |
|
|
|
| |
not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
|
| |
|
|
|
| |
not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
|
| |
|
| |
Add linting and formatting checks to workflow.
|
| | |
|
| |
|
| |
Updated the lint workflow to automatically fix issues on push to main or dev branches. Changed the checkout action version and adjusted the commit message for auto commits.
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
dependencies
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
environment setup
|
| | |
|
| | |
|
| |
|
|
| |
for Ubuntu
|
| |
|
|
| |
Ubuntu
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Gitmojis
|
| |
|
|
| |
and installation details; remove unused Android and iOS icon assets
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
platforms
|
| |
|
|
| |
creation steps
|
| |
|
|
|
|
|
|
|
| |
- Implemented version manifest fetching from Mojang API.
- Created launcher configuration and main launcher logic.
- Added SVG and PNG icons for the application.
- Developed a simple HTML/CSS interface for the launcher.
- Integrated Tauri commands for backend communication.
- Added utility functions for file operations and config parsing.
|