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: stanislav-tkach/os_info
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.9.1
Choose a base ref
...
head repository: stanislav-tkach/os_info
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.10.0
Choose a head ref
  • 11 commits
  • 12 files changed
  • 3 contributors

Commits on Dec 31, 2024

  1. Fix NetBSD support.

    uname(1) on NetBSD doesn't support '-o', use '-s' instead.
    
    Add missing argument in a test while here.
    0-wiz-0 committed Dec 31, 2024
    Configuration menu
    Copy the full SHA
    708a474 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2025

  1. Merge pull request #392 from 0-wiz-0/master

    Fix NetBSD support.
    stanislav-tkach authored Jan 1, 2025
    Configuration menu
    Copy the full SHA
    b69ff88 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2025

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

Commits on Jan 5, 2025

  1. Merge pull request #393 from stanislav-tkach/release-3-9-2

    Release the 3.9.2 version
    stanislav-tkach authored Jan 5, 2025
    Configuration menu
    Copy the full SHA
    983ee17 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2025

  1. feat: Add support for Bluefin Linux

    Bluefin is a Fedora Silverblue derivative that focuses on providing a polished desktop experience. This commit adds support for detecting Bluefin Linux via both os-release and lsb_release methods.
    
    - Added Bluefin variant to Type enum\n- Added Bluefin to LSB release matcher\n- Added test case with actual os-release file\n- Updated all relevant test cases and match expressions
    sargunv committed Feb 1, 2025
    Configuration menu
    Copy the full SHA
    a41a664 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #394 from sargunv/feature/add-bluefin-support

    feat: Add support for Bluefin Linux
    stanislav-tkach authored Feb 1, 2025
    Configuration menu
    Copy the full SHA
    9c6d24e View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2025

  1. Fix spellcheck

    stanislav-tkach committed Feb 2, 2025
    Configuration menu
    Copy the full SHA
    e81339b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d7ea4f View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2025

  1. Configuration menu
    Copy the full SHA
    d189e7d View commit details
    Browse the repository at this point in the history
  2. Fix markdown indent

    stanislav-tkach committed Feb 8, 2025
    Configuration menu
    Copy the full SHA
    9a0980c View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2025

  1. Merge pull request #396 from stanislav-tkach/release-3-10-0

    Release the 3.10.0 version
    stanislav-tkach authored Feb 9, 2025
    Configuration menu
    Copy the full SHA
    0554ec5 View commit details
    Browse the repository at this point in the history
Loading