Releases: wakatime/notepadpp-wakatime
Releases · wakatime/notepadpp-wakatime
5.1.1
5.1.0
- Support new api key prefix format by @alanhamlett
5.0.1
5.0.0
5.0.0 (2022-12-04)
- Fix error "This ANSI Plugin is not compatible with your Unicode Notepadd++".
- Add support to Notepad++ 7.6.3 and above.
- Update .Net to v4.8.
- Update
Plugin Infrastructure
to the latest version. - Correctly get npp version to compose
plugin
attribute. - Remove dependey to nuget library.
- Only load the plugin when npp sends
ready
signal to avoid freezing the UI. - Get
lines in file
andcurrent line
to be sent to wakatime-cli. - Other general improvents for error handling and logging.