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: Vimux/Mainroad
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dev
Choose a base ref
...
head repository: Vimux/Mainroad
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 7 files changed
  • 3 contributors

Commits on May 15, 2024

  1. Add Finnish translation (i18n/fi.yaml) (#368)

    Added a Finnish translation
    
    Co-authored-by: Vimux <Vimux@users.noreply.github.com>
    Jens Winberg and Vimux authored May 15, 2024
    Configuration menu
    Copy the full SHA
    70f97b6 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. BREAKING CHANGE: fix Hugo's .Site.IsServer error (#375)

    As of Hugo 0.120.0, `.Site.IsServer` is deprecated, and starting with Hugo 0.132.0, it causes a build error. Unfortunately, this is a breaking upstream change that we can't "fix" on our end. As a result, we had to raise the minimum supported version to v0.54.0 and implement another workaround to ensure compatibility with older versions, not just Hugo v0.120.0 and all subsequent versions.
    
    Fix #369
    Vimux authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    86f1b19 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. CI: Upgrade GitHub Actions

    * Bump actions/checkout@v3 to v4
    * Bump actions/setup-node@v3 to v4
    * Bump peaceiris/actions-hugo@v2 to v3
    Vimux committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    13e04b3 View commit details
    Browse the repository at this point in the history
Loading