File: CHANGELOG.md

package info (click to toggle)
ruby-tty-cursor 0.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 88 kB
  • sloc: ruby: 108; makefile: 4
file content (75 lines) | stat: -rw-r--r-- 2,180 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# Change log

## [v0.7.1] - 2020-01-25

### Changed
* Change gemspec to include metadata and remove test files

## [v0.7.0] - 2019-05-27

### Added
* Add #scroll_up & #scroll_down display by one line

### Changed
* Change to restrict gem to Ruby >= 2.0

## [v0.6.1] - 2019-02-28

### Changed
* Change gemspec to load files without git

## [v0.6.0] - 2018-07-13

### Changed
* Remove encoding magic comments

### Fixed
* Fix #clear_line_before/after to use correct control symbols by Xinyue Lu(@msg7086)
* Fix gem vendoring by moving version file to its own folder

## [v0.5.0] - 2017-08-01

### Changed
* Change #save & #restore to work on major systems by Austin Blatt[@austb]

## [v0.4.0] - 2017-01-08

### Added
* Add #clear_char for erasing characters
* Add #clear_line_before for erasing line before the cursor
* Add #clear_line_after for erasing line after the cursor
* Add #column to move the cursor horizontally in the current line
* Add #row to move the cursor vertically in the current column

### Changed
* Remove #move_start
* Change #next_line to move the cursor to beginning of the line
* Change #clear_line to move the cursor to beginning of the line
* Change alias_method to alias

### Fixed
* Fix #clear_line to correctly clear whole line

## [v0.3.0] - 2016-05-21

### Fixed
* Fix prev_line to work in iTerm2 and Putty by @m-o-e

## [v0.2.0] - 2015-12-28

### Changed
* Change #clear_lines to clear first and move up/down

## [v0.1.0] - 2015-11-28

* Initial implementation and release

[v0.7.0]: https://github.com/piotrmurach/tty-cursor/compare/v0.7.0...v0.7.1
[v0.7.0]: https://github.com/piotrmurach/tty-cursor/compare/v0.6.1...v0.7.0
[v0.6.1]: https://github.com/piotrmurach/tty-cursor/compare/v0.6.0...v0.6.1
[v0.6.0]: https://github.com/piotrmurach/tty-cursor/compare/v0.5.0...v0.6.0
[v0.5.0]: https://github.com/piotrmurach/tty-cursor/compare/v0.4.0...v0.5.0
[v0.4.0]: https://github.com/piotrmurach/tty-cursor/compare/v0.3.0...v0.4.0
[v0.3.0]: https://github.com/piotrmurach/tty-cursor/compare/v0.2.0...v0.3.0
[v0.2.0]: https://github.com/piotrmurach/tty-cursor/compare/v0.1.0...v0.2.0
[v0.1.0]: https://github.com/piotrmurach/tty-cursor/compare/v0.1.0