-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
Summary: pspg: a unix pager optimized for psql | ||
Name: pspg | ||
Version: 4.4.0 | ||
Version: 4.5.0 | ||
Release: 0%{?dist} | ||
License: BSD | ||
Group: Development/Tools | ||
|
@@ -43,14 +43,18 @@ CFLAGS="$RPM_OPT_FLAGS" | |
%{_bindir}/* | ||
|
||
%changelog | ||
* Tue Mar 23 2021 Pavel Stehule <[email protected]> | ||
- fix stream mode on apple (/dev/tty dosn't work with poll function) | ||
- new query stream mode - queries for pg client are read from stream | ||
|
||
* Fri Mar 19 2021 Pavel Stehule <[email protected]> | ||
* for some cases the multiline values are exported as one value | ||
- for some cases the multiline values are exported as one value | ||
|
||
* Sun Feb 7 2021 Pavel Stehule <[email protected]> | ||
* main window has vertical scrollbar | ||
- main window has vertical scrollbar | ||
|
||
* Fri Jan 29 2021 Pavel Stehule <[email protected]> | ||
* enhancing mouse usage by support xterm mouse mode 1002 | ||
- enhancing mouse usage by support xterm mouse mode 1002 | ||
|
||
* Sat Jan 16 2021 Pavel Stehule <[email protected]> | ||
- possibility to export to clipboard or file in CSV, TSVC, formatted text and INSERT formats | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters