Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tweakphp/tweakphp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.11.0
Choose a base ref
...
head repository: tweakphp/tweakphp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.12.0
Choose a head ref
  • 8 commits
  • 14 files changed
  • 5 contributors

Commits on Sep 30, 2025

  1. add support for building and publishing macOS ARM and Intel (#181)

    * feat: add support for building and publishing macOS ARM and Intel binaries
    
    * feat: add support for building and publishing macOS Arm and Intel binaries
    ILDaviz authored Sep 30, 2025
    Configuration menu
    Copy the full SHA
    bc70cc5 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2025

  1. Update bug report template for detailed information

    Enhanced the bug report template with additional fields for better issue tracking.
    saeedvaziry authored Oct 7, 2025
    Configuration menu
    Copy the full SHA
    5a7ad04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    470bee4 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2025

  1. Handle php executable in settings for Windows (#183)

    * init
    
    * Update settings.ts
    
    * Update settings.ts
    
    * Update settings.ts
    
    * Update settings.ts
    
    ---------
    
    Co-authored-by: Saeed Vaziry <[email protected]>
    jackbayliss and saeedvaziry authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    2bdec12 View commit details
    Browse the repository at this point in the history
  2. Bump brace-expansion from 1.1.11 to 1.1.12 (#187)

    Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.11 to 1.1.12.
    - [Release notes](https://github.com/juliangruber/brace-expansion/releases)
    - [Commits](juliangruber/brace-expansion@1.1.11...v1.1.12)
    
    ---
    updated-dependencies:
    - dependency-name: brace-expansion
      dependency-version: 1.1.12
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    de36733 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2025

  1. Add expandable navigation sidebar (#186)

    * feat(navigation): add expandable navigation sidebar
    
    - Implement navigation display toggle between collapsed and expanded states
    - Update sidebar width and layout based on navigation expansion state
    - Enhance ProjectTile component to support expanded and collapsed styles
    - Add navigation display setting in GeneralSettings with select input
    - Adjust UI elements including buttons, icons, and labels for dynamic expansion
    - Add computed property isNavigationExpanded in settings store for reactive control
    - Apply transition animations for navigation resize and element visibility changes
    
    * Update App.vue
    
    * fix(ProjectTile): conditionally apply width classes based on expanded prop
    
    * style(titlebar): add transition and dynamic padding based on navigation state
    nguyentranchung authored Oct 19, 2025
    Configuration menu
    Copy the full SHA
    637be9f View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2025

  1. Configuration menu
    Copy the full SHA
    a2fae1e View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2025

  1. Configuration menu
    Copy the full SHA
    db82466 View commit details
    Browse the repository at this point in the history
Loading