-
Notifications
You must be signed in to change notification settings - Fork 238
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |