File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 1+ ### 1.4.5 / 2024-04-24
2+
3+ New features:
4+
5+ * Add documentation of TERM.
6+ Issue #80 by rubyFeedback.
7+ * Add MacOS directives to install curses with menu support
8+ Pull request #84 by AlexB52.
9+
10+ Bug fixes:
11+
12+ * Add x permissoin to samples.
13+ Pull request #71 by dvarrui.
14+ * Supress gem installation warning.
15+ Issue #77 by rubyFeedback.
16+ * Ignore Curses::UnknownCommandError.
17+ Issue #79 by rubyFeedback.
18+ * Fix installation problem on macOS (Apple Silicon).
19+ Issue #85 by pusewicz.
20+
121### 1.4.4 / 2022-02-03
222
323Bug fixes:
Original file line number Diff line number Diff line change 11Gem ::Specification . new { |s |
22 s . name = "curses"
3- s . version = "1.4.4 "
3+ s . version = "1.4.5 "
44 s . author = [ "Shugo Maeda" , 'Eric Hodel' ]
5566 s . homepage = "https://github.com/ruby/curses"
You can’t perform that action at this time.
0 commit comments