Fixed encoding issue

Fixes #2475
This commit is contained in:
isaak654 2022-11-20 18:07:52 +01:00 committed by GitHub
parent 4a3e6f473d
commit 0a517b9579
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -23,7 +23,6 @@ indent_style = tab
indent_size = unset
[*.{c,h,cpp}]
charset = utf-8
indent_style = tab
indent_size = unset

View File

@ -13,16 +13,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- added ability to import/export boxes into 7z files
- added new update mechanism allowing for incremental updates
-- used for nightly test builds in the "live" update channel
-- used to update Templates.ini and translations adter instalation [#1105](https://github.com/sandboxie-plus/Sandboxie/issues/1105)
-- used to update Templates.ini and translations after installation [#1105](https://github.com/sandboxie-plus/Sandboxie/issues/1105)
### Changed
- restructured the box context menu a bit
- sandman translations are now compressed and located in translations.7z
- SandMan translations are now compressed and located in translations.7z
### Fixed
- fixed issue with recycle icon not updated in time [#2457](https://github.com/sandboxie-plus/Sandboxie/issues/2457) (thanks okrc)
- fixed issue with "index out of range" [#2470](https://github.com/sandboxie-plus/Sandboxie/pull/2470) (thanks okrc)
- fixed issue starting sandman after install [#2284](https://github.com/sandboxie-plus/Sandboxie/issues/2284)
- fixed issue starting SandMan after install [#2284](https://github.com/sandboxie-plus/Sandboxie/issues/2284)
- fixed encoding issue with my_version.h [#2475](https://github.com/sandboxie-plus/Sandboxie/issues/2475)

View File

@ -1,4 +1,4 @@
/*
/*
* Copyright 2004-2020 Sandboxie Holdings, LLC
* Copyright 2020-2022 David Xanatos, xanasoft.com
*