aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
AgeCommit message (Collapse)AuthorFilesLines
2025-06-13doc: fix Markdown in CHANGELOG.mdMatěj Cepl1-2/+2
2024-05-01release 0.9Randy Palamar1-9/+80
2023-10-10revert c22b2c2 & 364d212Randy Palamar1-1/+0
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 Hesse1-1/+1
Just a version bump, no changes required.
2023-03-19build: update alpine in docker build to version 3.17Christian Hesse1-0/+1
This requires one extra package, as static liblzma (liblzma.a) was moved to xz-static.
2023-03-19don't set _FORTIFY_SOURCE in configureRandy Palamar1-0/+1
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 Bobbin1-0/+1
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 Bobbin1-0/+1
2023-02-13update changelogFelix Van der Jeugt1-0/+4
2022-12-10Add CHANGELOG.md based on the GitHub releases.Matěj Cepl1-0/+307