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.10.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.11.0
Choose a head ref
  • 6 commits
  • 23 files changed
  • 5 contributors

Commits on Sep 13, 2025

  1. add rose-pine theme (#173)

    * feat: add LSP status management and reconnect functionality
    
    * refactor: format SVG components for improved readability
    
    * feat: implement LSP server restart functionality with IPC communication
    
    * refactor: remove unused setStatus function from LSP store
    
    * ui adjustments
    
    * add rose-pine theme
    
    ---------
    
    Co-authored-by: David Galet <[email protected]>
    saeedvaziry and ILDaviz authored Sep 13, 2025
    Configuration menu
    Copy the full SHA
    534c0b8 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2025

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

Commits on Sep 27, 2025

  1. Feature Added Database (SQLite) and Code History with Undo/Redo (#162)

    * feat: implement SQLite migration history and code state management
    
    * feat: enhance SQLite migration history management and improve code structure
    
    * refactor: remove redundant copy operation for SQLite build file
    
    * feat: add better-sqlite3 dependency and update build scripts
    
    * feat: update .gitignore
    
    * refactor: update package.json and package-lock.json for better SQLite integration
    
    * refactor: update GitHub Actions workflow for improved caching and dependency management
    
    * feat: test logic on linux
    
    * Revert "refactor: update GitHub Actions workflow for improved caching and dependency management"
    
    This reverts commit 511f737.
    
    * refactor: remove debounce usage in Editor.vue for simplified save logic
    
    * feat: update database path use .tweakphp folder
    
    * refactor: remove semicolons in db_manager.ts for consistent formatting
    
    ---------
    
    Co-authored-by: Saeed Vaziry <[email protected]>
    ILDaviz and saeedvaziry authored Sep 27, 2025
    Configuration menu
    Copy the full SHA
    922702e View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2025

  1. add rpm build (#175)

    * feat: add rpm build
    
    * fix: icon
    cognitus authored Sep 29, 2025
    Configuration menu
    Copy the full SHA
    e9e6d3c View commit details
    Browse the repository at this point in the history
  2. LSP - Replace Phpactor with Intelephense (#177)

    * wip
    
    * wip
    
    * lint fix
    
    * Revert "lint fix"
    
    This reverts commit b092e33.
    
    * lint fix
    
    ---------
    
    Co-authored-by: Saeed Vaziry <[email protected]>
    luanfreitasdev and saeedvaziry authored Sep 29, 2025
    Configuration menu
    Copy the full SHA
    6da7486 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d6ec33 View commit details
    Browse the repository at this point in the history
Loading