File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 22
33* CHANGELOG
44
5+ ** [[https://github.com/mpereira/tty-solitaire/releases/tag/v1.3.0][v1.4.0]] (2025-04-17)
6+ *** Features
7+ - Double tap on a card to automatically move it to a foundation
8+ pile if there's a valid move. [[https://github.com/mpereira/tty-solitaire/pull/69][(#69)]]
9+
510** [[https://github.com/mpereira/tty-solitaire/releases/tag/v1.3.0][v1.3.1]] (2021-09-03)
611*** Improvements
712 - Made only executable basename be shown in shell output. [[https://github.com/mpereira/tty-solitaire/pull/60][(#60)]]
Original file line number Diff line number Diff line change 1- VERSION = 1.3.1
1+ VERSION = 1.4.0
22
33CC ?= gcc
44CFLAGS ?= -g
Original file line number Diff line number Diff line change 7676
7777**** Install tty-solitaire
7878 #+begin_src bash
79- wget -O tty-solitaire-v1.3.1 .tar.gz https://github.com/mpereira/tty-solitaire/archive/v1.3.1 .tar.gz
80- tar xvf tty-solitaire-v1.3.1 .tar.gz
81- cd tty-solitaire-1.3.1
79+ wget -O tty-solitaire-v1.4.0 .tar.gz https://github.com/mpereira/tty-solitaire/archive/v1.4.0 .tar.gz
80+ tar xvf tty-solitaire-v1.4.0 .tar.gz
81+ cd tty-solitaire-1.4.0
8282 make
8383 sudo make install
8484 #+end_src
You can’t perform that action at this time.
0 commit comments