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: internet-development/www-server-mono
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.8
Choose a base ref
...
head repository: internet-development/www-server-mono
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.0
Choose a head ref
  • 3 commits
  • 14 files changed
  • 1 contributor

Commits on Jun 21, 2025

  1. fix: jsDelivr CDN URLs to use @latest tag (#29)

    * fix: jsdelivr CDN tag to be @latest in docs
    
    * fix: jsdelivr tag @latest in server-mono.css
    
    * feat: add jsdelivr key to package.json to support default file
    caidanw authored Jun 21, 2025
    Configuration menu
    Copy the full SHA
    a11d01c View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2025

  1. fix: font metrics for better vertical alignment and change Slanted to…

    … Oblique (#30)
    
    * fix(glyphs): ascender and descender metrics
    
    * fix(glyphs): glyphs3 internal ascender value
    
    * chore(fonts): export font files
    
    * fix(glyphs): winDescent metric to be positive
    
    Per the spec, it should be positive instead of a negative number like
    the others.
    
    * fix(glyphs): metrics for Oblique style
    
    * fix(glyphs): glyphs3 internal metrics cause bugs, resetting back to prior value
    
    * fix: update minor version to 200
    
    The 100 is for the prior glyphs that were added.
    The 200 is for this change of font metrics and spacing.
    
    * chore(fonts): export font files with new style name Oblique
    
    * fix: all references to "Slanted" to now use "Oblique"
    caidanw authored Jul 11, 2025
    Configuration menu
    Copy the full SHA
    7c9312e View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2025

  1. Release v0.1.0 (#32)

    * chore: bump version to v0.1.0
    
    * chore: update release date to July 12, 2025
    caidanw authored Jul 13, 2025
    Configuration menu
    Copy the full SHA
    befed0b View commit details
    Browse the repository at this point in the history
Loading