- Update pypresence to 4.3.0
- #22: Added support for NVIDIA Quadro GPU display text
- #18: Added ability to cycle thru available state types at a given interval
- #17: Added option to toggle off the '.blend' file extension when displaying file name
- #13: Added basic functionality to blacklist file names via regex from appearing on RPC. If the file name matches the expression, it will instead show the "Fallback" text supplied by the user
- Tip: If you want to match multiple names you can use the
|
operator. Example:hello|world|foo|bar
- Tip: If you want to match multiple names you can use the