Skip to content

Commit

Permalink
3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qqrz997 committed Nov 9, 2024
1 parent 9685d0b commit 4fdf0a4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions HitScoreVisualizer/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
## Changelog

### 3.5.0
- Added a toggle in configs that will decide, when the note is first cut, if the score display will show the max possible after cut score
```json
"assumeMaxPostSwing": true
```
Note: it is recommended to set `doIntermediateUpdates` to `false` in order for this to be noticeable. This setting is generally only useful if you're swinging extremely slow, like on "poodle"
maps, for instance.
- Added the `%d` token which, when used in `format` display mode, will be replaced with an arrow that points in the direction relative to the cut line towards the center line of the note
```json
"judgments": [
{ "threshold": 115, "text": "%d%n%s", "color": [1, 1, 1, 1] },
]
```

### 3.4.0
- Added a button to toggle score effect's italics
- Added judgments for chain head notes. These work the way that normal judgments work but are only applied when a chain is cut. Example below
Expand Down
4 changes: 2 additions & 2 deletions HitScoreVisualizer/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"name": "HitScoreVisualizer",
"description": "Visualizes the scores of your hits! Overly complex config options! Numbers? All the pros use it, except the ones who don't. (But they should.)",
"author": "Eris",
"gameVersion": "1.37.5",
"version": "3.4.3",
"gameVersion": "1.38.0",
"version": "3.5.0",
"dependsOn": {
"BSIPA": "^4.3.5",
"BeatSaberMarkupLanguage": "^1.12.0",
Expand Down

0 comments on commit 4fdf0a4

Please sign in to comment.