summaryrefslogtreecommitdiff
path: root/lib/reline/version.rb
AgeCommit message (Collapse)Author
2025-01-24Migrate irb and reline to the bundled gemsHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/12624
2024-12-16[ruby/reline] Bump version to 0.6.0Mari Imaizumi
(https://github.com/ruby/reline/pull/795) https://github.com/ruby/reline/commit/e0850cd5ba
2024-11-28[ruby/reline] Bump version to 0.5.12Mari Imaizumi
(https://github.com/ruby/reline/pull/786) https://github.com/ruby/reline/commit/d4f6741e7e
2024-11-08[ruby/reline] Bump version to 0.5.11Mari Imaizumi
(https://github.com/ruby/reline/pull/777) https://github.com/ruby/reline/commit/4d90743409
2024-09-05[ruby/reline] Bump version to 0.5.10Mari Imaizumi
(https://github.com/ruby/reline/pull/745) https://github.com/ruby/reline/commit/0ebd54f675
2024-06-12[ruby/reline] Bump version to 0.5.9Mari Imaizumi
(https://github.com/ruby/reline/pull/724) https://github.com/ruby/reline/commit/aff1d852bb
2024-05-29[ruby/reline] Bump version to 0.5.8Mari Imaizumi
(https://github.com/ruby/reline/pull/711) https://github.com/ruby/reline/commit/43cd4c5d58
2024-05-14[ruby/reline] Bump version to 0.5.7Mari Imaizumi
(https://github.com/ruby/reline/pull/704) https://github.com/ruby/reline/commit/b9b3d392ff
2024-05-09[ruby/reline] Bump version to 0.5.6Mari Imaizumi
(https://github.com/ruby/reline/pull/700) https://github.com/ruby/reline/commit/1b6c29a2b1
2024-05-02[ruby/reline] Bump version to 0.5.5Mari Imaizumi
(https://github.com/ruby/reline/pull/696) https://github.com/ruby/reline/commit/8bf71d0b81
2024-04-29[ruby/reline] Bump version to 0.5.4Mari Imaizumi
(https://github.com/ruby/reline/pull/691) https://github.com/ruby/reline/commit/3f27286a5e
2024-04-23[ruby/reline] Bump version to 0.5.3Mari Imaizumi
(https://github.com/ruby/reline/pull/686) https://github.com/ruby/reline/commit/e9d5236c74
2024-04-16[ruby/reline] Bump version to 0.5.2Mari Imaizumi
(https://github.com/ruby/reline/pull/682) https://github.com/ruby/reline/commit/17d12cc511
2024-04-09[ruby/reline] Bump version to 0.5.1Mari Imaizumi
(https://github.com/ruby/reline/pull/672) https://github.com/ruby/reline/commit/d348df90d2
2024-03-25[ruby/reline] Bump version to v0.5.0Mari Imaizumi
(https://github.com/ruby/reline/pull/664) https://github.com/ruby/reline/commit/1d6569600c
2024-03-19[ruby/reline] Reline 0.5.0.pretomoya ishida
(https://github.com/ruby/reline/pull/614) * Re-architecture LineEditor's internal state and rendering * Fix test related to LineEditor re-architecture * Bump to 0.5.0.pre.1 * Hide cursor only when updating screen. Frequent hide&show makes cursor flickering. * Simplify rerender call from reline.rb * Simplify handle_cleared It only need to clear screen. line_editor.rerender will be called later. * Add description of updating pasting_state inserts continuous_insertion_buffer * Use meaningful block parameter Co-authored-by: Stan Lo <stan001212@gmail.com> * Fix use of `@cursor_y` Fix bug updating `@cursor_y`. Do not use `@cursor_y` while updating dialog because it is not current cursor position but cursor position at last rendered time. * Remove useless instance_variable_set in test These instance variables are already removed from LineEditor * Always initialize instance variables to avoid ruby 2.7 warning, remove unused instance variable * Call update_dialogs from reline.rb before first render * Combine state representing rendered screen information into `@rendered_screen` * Rename editor_cursor_ to wrapped_cursor It represents cursor position of word wrapped whole content * Remove unused code, tweak, add comment --------- https://github.com/ruby/reline/commit/3fa376217d Co-authored-by: Stan Lo <stan001212@gmail.com>
2024-02-25[ruby/reline] Bump version to v0.4.3Stan Lo
(https://github.com/ruby/reline/pull/642) https://github.com/ruby/reline/commit/5137a3f3af
2024-01-05[ruby/reline] Bump version to v0.4.2Stan Lo
(https://github.com/ruby/reline/pull/633) https://github.com/ruby/reline/commit/5b59e48070
2023-12-16[ruby/reline] Bump version to 0.4.1ima1zumi
(https://github.com/ruby/reline/pull/612) https://github.com/ruby/reline/commit/8937279e0f
2023-11-07[ruby/reline] Bump version to 0.4.0ima1zumi
(https://github.com/ruby/reline/pull/601) https://github.com/ruby/reline/commit/d15ab72d4f
2023-10-03[ruby/reline] Bump version to 0.3.9ima1zumi
(https://github.com/ruby/reline/pull/594) https://github.com/ruby/reline/commit/b6fb72718a
2023-08-20[ruby/reline] Bump version to 0.3.8Stan Lo
(https://github.com/ruby/reline/pull/582) https://github.com/ruby/reline/commit/3840d1f958
2023-07-27[ruby/reline] Bump version to 0.3.7Stan Lo
(https://github.com/ruby/reline/pull/578) https://github.com/ruby/reline/commit/dc5a1b7c48
2023-07-08[ruby/reline] Bump version to 0.3.6Stan Lo
(https://github.com/ruby/reline/pull/565) https://github.com/ruby/reline/commit/2503ddb9a6
2023-06-03[ruby/reline] Bump version to 0.3.5Stan Lo
(https://github.com/ruby/reline/pull/548) https://github.com/ruby/reline/commit/4330a52572
2023-05-20[ruby/reline] Bump version to 0.3.4ima1zumi
(https://github.com/ruby/reline/pull/538) https://github.com/ruby/reline/commit/1fb0753bc1
2023-03-27[ruby/reline] Bump version to 0.3.3ima1zumi
(https://github.com/ruby/reline/pull/525) https://github.com/ruby/reline/commit/8ce176271f
2022-12-14[ruby/reline] Bump version to 0.3.2Hiroshi SHIBATA
https://github.com/ruby/reline/commit/3fbb7ec2ae
2022-09-22[ruby/reline] Revert "update version"Otávio Schwanck dos Santos
This reverts commit https://github.com/ruby/reline/commit/ce1ac86179e6. https://github.com/ruby/reline/commit/86602cd244
2022-09-22[ruby/reline] update versionOtávio Schwanck dos Santos
https://github.com/ruby/reline/commit/ce1ac86179
2022-01-02[ruby/reline] Version 0.3.1aycabta
https://github.com/ruby/reline/commit/9ab5850444
2021-12-25[ruby/reline] Version 0.3.0aycabta
https://github.com/ruby/reline/commit/3f6ea92268
2021-10-09[ruby/reline] Version 0.2.8.pre.11aycabta
https://github.com/ruby/reline/commit/de858ee1ac
2021-10-03[ruby/reline] Version 0.2.8.pre.10aycabta
https://github.com/ruby/reline/commit/1c6c0c82f0
2021-09-10[ruby/reline] Version 0.2.8.pre.9aycabta
https://github.com/ruby/reline/commit/bad76b5a87
2021-09-06[ruby/reline] Version 0.2.8.pre.8aycabta
https://github.com/ruby/reline/commit/967e19786d
2021-09-04[ruby/reline] Version 0.2.8.pre.7aycabta
https://github.com/ruby/reline/commit/c77c3c6fae
2021-09-02[ruby/reline] Version 0.2.8.pre.6aycabta
https://github.com/ruby/reline/commit/175d5ad4c4
2021-08-31[ruby/reline] Version 0.2.8.pre.5aycabta
https://github.com/ruby/reline/commit/79b7d80fee
2021-08-31[ruby/reline] Version 0.2.8.pre.4aycabta
https://github.com/ruby/reline/commit/059d39b090
2021-08-30[ruby/reline] Version 0.2.8.pre.3aycabta
https://github.com/ruby/reline/commit/6e0ea3362a
2021-08-30[ruby/reline] Version 0.2.8.pre.2aycabta
https://github.com/ruby/reline/commit/5e3ea74891
2021-08-29[ruby/reline] Version 0.2.8.pre.1aycabta
https://github.com/ruby/reline/commit/2668715509
2021-08-12[ruby/reline] Version 0.2.7aycabta
https://github.com/ruby/reline/commit/040d29b4c0
2021-06-21[ruby/reline] Version 0.2.6aycabta
https://github.com/ruby/reline/commit/5917e3a337
2021-04-03[ruby/reline] Version 0.2.5aycabta
https://github.com/ruby/reline/commit/22ce5651e5
2021-02-26[ruby/reline] Version 0.2.4aycabta
https://github.com/ruby/reline/commit/462f971bd3
2021-02-07[ruby/reline] Version 0.2.3aycabta
https://github.com/ruby/reline/commit/b26c7d60c8
2021-01-18[ruby/irb] [ruby/irb] [ruby/reline] Version 0.2.2aycabta
https://github.com/ruby/reline/commit/dfb710946f https://github.com/ruby/irb/commit/1a1cdf9628 https://github.com/ruby/irb/commit/fe99faf8bd
2021-01-13[ruby/reline] Version 0.2.1aycabta
https://github.com/ruby/reline/commit/a3b3c6ee60