Skip to content

Latest commit

 

History

History
64 lines (38 loc) · 1.61 KB

CHANGELOG.md

File metadata and controls

64 lines (38 loc) · 1.61 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v1.2.0 - 2024-02-12

Removed

  • Remove support for Python 2.7 (jfishe)

Added

  • Add support for Python 3.11 (jfishe)
  • pre-commit hook id: vimwiki-cli to simplify installing pre-commit.sh script (#7) (jfishe)

v1.1.0 - 2023-05-08

Added

  • Add support for VimwikiAll2HTML[!] (jfishe)

Changed

  • Update documentation
  • Add vimwiki.allhtml to scripts/pre-commit.sh

v1.0.2 - 2022-09-04

Changed

  • Fix PyPI documentation

v1.0.1 - 2022-09-04

Added

  • Add support for Python 3.10

Changed

  • Update documentation
  • Update Click dependency to >=7.1 (Anish Lakhwara)

Removed

  • Remove support for Python 3.6

v1.0.0 - 2021-05-04

Initial release