Skip to content

Commit

Permalink
Rocksniffer_PJ 0.4.2 is a small feature update:
Browse files Browse the repository at this point in the history
-If tuning tuning match in dictionary is not found, it will fall back on raw string tuning; i.e., if 'E Standard' was not found, report 'EADGBE' instead of 'Custom Tuning'
-If using bass, tuning name will be trimmed to four characters
  • Loading branch information
PoizenJam committed Sep 23, 2024
1 parent aff830d commit d57de7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RockSniffer/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace RockSniffer
{
class Program
{
internal const string version = "0.4.1.1";
internal const string version = "0.4.2";

internal static ICache cache;
internal static Config config;
Expand Down

0 comments on commit d57de7f

Please sign in to comment.