Skip to content

Commit

Permalink
chore: release 1.5.0, update Thunderstore folder, SharedUI.cs and REA…
Browse files Browse the repository at this point in the history
…DME.md
  • Loading branch information
KryptoSynth committed Dec 18, 2024
1 parent 04593dd commit 57fa13e
Show file tree
Hide file tree
Showing 13 changed files with 317 additions and 58 deletions.
51 changes: 29 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,34 @@
# Changelog

## Unreleased
## 1.5.0 (2024-12-18)

### Added

- LethalConfig categories:
- Items
- Scrap
- Tools
- Hazards
- Entities
- Cruiser
- Miscellaneous

- New entries:
- Items:
- Shotgun
- Scrap:
- Knife
- Clock
- Soccer Ball
- Tools:
- Shotgun
- Hazards:
- Snare Flea Face Hug
- Spider
- Steam Valve
- Entities:
- Snare Flea
- Spider
- Maneater Scream
- Cruiser:
- Horn
- Radio
- Skid
- Skidding
- Engine
- Miscellaneous:
- Ship Door
Expand All @@ -32,41 +37,43 @@

- Changed all references from KeepItDown to GranularSoundControl.
- Moved existing entries into categories:
- Items:
- Scrap:
- Remote
- Flashlight
- Walkie-talkie
- Spraycan
- Dentures
- Robot Toy
- Hairdryer
- Jetpack
- Radar Booster Ping
- Shovel
- Rubber Ducky
- Whoopie Cushion
- Extension Ladder
- Clownhorn
- Old Phone
- Stun Grenade
- Easter Egg
- Tools:
- Flashlight
- Walkie-talkie
- Spraycan
- Jetpack
- Radar Booster Ping
- Shovel
- Extension Ladder
- Stun Grenade
- Hazards:
- Jester
- Landmine
- Turret
- Old Bird
- Thunder
- Spike Trap
- Entities:
- Jester
- Old Bird
- Miscellaneous:
- Scan
- Ship Alarm
- Ship Alarm Cord
- Item Charger
- TV
- Updated libraries:
- Assembly-CSharp v69
- LethalConfig 1.4.3
- LethalSettings 1.4.1
- Updated libraries:
- Assembly-CSharp v69
- LethalConfig 1.4.3
- LethalSettings 1.4.1

## 1.4.0 (2024-04-16)

Expand Down
2 changes: 1 addition & 1 deletion GranularSoundControl/GranularSoundControlInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
public static class GranularSoundControlInfo {
public const string Guid = "GranularSoundControl";
public const string Name = "GranularSoundControl";
public const string Version = "1.4.0";
public const string Version = "1.5.0";
}
2 changes: 1 addition & 1 deletion GranularSoundControl/SharedUI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
namespace GranularSoundControl;

public static class SharedUI {
public const string Name = "Keep It Down!";
public const string Name = "GranularSoundControl";
public const string Guid = GranularSoundControlInfo.Guid;
public const string Version = GranularSoundControlInfo.Version;
public const string Description = "Volume control for various sounds in the game.";
Expand Down
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,16 @@ This fork adds additional controls and categorizes them all in Lethal Config.

# _LethalConfig Menu_

![LethalConfig Settings Window](https://github.com/Kesomannen/KeepItDown/assets/113015915/7b6c2ee7-2800-4e43-a7ce-9676cf6f8e89)

# _LethalSettings Menu_

![LethalSettings Settings Window](https://github.com/Kesomannen/KeepItDown/assets/113015915/82942dd0-14a6-41f3-96d6-c31efbb0391e)
![LethalConfig Settings Window](https://github.com/user-attachments/assets/6b177e2f-4b3a-49ef-b24a-25fb27576862)

## Installation

Extract `GranularSoundControl.zip` into, or move `GranularSoundControl.dll` to your `/BepInEx/plugins` in your mod profile folder.

## Known Issues

- Cruiser Radio volume doesn't scale properly.

## Known Incompatibilities

- [KeepItDown](https://github.com/Kesomannen/KeepItDown) by [Kesomannen](https://github.com/Kesomannen)
51 changes: 29 additions & 22 deletions Thunderstore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,34 @@
# Changelog

## Unreleased
## 1.5.0 (2024-12-18)

### Added

- LethalConfig categories:
- Items
- Scrap
- Tools
- Hazards
- Entities
- Cruiser
- Miscellaneous

- New entries:
- Items:
- Shotgun
- Scrap:
- Knife
- Clock
- Soccer Ball
- Tools:
- Shotgun
- Hazards:
- Snare Flea Face Hug
- Spider
- Steam Valve
- Entities:
- Snare Flea
- Spider
- Maneater Scream
- Cruiser:
- Horn
- Radio
- Skid
- Skidding
- Engine
- Miscellaneous:
- Ship Door
Expand All @@ -32,41 +37,43 @@

- Changed all references from KeepItDown to GranularSoundControl.
- Moved existing entries into categories:
- Items:
- Scrap:
- Remote
- Flashlight
- Walkie-talkie
- Spraycan
- Dentures
- Robot Toy
- Hairdryer
- Jetpack
- Radar Booster Ping
- Shovel
- Rubber Ducky
- Whoopie Cushion
- Extension Ladder
- Clownhorn
- Old Phone
- Stun Grenade
- Easter Egg
- Tools:
- Flashlight
- Walkie-talkie
- Spraycan
- Jetpack
- Radar Booster Ping
- Shovel
- Extension Ladder
- Stun Grenade
- Hazards:
- Jester
- Landmine
- Turret
- Old Bird
- Thunder
- Spike Trap
- Entities:
- Jester
- Old Bird
- Miscellaneous:
- Scan
- Ship Alarm
- Ship Alarm Cord
- Item Charger
- TV
- Updated libraries:
- Assembly-CSharp v69
- LethalConfig 1.4.3
- LethalSettings 1.4.1
- Updated libraries:
- Assembly-CSharp v69
- LethalConfig 1.4.3
- LethalSettings 1.4.1

## 1.4.0 (2024-04-16)

Expand Down
Binary file added Thunderstore/GranularSoundControl-1.5.0.zip
Binary file not shown.
Binary file modified Thunderstore/GranularSoundControl.dll
Binary file not shown.
Binary file removed Thunderstore/KeepItDown-1.4.0.zip
Binary file not shown.
14 changes: 9 additions & 5 deletions Thunderstore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,16 @@ This fork adds additional controls and categorizes them all in Lethal Config.

# _LethalConfig Menu_

![LethalConfig Settings Window](https://github.com/Kesomannen/KeepItDown/assets/113015915/7b6c2ee7-2800-4e43-a7ce-9676cf6f8e89)

# _LethalSettings Menu_

![LethalSettings Settings Window](https://github.com/Kesomannen/KeepItDown/assets/113015915/82942dd0-14a6-41f3-96d6-c31efbb0391e)
![LethalConfig Settings Window](https://github.com/user-attachments/assets/6b177e2f-4b3a-49ef-b24a-25fb27576862)

## Installation

Extract `GranularSoundControl.zip` into, or move `GranularSoundControl.dll` to your `/BepInEx/plugins` in your mod profile folder.

## Known Issues

- Cruiser Radio volume doesn't scale properly.

## Known Incompatibilities

- [KeepItDown](https://github.com/Kesomannen/KeepItDown) by [Kesomannen](https://github.com/Kesomannen)
Binary file modified Thunderstore/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Thunderstore/icon.psd
Binary file not shown.
Loading

0 comments on commit 57fa13e

Please sign in to comment.