Releases: darauble/bookmark_manager
Text-only bookmarks
Publishing the new version where bookmarks can be made out of only transparent text, as opposed to full blown rectangles. For some it may provide more clean and esthetic appearance. IMHO, it better adheres to overall SDR++ interface, those screaming yellow rectangles always seemed a nuisance for me.
V0.1.2 alpha
Windows
A try to build a DLL for Windows. Not sure, how it will work (I'm no Windows developer) etc. etc. But for people just to try and see if it works or fails miserably.
Mac (Apple Silicon)
Also a build of Apple Silicon version by @betzburger who provided the .dylib library and a description, quoted below:
OK, let's assume you HAVE the Apple Silicon version of SDR++ installed.
It is configured in your users home directory (and it is a hidden directory) located at /Users/yourusername/.config/sdrpp/config.json
In this config.json you can define the location of your modules directory.
In my case it looks like this:
"modulesDirectory": "/usr/local/lib/sdrpp/plugins",
"offset": 0.0,
"offsetMode": 0,
"resourcesDirectory": "/usr/local/share/sdrpp",
You have to copy the bookmark_manager.dylib file into the modules directory.
In the same config.json file you then enable the bookmark_manager.
Just add this code under "moduleInstances"
Looks like this:
"moduleInstances": {
"Bookmark Manager": {
"enabled": true,
"module": "bookmark_manager"
},