Wappler 7.7.4 Released

Wappler 7.7.4 Released

Check the new Wappler site at https://wappler.io/
and download Wappler 7.7.4 from your Account Dashboard

Or just do “check for updates” on the Wappler tray icon for automatic install!

What's New

Introducing the new Problems Panel in Wappler 7.7.4, a major improvement to your issue navigation and validation feedback experience! With smarter issue targeting, clearer messages, and better organization, the new Problems Panel helps you find and fix issues in your projects faster than ever before.

Experimental totally redesigned Git Manager panel, giving you more git power for basic and advanced users, with a much faster and more reliable experience, using the power of git command line under the hood. It is available as experimental option for now, but will be the default in the next major release, giving you a simple and clear interface for your git operations, with a great new graph rendering and commit list, and even AI generated commit messages for your changes.

AI Manager is also greatly improved with more knowledge about App Connect Flows and how to use them, as well keeping Bootstrap 5 styles in mind when generating code, and many other improvements in the knowledge and the experience.

Furthermore we are also introducing new beta support for ASP.NET with the new experimental routing, so you can now create ASP.NET projects with Wappler and use all the latest ASP.NET features, including layout pages, content pages, server side data bindings and more. You can even convert your old Classic ASP or ASP.NET projects to the new ASP.NET with our project converter.
It comes with build in IIS Express support for local development, so you can run and test your ASP.NET projects directly on your machine.

We have also update our FTP client for Windows to the latest version 4.9.3, and our git client to 2.53.0, so you have the latest features and fixes in those as well.

New Problems Panel: smarter issue navigation and clearer, user-friendly validation feedback

  • Introduces a greatly improved Problems panel experience focused on faster troubleshooting in Wappler projects.

  • Clicking an issue now opens the correct editor automatically (Server Actions or Pages) and jumps directly to the relevant item.

  • Page issues now select the exact element in the editor, so users can fix problems immediately without manual searching.

  • Improves readability of issues with clearer labels, color-highlighted names, and cleaner messages.

  • Removes technical/internal noise from copied issue details, making shared reports easier to understand.

  • Adds collapsible top-level groups for:

    • Server Connect Actions
    • Pages
  • Shows warning/error totals per group and per file, helping users prioritize what to fix first.

  • Improves reliability of issue targeting for dynamic page formats (including EJS/content pages), resulting in more accurate navigation and fewer dead clicks.

  • Overall result: a much smoother “find issue → open location → fix” workflow for Wappler users.

  • Opens the correct editor automatically when you click an issue (Server Connect action or Page), then jumps to the exact related item.

  • Stays in sync with your current tab: the active file’s issues are auto-expanded, selected, and scrolled into view.

  • Keeps the rest of your project issues visible but collapsed, so you stay focused without losing context.

  • Updates instantly as you save files with smart hot reloading of problems, so feedback feels live while you work.

  • Runs checks in the background, keeping Wappler responsive and avoiding interruptions during editing.

  • Organizes issues in clearer groups with Pages first, then Server Connect Actions.

  • Improves tree interaction: clicking folders/file nodes expands them directly, making navigation faster.

  • Added severity toggles for Errors, Warnings, and Recommendations.

  • Recommendations are hidden by default to reduce noise and keep focus on actionable issues.

  • Added live filtering so users can quickly narrow down issues by text.

  • Added quick actions for Expand All, Collapse All, Rescan, and Copy Report.

  • Added copy support for visible report output and individual issue details.

  • Improved issue opening/navigation so items reliably jump to the right source location.

  • Updated Problems count to follow active severity toggles (default excludes recommendations).

  • Improved scan feedback by showing a spinner while keeping the Problems label stable.

  • Added Recommendations as a new non-blocking guidance level in the Problems system.

  • Recommendations surface best-practice tips for accessibility, quality, and performance.

  • Added checks for common gaps such as image alt text, safer external links, explicit button type, image sizing hints, and lazy-loading opportunities.

  • Added script-loading recommendations with practical exclusions for core startup scripts to avoid false positives.

  • Improved problems tree expanding and collapsing behavior for better navigation and focus.

