Next | Query returned 16 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2021-12-18 15:15:35 by Leonardo Taccari | Files touched by this commit (4) | Package removed
Log message:
sfeed_curses: Remove, now part of sfeed
   2021-10-26 13:09:37 by Nia Alarie | Files touched by this commit (27)
Log message:
news: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:45:00 by Nia Alarie | Files touched by this commit (27)
Log message:
news: Remove SHA1 hashes for distfiles
   2021-08-08 12:52:19 by Leonardo Taccari | Files touched by this commit (2)
Log message:
sfeed_curses: Update to 1.0

Changes:
1.0
---
* Makefile: switch to use CPPFLAGS -D_DEFAULT_SOURCE preventing warning
  messages on some systems.
* sfeed_curses:
   * Fix (false-positive) compiler warnings with gcc 10.2+ and -Wall -O2.
   * Check if capname is NULL for tparm(), noticed on netbsd-curses.
   * Add [ and ] keybind to open the next visible feed in the pane while
     keeping the current pane selection, thanks to adc for the feature
     suggestion.
   * Exit early on read errors and show a clear error message in these cases.
   * Improve consistency of line counting (on an invalid file).
   * Theme: add a version of the mono theme (mono_highlight) which highlights
     the active panel.
   * minicurses.h: fix parameter type for tparm() (long not int).
* sfeed_content:
   * Content view optimizations.
   * Show any other content-type than "html" as plain-text (because Atom
     allows base64-encoded embedded content).
   * Allow multiple file parameters as arguments.
* sfeed_markread:
   * Make sure to use proper permissions when copying the merged temporary
     file.
   * For the unread items: create the file if it does not exist.
   * Allow to set the url as a parameter or as an env variable.
   * Use "-" instead of /dev/stdin which is slightly more portable.
* Code-style improvements.
* Documentation improvements: add examples, fix typos, etc.
   2021-04-17 13:14:04 by Leonardo Taccari | Files touched by this commit (2)
Log message:
sfeed_curses: Update to 0.9.10

Changes:
0.9.10
------
 * Fix a possible memory leak when used with ncurses and when resizing the
   window. The terminal was reinitalized using setupterm() which would leak memory
   and it is also very inefficient to do so, because it rereads the terminfo
   entries.
 * Fix a possible memory leak when used with ncurses and when exiting from an
   interactive program and restoring the terminal for sfeed_curses.
 * Fix an issue when the sidebar would be > 256 columns long the text on the row
   would not be displayed. Especially noticable in the monocle and horizontal
   layout in fullscreen on bigger screens.
 * Fix a silent truncation which would make searching on titles with > 1024
   bytes not work on these truncated bytes.
 * Fix right-click plumb not respecting the environment variable
   $SFEED_PLUMB_INTERACTIVE flag (but the keybinds did).
 * Fix drawing/updating of the initial items scrollbar when switching to the
   monocle layout.
 * Fix to restore the terminal state more gracefully when it could not be
   correctly initialized (for example with an invalid $TERM set).
 * Fix for correctly decoding mouse buttons 6 and 7 (tilt scroll) using xterm
   X10 decoding. These buttons were not used, but still :)
 * Fix: when the pane items or scrollbar are outside the window to not draw them.
 * Do not clearscreen() when the window is dirty.
   This makes sure there is less flickering in xterm and urxvt, like on a window
   resize or when adjusting the sidebar.
 * Add the keybinds J (shift-j) and K (shift-k) to go one item up or down and
   also open it for faster navigating and checking new items.
   Feedback idea from Hadrien Lacour, thanks!
 * Also allow scrolling when the position is exactly on the pane its scrollbar
   and fix mouse button actions that don't depend on a position in a pane.
 * Implement extended SGR mouse-decoding and also improve X10 mouse decoding:
     * When the terminal emulator supports SGR mouse-encoding then it can
       encode x, y values beyond 224 columns and rows. This is useful for big \ 
screens.
     * Map the side-buttons (back, forward) to switch panes. Useful in the monocle
       layout.
     * Implement keymasks (shift, meta/alt, ctrl) and pass them to the function
       mousereport().
 * Improve resizing the sidebar:
   * Avoid unnecessary redraws in some (rare) cases.
   * Clamp the minimal and maximum value when adjusting the sidebar size
     depending on the layout.  This also fixes an issue in horizontal layout mode
     when the sidebar is 1 column high. It would require 2 keypresses (instead of 1)
     to increase the sidebar. This was an injustice to the fingers.
 * After toggling showing new feeds or when reloading feeds try to select the
   same feed again.
 * Code-style improvements, typofixes and minor documentation improvements.
   2021-03-14 15:21:06 by Leonardo Taccari | Files touched by this commit (2)
Log message:
sfeed_curses: Update to 0.9.9

Changes:
0.9.9
-----
 - mark as read: use the ID if the link is empty
 - sfeed_content: fix unescaping function
 - Add feature to process a sequence of keys automatically on startup via
   $SFEED_AUTOCMD environment variable
 - Add horizontal and monocle layout
 - Misc bugfixes and improvements
   2021-01-27 18:34:08 by Leonardo Taccari | Files touched by this commit (2)
Log message:
sfeed_curses: Update to 0.9.8

pkgsrc changes:
 - Use https:// for MASTER_SITES too

Changes:
0.9.8
-----
 - Misc bug fixes
   2021-01-06 15:35:57 by Leonardo Taccari | Files touched by this commit (2)
Log message:
sfeed_curses: Update to 0.9.7

Changes:
0.9.7
-----
 - Permit to build with custom themes via SFEED_THEME
 - Misc bug fixes
   2020-12-20 12:11:53 by Leonardo Taccari | Files touched by this commit (2)
Log message:
sfeed_curses: Update to 0.9.6

Changes
0.9.6
-----
 - Add keybinds < (decrease), > (increase) and = (reset to automatic
   size) to resize feed sidebar pane for small terminals
 - Make lazyload a run-time configuration option via SFEED_LAZYLOAD
   environment variable
   2020-11-05 23:51:54 by Leonardo Taccari | Files touched by this commit (2)
Log message:
sfeed_curses: Update to 0.9.5

Changes:
0.9.5
-----
 - Minor bug fixes and improvements

Next | Query returned 16 messages, browsing 1 to 10 | Previous