WerWolv / libtesla

The support library for Tesla overlays
GNU General Public License v2.0
218 stars 49 forks source link

Provide filename as first argument #68

Closed masagrator closed 1 year ago

masagrator commented 1 year ago

This allow us to retrieve filename if user decides to change it for whatever reason.

I am reloading overlay in Status Monitor when trying to use Micro mode, but many people would like to change its name and I am currently blocking access to Micro mode if filename was changed. This would allow to seamless interaction with different filenames.

This also matches how terminals like bash or cmd interact with external apps.

WerWolv commented 1 year ago

Thank you!

masagrator commented 1 year ago

Can I ask when can we expect next release of Tesla Menu? Since for this to be widely used first Tesla Menu must be released. :P

WerWolv commented 1 year ago

If you can recompile the Tesla Menu for me using this libtesla version real quick, I can make a release today

masagrator commented 1 year ago

ovlmenu.zip This is with updated makefile to version 1.2.3 :P

WerWolv commented 1 year ago

Here you go https://github.com/WerWolv/Tesla-Menu/releases/tag/v1.2.3

masagrator commented 1 year ago

Thanks. :)