Skip to content

Commit

Permalink
https://github.com/syd711/vpin-studio/issues/419
Browse files Browse the repository at this point in the history
  • Loading branch information
syd711 committed Aug 31, 2024
1 parent 54c4202 commit 0fc364f
Show file tree
Hide file tree
Showing 11 changed files with 302 additions and 234 deletions.
20 changes: 15 additions & 5 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## Release Notes 3.4.1

## Bugfixes

- **Backglass Manager**: Fixed miscellaneous issues refreshing the backglass data and formular for the selected .directb2s file.
- **Table Overview / PUP Packs**: Fixed open file action for additional PUP pack files.
- **Table Overview / Table Uploads**: Improved detection of PUP pack folders inside archives.
- **Preferences / VPX Validators**: Fixed typos.


## Release Notes 3.4.0

## Changes
Expand All @@ -9,7 +19,7 @@

<img src="https://raw.githubusercontent.com/syd711/vpin-studio/main/documentation/tables/vps-tab.png" width="700" />

- **Added drop-in folder feature**: The "drop-in folder" feature allows you to configure a dedicated download folder for VPin assets. The assets of the folder are shown inside the Studio can be installed directly from there, either via drag-and-drop or via a separate "install" button.
- **Added drop-in folder feature**:

<img src="https://raw.githubusercontent.com/syd711/vpin-studio/main/documentation/tables/drop-ins-menu.png" width="700" />

Expand All @@ -18,12 +28,12 @@

- **Pinemhi Settings**: Removed num-pad keys from the list of selectable keys for the pinemhi settings.
- **Backglass Editing**: Fixed **Start as Exe** setting that was set to **false** when any other option was changed than itself. The field remains empty now so that the server default will be used. You have to toggle previously touched .directb2s files to reset the flag to the default.
- **VPin Server**: Fixed a database locked issue during the highscore reading.
- **VPin Server**: Fixed a database locked issue during the highscore reading.
- **Table Uploads**: Fixed Cancel button and invalid archive when uploading ZIP file.
- **Table Repository**: Fixed Cancel button not cancelling progress when uploading ZIP file.
- **Highscore Cards**: Fixed "margins" for the non-raw score rendering, so that only the score values are positioned and the table title remains centered.
- **Table Overview / Table Uploads**: The table overview does not perform a full reload after table uploads anymore.
- **Table Overview / Table Deletions**: The table overview does not perform a full reload after table deletions anymore.
- **Highscores Parsing**: Text based highscore files are now resetted by their values and not simply deleted anymore.
- **Table Overview / Table Uploads**: The table overview does not perform a full reload after table uploads anymore.
- **Table Overview / Table Deletions**: The table overview does not perform a full reload after table deletions anymore.
- **Highscores Parsing**: Text based highscores are now resetted by their values and not simply deleted anymore.
- **Highscores Parsing**: Added filtering for duplicated scores. There are tables like "Hurricane" or "Whirlwind" where the "GRAND CHAMPION" is also listed on the first place. Instead of fixing all affected tables one-by-one, a filter for duplicated scores has been added.
- **Highscores**: Fixed highscore for "No good gofers" by adding "CLUB CHAMPION" to the default list of highscore titles.
2 changes: 1 addition & 1 deletion resources/vpsdb.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package de.mephisto.vpin.ui.backglassmanager;

import de.mephisto.vpin.ui.backglassmanager.BackglassManagerController.DirectB2SEntryModel;
import javafx.scene.control.TableColumn;
import javafx.scene.control.TableView;

Expand Down
Loading

0 comments on commit 0fc364f

Please sign in to comment.