8000 Comparing 4.4...4.5 · Garados007/Werewolf · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: Garados007/Werewolf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.4
Choose a base ref
...
head repository: Garados007/Werewolf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.5
Choose a head ref
  • 20 commits
  • 221 files changed
  • 2 contributors

Commits on Aug 25, 2024

  1. Bump System.Text.Json from 8.0.3 to 8.0.4 in /tools/LogicCompiler

    Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 8.0.3 to 8.0.4.
    - [Release notes](https://github.com/dotnet/runtime/releases)
    - [Commits](dotnet/runtime@v8.0.3...v8.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: System.Text.Json
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 25, 2024
    Configuration menu
    Copy the full SHA
    072c0bb View commit details
    Browse the repository at this point in the history
  2. fix docker settings

    Garados007 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    5dc3951 View commit details
    Browse the repository at this point in the history
  3. UI: Fix version display

    This was broken due PR #45
    Garados007 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    0098a15 View commit details
    Browse the repository at this point in the history
  4. Fix auto restart and maintenance mode

    For some reasons docker couldn't restart without a problem. Maybe it's a
    deprecation thing.
    Garados007 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    23346d9 View commit details
    Browse the repository at this point in the history
  5. UI: Remove buffered role configuration from editor

    This is error prone and not really necessary by any means.
    Garados007 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    0560682 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Move projects into their new location

    Server related files are now located at `/server/`. UI related files are now
    located at `/ui/`.
    Garados007 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    8f3d3d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56388f1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #50 from Garados007/dependabot/nuget/tools/LogicCo…

    …mpiler/System.Text.Json-8.0.4
    
    Bump System.Text.Json from 8.0.3 to 8.0.4 in /tools/LogicCompiler
    Garados007 authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    1ba1748 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #51 from Garados007/reorganize-directories

    Reorganize directories
    Garados007 authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    54845d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    20ed38f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dba6576 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #52 from Garados007/fix/enter-key-on-lobby-join

    Fix/enter key on lobby join
    Garados007 authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    dfaba3e View commit details
    Browse the repository at this point in the history
  8. CI: Add PR labeler

    Garados007 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    ea8554a View commit details
    Browse the repository at this point in the history
  9. Merge pull request #53 from Garados007/ci/add-labeler-workflow

    CI: Add PR labeler
    Garados007 authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    7b0d08e View commit details
    Browse the repository at this point in the history
  10. Add multiavatar submodule

    License: MIT like
    Garados007 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    09dd8a9 View commit details
    Browse the repository at this point in the history
  11. UI: Replace user avatar provider

    The new provider generates a random avatar on the fly in the browser of the user
    and doesn't use any third party services. The old avatar provider gravatar has
    been removed.
    Garados007 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    1f8a979 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #54 from Garados007/feature/new-avatar-provider

    Introduce new avatar provider and replace Gravatar
    Garados007 authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    4277ca8 View commit details
    Browse the repository at this point in the history
  13. set debouncer cooldown

    Garados007 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    e8d45a1 View commit details
    Browse the repository at this point in the history
  14. Tools: update inc-version script

    this script does now commit creation and tagging
    Garados007 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    f52e174 View commit details
    Browse the repository at this point in the history
  15. Move version to 4.5

    Garados007 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    32c4f3f View commit details
    Browse the repository at this point in the history
Loading
0