mirror of
https://github.com/Dushistov/sdcv.git
synced 2025-12-15 09:21:55 +00:00
release 0.5.3
This commit is contained in:
@@ -91,7 +91,7 @@ set(CPACK_PACKAGE_VENDOR "Evgeniy Dushistov <dushistov@mail.ru>")
|
|||||||
set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README.org")
|
set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README.org")
|
||||||
set(CPACK_PACKAGE_VERSION_MAJOR "0")
|
set(CPACK_PACKAGE_VERSION_MAJOR "0")
|
||||||
set(CPACK_PACKAGE_VERSION_MINOR "5")
|
set(CPACK_PACKAGE_VERSION_MINOR "5")
|
||||||
set(CPACK_PACKAGE_VERSION_PATCH "2")
|
set(CPACK_PACKAGE_VERSION_PATCH "3")
|
||||||
|
|
||||||
set(sdcv_VERSION
|
set(sdcv_VERSION
|
||||||
"${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
|
"${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
|
||||||
|
|||||||
16
NEWS
16
NEWS
@@ -1,9 +1,15 @@
|
|||||||
|
Version 0.5.3
|
||||||
|
- Use single quotes around JSON data to reduce need for escaping
|
||||||
|
- Store integer magic in cache file
|
||||||
|
- Added $SDCV_HISTFILE to set history file
|
||||||
|
- return exit code 2 if search term not found
|
||||||
|
- Comply with the XDG Base Directory Specification
|
||||||
Version 0.5.2
|
Version 0.5.2
|
||||||
Synonyms index support (.syn files) by Peter <craven@gmx.net>
|
- Synonyms index support (.syn files) by Peter <craven@gmx.net>
|
||||||
Add support of json output by Peter <craven@gmx.net> (--json-output)
|
- Add support of json output by Peter <craven@gmx.net> (--json-output)
|
||||||
Add -e for exact searches (no fuzzy matches) by Peter <craven@gmx.net>
|
- Add -e for exact searches (no fuzzy matches) by Peter <craven@gmx.net>
|
||||||
Fix build with clang 3.4.1
|
- Fix build with clang 3.4.1
|
||||||
fix FSF address in license by Tomáš Čech <sleep_walker@suse.com>
|
- fix FSF address in license by Tomáš Čech <sleep_walker@suse.com>
|
||||||
|
|
||||||
Version 0.5.1
|
Version 0.5.1
|
||||||
Fix usage of SDCV_PAGER by Anton Yuzhaninov
|
Fix usage of SDCV_PAGER by Anton Yuzhaninov
|
||||||
|
|||||||
Reference in New Issue
Block a user