Skip to content

Releases: okbob/pspg

5.2.1

28 Jul 08:47
Compare
Choose a tag to compare

minor bugfixes and enhancing

5.2.0

26 Jul 20:35
Compare
Choose a tag to compare
  • progressive data load
  • the text of helps can be little bit formatted

5.1.3

22 Jul 14:03
Compare
Choose a tag to compare

fix minor bugs

  • don't do unwanted reload of history file after theme change
  • ^C (sigint) is working in edit line again

5.1.2

20 Jul 19:30
Compare
Choose a tag to compare

bugfix reprint on exit doesn't work when pspg was executed as pager

5.1.1

16 Jul 16:48
Compare
Choose a tag to compare

fix tabcomplete bug - after switch to nonl mode the ENTER returns code 13, not code 10

5.1.0

16 Jul 10:06
Compare
Choose a tag to compare
  • new possibility to temporal switch to primary screen by pressing Ctrl o
  • refactoring of input events processing

5.0.5

26 Jun 04:06
Compare
Choose a tag to compare

There is new option --no-last-row-search. When you run pspg with this option, then editing of searching patterns doesn't use previous pattern as default (it can be taken from histrory). The new behaviour is same like in vim, less, more.

In this release I cleaned some issues detected by valgrind - but these issues was invisible for users, so this cleaning is invisible for users too.

5.0.4

15 Jun 16:36
Compare
Choose a tag to compare

code refactoring and cleaning

5.0.3

10 Jun 17:01
Compare
Choose a tag to compare

code cleaning only

5.0.2

04 Jun 08:13
Compare
Choose a tag to compare
  • fix csv export (broken quote escaping)
  • fix possible tabcomplete crash
  • new export formats - SQL values and pipe separated values (this is just trimmed text without any other escaping)