Skip to content

Release 1.13.1

Compare
Choose a tag to compare
@aleks-f aleks-f released this 07 Feb 08:08
6d17354

Features and enhancements

  • GH #4367 SQLite FTS5 (full text search)
  • GH #4335 Implement patches that Debian/Ubuntu applies when preparing deb packages
  • GH #4216 Replace C string literals (const char*) with C++ std::string literals for std::string parameters.
  • GH #3890 Get rid of SingletonHolder
  • GH #2450 Why does it take the ThreadPool 10+ seconds to shutdown when there is nothing running.
  • GH #2443 FileChannel doesn't flush to disk on unix until close
  • GH #4437 Add arm cross-compile config and CI
  • PR #4422 enh(File): Linux, macOS: microsecond precision for file times
  • PR #4390 enh(DateTimeParser): option to cleanup input string before parsing (#569)

Bug fixes and improvements