Add NEWS file

This commit is contained in:
Tom Willemsen 2013-02-16 12:07:05 +01:00
parent 5a036e4ad3
commit 5d51c35bb7

64
NEWS Normal file
View file

@ -0,0 +1,64 @@
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 program 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.
This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
Local Variables:
mode: outline
paragraph-separate: "[ ]*$"
End: