markam/NEWS

67 lines
1.8 KiB
Text
Raw Normal View History

2013-02-16 12:07:05 +01:00
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
----------------------------------------------------------------------
2013-02-16 12:22:53 +01:00
This file is part of Markam
2013-02-16 12:07:05 +01:00
2013-02-16 12:22:53 +01:00
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.
2013-02-16 12:07:05 +01:00
You should have received a copy of the GNU General Public License
2013-02-16 12:22:53 +01:00
along with Markam. If not, see <http://www.gnu.org/licenses/>.
2013-02-16 12:07:05 +01:00
Local Variables:
mode: outline
paragraph-separate: "[ ]*$"
End: