Skip to content

Commit

Permalink
Bump to version 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mvilim committed Jan 1, 2020
1 parent d57b3ba commit 56d1411
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,27 @@ This is a TeamSpeak3 plugin designed to remove audio frequencies above a given l

To install the plugin, you should download a compiled version of the plugin for your TeamSpeak version and OS. The plugin needs to be placed in your TeamSpeak plugin folder.

### TeamSpeak version 3.1.1--present (Nov 2018) plugin releases (plugin API 22)
### TeamSpeak version 3.3-? plugin releases (plugin API 23)

Linux (x64): [libfrequency_cutoff_plugin_api22.1.6.0.so](https://github.com/mvilim/ts3-frequency-cutoff-plugin/releases/download/v1.6.0/libfrequency_cutoff_plugin_api22.1.6.0.so)
Linux (x64): [libfrequency_cutoff_plugin_api22.1.7.0.so](https://github.com/mvilim/ts3-frequency-cutoff-plugin/releases/download/v1.7.0/libfrequency_cutoff_plugin_api22.1.7.0.so)

Windows (x64): [frequency_cutoff_plugin_api22.1.6.0.dll](https://github.com/mvilim/ts3-frequency-cutoff-plugin/releases/download/v1.6.0/frequency_cutoff_plugin_api22.1.6.0.dll)
Windows (x64): [frequency_cutoff_plugin_api22.1.7.0.dll](https://github.com/mvilim/ts3-frequency-cutoff-plugin/releases/download/v1.7.0/frequency_cutoff_plugin_api22.1.7.0.dll)

macOS: not currently released

### TeamSpeak version 3.1.1-3.2.X plugin releases (plugin API 22)

Linux (x64): [libfrequency_cutoff_plugin_api22.1.7.0.so](https://github.com/mvilim/ts3-frequency-cutoff-plugin/releases/download/v1.7.0/libfrequency_cutoff_plugin_api22.1.7.0.so)

Windows (x64): [frequency_cutoff_plugin_api22.1.7.0.dll](https://github.com/mvilim/ts3-frequency-cutoff-plugin/releases/download/v1.7.0/frequency_cutoff_plugin_api22.1.7.0.dll)

macOS: not currently released

### TeamSpeak version 3.1.0.1 plugin releases (plugin API 21)

Linux (x64): [libfrequency_cutoff_plugin_api21.1.6.0.so](https://github.com/mvilim/ts3-frequency-cutoff-plugin/releases/download/v1.6.0/libfrequency_cutoff_plugin_api21.1.6.0.so)
Linux (x64): [libfrequency_cutoff_plugin_api21.1.7.0.so](https://github.com/mvilim/ts3-frequency-cutoff-plugin/releases/download/v1.7.0/libfrequency_cutoff_plugin_api21.1.7.0.so)

Windows (x64): [frequency_cutoff_plugin_api21.1.6.0.dll](https://github.com/mvilim/ts3-frequency-cutoff-plugin/releases/download/v1.6.0/frequency_cutoff_plugin_api21.1.6.0.dll)
Windows (x64): [frequency_cutoff_plugin_api21.1.7.0.dll](https://github.com/mvilim/ts3-frequency-cutoff-plugin/releases/download/v1.7.0/frequency_cutoff_plugin_api21.1.7.0.dll)

macOS: not currently released

Expand Down
2 changes: 1 addition & 1 deletion src/include/freq_cutoff_plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

#define DISPLAY_NAME_BUFSIZE 512

const char* freq_cutoff_version() { return "1.6"; }
const char* freq_cutoff_version() { return "1.7"; }

const char* freq_cutoff_author() { return "Michael Vilim"; }

Expand Down

0 comments on commit 56d1411

Please sign in to comment.