summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
AgeCommit message (Collapse)Author
2024-05-01release 0.9Randy Palamar
2023-10-10revert c22b2c2 & 364d212Randy Palamar
aka: "check for EOF before unsetting row, col & line cache in view_coord_get" "fix bug where visual-line selections after view were considered visible" These commits have created more bugs then they fix. Reverting them reintroduces #1074: Slave selection strangled by view cliff. Fixes #1143: Disappearing selection
2023-05-23build: update alpine in docker build to version 3.18Christian Hesse
Just a version bump, no changes required.
2023-03-19build: update alpine in docker build to version 3.17Christian Hesse
This requires one extra package, as static liblzma (liblzma.a) was moved to xz-static.
2023-03-19don't set _FORTIFY_SOURCE in configureRandy Palamar
distributions that want this flag set do so on a system wide level. for example Gentoo, Fedora, Debian, and OpenSUSE. since vis sets it when invoking cc via make it overwrites the system setting (and pollutes the output with redefinition warnings). For reference here is the related bug in Gentoo: https://bugs.gentoo.org/892960
2023-03-19fix bug where visual-line selections after view were considered visibleJeremy Bobbin
prior to this patch, if you had a visual-line selection after the view, and try to move it(& all other selections) up into the buffer, the selection would appear prematurely. https://github.com/martanne/vis/issues/1074
2023-03-19implement Selection:remove()Jeremy Bobbin
2023-02-13update changelogFelix Van der Jeugt
2022-12-10Add CHANGELOG.md based on the GitHub releases.Matěj Cepl