Document new flag

This commit is contained in:
Alex 2019-03-31 20:10:32 +03:00 committed by GitHub
parent f55c0422a2
commit a9fff495a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ This is the complete source code and the build instructions for the Kepka's alph
- remove some Qt and custom types in favor of using C++ Standard Library types and classes;
- clang-format;
- fix almost all warnings;
- optional inter-procedural optimizations on \*nix (enabled using CMake's `-DENABLE_IPO:BOOL=ON` flag; improves performance but could degrade compile times);
* Ability to toggle "typographical" replaces (like replace << to « and another);
* Packages for Fedora and Arch Linux (packages for Debian and Ubuntu will be done soon);
* UI based on 1.1.21 before UI "mobilization" which degrades UX (e.g. group settings will be accessible from 5 clicks);