New Experimental Git Manager

  • Add merge-state workflow and AI commit message generation
  • Add AI-powered commit message generation (Copilot-only) using selected changes, diff stats, patch data, and untracked file previews.
  • Introduce merge-state handling with preflight checks for clean working tree, merge detection, and Continue/Abort merge actions.
  • Update pull/merge flows to surface conflict-resolution guidance and refresh repository state consistently after operations.
  • Improve commit diff parsing by combining name-status and numstat data so added/deleted/modified files are classified correctly.
  • Refresh status/preview UI behavior, including clearer path/file rendering, better commit preview details, and toolbar state updates during merge-in-progress.
  • Improved git graph rendering
  • Redesigned basic view commit list
  • Use faster free model for commit message generation
  • Improved AI prompt for generate commit message
  • Updated design
  • Fix event handling getting data from node
  • Filter context menu items depending on view

AI Manager

  • Improved Bootstrap 5 AI knowledge and rules to more strictly follow Bootstrap and avoid using custom css unless absolutely necessary
  • Prefer also using the Theme Manager for generating custom themes and in Wappler and add an AI tool call for regenerating themes
  • Auto load any PROJECT_INFO.md, STYLE_GUIDE.md or DESIGN_STYLE.md from the .wappler folder if available and instruct the AI Manager to use them
  • When using the new custom PHP/ASP.NETRotuing and the AI Manager generates routes also let him call the route regeneration tools to generate the right .htacees for PHP or Web.config for ASP.NET
  • Added knowledge, usage and best practices of App Connect Flows and enhanced the general App Connect and Server Connect info to be in sync with that
  • Added App Connect Flows On Demand knowledge
  • Added App Connect Flows JSON schemas
  • Updated more tool labels
  • Get correct context size after compaction/summary

New ASP.NET Beta Support with experimental routing

  • Added full support for ASP.NET beta and implementing full blown routing, templating anfd server side data binding, bringint it to the level of NodeJS and PHP
  • Added IIS Express support as local server so you can run and develop ASP.NET directly locally. When choosing 'Wappler Local Server' it will then auto use and run IIS Express.
  • You might need to install IIS Express first from https://www.microsoft.com/en-us/download/details.aspx?id=48264 - choose the am64 version for 64 bit Windows
  • Made convertor from NodeJS to ASP.NET so you can fully try the ASP.NET support, like converting our Project HQ app to ASP.NET
  • Add support for Argon2 in ASP.NET and SQLite as well so it is all in parity with NodeJS and PHP.

Project Manager

  • Removed spaces in path check also for the duplicate project

Project Convertors

  • Also for ASP.NET convert the old style security enforcer to the new security via routings style
  • New ASP to ASP.NET site convertor
  • Improved the project server model convertions to handle also the legacy url routing now, as full page routing.

Routing Manager

  • Improved experimental PHP/ASP.NET rotuing to better handle full pages url routing
  • allow full pages routing with server connect and security restrict access

HTML Editor

  • Improve the preview to handle full page urls
  • Allow also the Server Side Data and Security to be added in full pages in Nodejs

Pages Manager

  • Improve creation of full pages to be as url routing but still support full routing features and server side data bindings
  • Improved full page creation in NodeJS projects

Design View

  • Render correctly all includes for ASP.NET as well and content views for the new PHP and ASP.NET routing

General

  • Updated the build-in lftp and git clients in Wappler, LFTP to 4.9.3 and git to 2.53.0 on Windows

Server Connect ASP.NET 2.0 beta

  • Added a complete new ASP.NET implementation with all the latest ASP.NET features but still fully backwards compatible with the old ASP.NET
  • Implemented also for ASP.NET new routing and templating with layouts and content pages as well server side data binding
  • Improved the ASP.NET routing for full pages

PHP AI Knowledge

  • Updated the new PHP Rotuing instructions

ASP.NET AI Knowledge

  • Updated to the latest ASP.NET Routing instructions

Server Connect PHP

  • Improved PHP Roting for full pages routing
  • Make collections formatters (PHP) work with array and object types

Server Connect Workflows

  • Add an action icon in the server connect actions toolbar, to allow predefined collapse/expand and other actions

Server Connect JSON Schemas

  • Improved schema for the importer

Fixed issues

3 Likes