aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
Commit message (Collapse)AuthorAgeFilesLines
* CHANGELOG: use reference style links (#325)NRK2022-06-271-71/+141
| | | | | | | | | | | | | | | | | | | | | | | Originally we stopped doing links in the CHANGELOG since it harmed readability when reading the raw markdown file. However we can use reference styles links instead. * Pros - Doesn't harm readability. - We can link to proper thread on the proper repo (`CodeBerg/nsxiv` for newer threads, `nsxiv-record` for wiped ones) - The links will be clickable on the [webpage] - Both GitHub and Codeberg support reference style links, as well as lowdown (which we use for building the webpage) [webpage]: https://nsxiv.codeberg.page/changelog/ * Cons - Slightly higher maintainance burden. - Larger file size. Reviewed-on: https://codeberg.org/nsxiv/nsxiv/pulls/325 Reviewed-by: Berke Kocaoğlu <berke.kocaoglu@metu.edu.tr>
* CHANGELOG: update title and link (#324)NRK2022-06-271-7/+8
| | | | | | | | | | now that CHANGELOG has it's own webpage [0], update the title accordingly. also change the link to `nsxiv-record` instead. [0]: https://nsxiv.codeberg.page/changelog/ Reviewed-on: https://codeberg.org/nsxiv/nsxiv/pulls/324 Reviewed-by: Berke Kocaoğlu <berke.kocaoglu@metu.edu.tr>
* [ci]: check for typos via codespell (#326)NRK2022-06-271-2/+2
| | | | | | | also fix any found issues. Reviewed-on: https://codeberg.org/nsxiv/nsxiv/pulls/326 Reviewed-by: Berke Kocaoğlu <berke.kocaoglu@metu.edu.tr>
* Release version 30NRK2022-06-151-1/+42
| | | | | Co-authored-by: NRK <nrk@disroot.org> Co-authored-by: Berke Kocaoğlu <berke.kocaoglu@metu.edu.tr>
* Release version 29N-R-K2022-03-031-0/+30
|
* Release version 28N-R-K2021-12-121-0/+57
| | | Co-authored-by: Berke Kocaoğlu <berke.kocaoglu@metu.edu.tr>
* Stable version 27.1NRK2021-09-171-0/+8
|
* Fix links in changelog and readmeBerke Kocaoğlu2021-09-171-15/+15
|
* Stable version 27Berke Kocaoğlu2021-09-161-1/+1
|
* add .mark.foreground to XresourcesNRK2021-09-171-0/+1
| | | | | since we're already allowing both window and bar colors to be customizable, it doesn't make sense to not allow so for mark color.
* cleanup docsNRK2021-09-171-12/+17
|
* Fix font memory leak. (#57)Sam Whitehead2021-09-161-0/+1
| | | | | | | | | | | * Fix font memory leak. This memory leak has always been present in sxiv. The font opened on window.c:58 was never closed, so I closed it, fixing a 2kB memory leak. * document changes Co-authored-by: NRK <nrk@disroot.org>
* change .font to .bar.font for consistency (#48)N-R-K2021-09-161-0/+1
|
* Rename, Update Docs and Prepare for Release (#9)Berke Kocaoğlu2021-09-161-0/+182
Co-authored-by: Guilherme Rugai Freire <41879254+GRFreire@users.noreply.github.com> Co-authored-by: N-R-K <79544946+N-R-K@users.noreply.github.com> Co-authored-by: NRK <nrk@disroot.org> Co-authored-by: Arthur Williams <taaparthur@gmail.com> Co-authored-by: eylles <ed.ylles1997@gmail.com>