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: AdingApkgg/bsz
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.2
Choose a base ref
...
head repository: AdingApkgg/bsz
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.3
Choose a head ref
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on Feb 1, 2026

  1. fix: update static file route pattern for better path handling

    - Changed the static file route from "/static/*path" to "/static/{*path}" to improve path matching in the server configuration.
    AdingApkgg committed Feb 1, 2026
    Configuration menu
    Copy the full SHA
    c4bcc2e View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2026

  1. chore: update dependencies and improve database handling

    - Updated multiple dependencies in Cargo.lock to their latest versions for better performance and security.
    - Refactored save_sync function in state.rs to clear and rewrite database tables for more reliable data handling.
    - Enhanced mime_type function in static_files.rs to include charset for text types.
    - Improved styling and layout in index.html for better user experience and responsiveness.
    AdingApkgg committed Feb 13, 2026
    Configuration menu
    Copy the full SHA
    73c7d4d View commit details
    Browse the repository at this point in the history
Loading