markam/NEWS

66 lines
1.8 KiB
Text
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Markam NEWS -- history of user-visible changes.
Copyright (C) 2013 Tom Willemsen
See the end of the file for license conditions.
Please send Markam bug reports to tom at ryuslash dot org.
* Next
** Add NEWS file.
* Version 0.2.0
** Add targets to Makefile.
Add the `install', `uninstall', `install-strip' and several
documentation format targets to the Makefile to make installation
easier.
** Add simplistic searching.
It looks for either bookmarks having a tag that matches the given
string or where the given string is in the bookmark's title.
** Add a `--script' switch.
This switch causes output of bookmarks to change. When given each
bookmark's title, description and url are printed separated by a `C-^'
character and each bookmark is separated by a `C-_' character. This is
to help other programs parse these fields.
** Add searching and completion to Conkeror interface.
This uses the new `--script' switch to search through a user's
bookmarks and suggest the matching ones to Conkeror as completion
candidates.
* Version 0.1.0
** Initial release
----------------------------------------------------------------------
This file is part of Markam
Markam is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation, either version 3 of the License, or (at your
option) any later version.
Markam is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details.
You should have received a copy of the GNU General Public License
along with Markam. If not, see <http://www.gnu.org/licenses/>.
Local Variables:
mode: outline
paragraph-separate: "[ ]*$"
End: