Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 orlearn 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:static-web-server/static-web-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:v2.36.1
Choose a base ref
Loading
...
head repository:static-web-server/static-web-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:v2.37.0
Choose a head ref
Loading
  • 9commits
  • 49files changed
  • 3contributors

Commits on Apr 1, 2025

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

Commits on Apr 9, 2025

  1. chore: automate post-release updates using ci (#538)

    It just automates the post-release updates needed after every release, like documentation and installer script updates, as well as checksum generation.
    @joseluisq
    joseluisq authoredApr 9, 2025
    Configuration menu
    Copy the full SHA
    5d1eaacView commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2025

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

Commits on May 7, 2025

  1. fix: generic server log info output even on higher log levels (#542)

    It fixes an issue (previously an ad-hoc and inconsistent behavior) where SWS printed INFO-level messages at startup despite setting up a higher log level. E.g., `WARN` or `ERROR`.Notice:For consistency reasons, SWS now won't persistently show server information at startup independently of the log level as it did before. Instead, those info log entries are non-persistent and under the normal `INFO` log level.For example, to show those logs again then use the `INFO` log level.$ static-web-server -p 8787 -d public/ -g info
    @joseluisq
    joseluisq authoredMay 7, 2025
    Configuration menu
    Copy the full SHA
    cb19995View commit details
    Browse the repository at this point in the history

Commits on May 17, 2025

  1. feat: control log ANSI output via boolean--log-with-ansioption (#543

    )This PR adds support for controlling ANSI escape codes for colors and other text formatting when logging via a new boolean --log-with-ansi CLI option and its equivalent SERVER_LOG_WITH_ANSI env.No ANSI by default:Note that from now on, SWS will be no-ansi by default. If you want colored log output, then use --log-with-ansi.For example:```static-web-server -p 8788 -d ./public/ -g trace -z --log-with-ansi```
    @joseluisq
    joseluisq authoredMay 17, 2025
    Configuration menu
    Copy the full SHA
    0236980View commit details
    Browse the repository at this point in the history

Commits on May 26, 2025

  1. chore: update dependencies 26.05.2025 and MSRV 1.81.0 (#545)

    - BREAKING: End support for unmaintained Windows 7, 8, 8.1 platforms as previously announced on v2.36.1.- SECURITY (RUSTSEC-2024-0437): Crash due to uncontrolled recursion in protobuf crate was temporarily solved in the previous release. However, this PR applies the dependency patches recently available.- RESTORED: `experimental` Cargo feature for metrics and in-memory cache.
    @joseluisq
    joseluisq authoredMay 26, 2025
    Configuration menu
    Copy the full SHA
    7ca2785View commit details
    Browse the repository at this point in the history

Commits on May 31, 2025

  1. feat: support for downloading a directory as a compressed tarball (#544)

    $ static-web-server -p 1234 -d ./public \    --directory-listing --directory-listing-download=targz
    @ekangmonyet
    ekangmonyet authoredMay 31, 2025
    Configuration menu
    Copy the full SHA
    89f5846View commit details
    Browse the repository at this point in the history
  2. chore: update dependencies 30.05.2025 and MSRV to 1.82.0 (#546)

    * chore: update dependencies 30.05.2025* chore: format and lint checks for test files on CI* fix: clippy lint warnings in test files
    @joseluisq
    joseluisq authoredMay 31, 2025
    Configuration menu
    Copy the full SHA
    b56e3c4View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2025

  1. v2.37.0

    @joseluisq
    joseluisq committedJun 3, 2025
    Configuration menu
    Copy the full SHA
    b67202bView commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp