Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.28 KB

ChangeLog.md

File metadata and controls

43 lines (30 loc) · 1.28 KB

Peplum ChangeLog

v0.3.0

Released: 2025-01-29

  • Added the ability to view the source of a PEP. (#17)
  • Made some cosmetic changes to the notes editor dialog so that it better matches the rest of the application. (#18)
  • Dropped Python 3.8 as a supported Python version. (#19)
  • Added support for saving the source of a PEP to a file. (#20)

v0.2.0

Released: 2025-01-27

  • Worked around a likely Textual bug that caused an occasional cosmetic problem with the main PEPs list. (#6)
  • Added the created date of a PEP to the list of things searched when doing a free text search. (#7)
  • Commands in the Python version filtering palette are now sorted by proper version order. (#12)
  • Added the ability to attach notes to a PEP. (#13)

v0.1.0

Released: 2025-01-25

  • Initial release.

v0.0.1

Released: 2025-01-14

  • Initial placeholder package to test that the name is available in PyPI.