Skip to content

Commit

Permalink
add recent releases doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Dec 28, 2024
1 parent 8c5c1a6 commit 2bd8a23
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/releases/5.0.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## What's Changed

- Glossary info: map "creationTime" metadata to/from "date" metadata (used by StarDict)
- Gettext `.po`: fix broken syntax due to missing quotations, unescape `|`, and fix duplicate msgids
- Wiktextract: improvements and better testing
- Disable categories by default with an option to enable it
- FreeDict: refactoring
- Web UI: add `setup.py `metadata by @glowinthedark in #609
- Allow disabling in-memory SQLite with an environment variable
- Better testing, fix/add type annotations and (as usual) some refactoring

**Full Changelog**: https://github.com/ilius/pyglossary/compare/5.0.0...5.0.1
12 changes: 12 additions & 0 deletions doc/releases/5.0.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## What's Changed

- New PyGlossary icon logo
- Zimfile: fix possible `NameError`
- Web UI: add glossary preview buttons by @glowinthedark in https://github.com/ilius/pyglossary/pull/610
- Remove plugin: IUPAC goldbook (.xml)
- Replace all usages of `OrderedDict` with `dict` which is ordered since python 3.6
- FreeDict: improve test coverage
- Refactor Yomichan and Web UI, and cleanup in BGL
- Remove `pyglossary.pyw`, `pkg` directory and `res/resize-16.png`

**Full Changelog**: https://github.com/ilius/pyglossary/compare/5.0.1...5.0.2
14 changes: 14 additions & 0 deletions doc/releases/5.0.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## What's Changed

- Fix in PyGlossary icon / logo, visible in light background
- Web UI: update `favicon.ico`
- Mobipocket: refactor, run kindlegen with relative file path, #613
- Add back `pkg/pyglossary.desktop` for flathub build, #614
- Rename plugin `ABCMedicalNotes` to `MakindoMedical` (#267)
- Make plugins' documentation tidier
- Update `project.urls` in `pyproject.toml` according to [packaging.python.org](https://packaging.python.org/en/latest/tutorials/packaging-projects/)
- Add or update `__all__` in imported modules
- Fewer uses of `sys.exit`
- Refactor `pyglossary/ui/main.py` and add `mainNoExit` function (c19ba565)

**Full Changelog**: https://github.com/ilius/pyglossary/compare/5.0.2...5.0.3

0 comments on commit 2bd8a23

Please sign in to comment.