65 lines
1.8 KiB
Text
65 lines
1.8 KiB
Text
|
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:
|