From d97d521d5707fee6daa79a5930b67732e67982e4 Mon Sep 17 00:00:00 2001 From: Tobias Ludwig Maier Date: Thu, 28 Dec 2023 22:43:57 +0100 Subject: [PATCH] Elaborate on the limitations in the README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 713aed3..1e7339a 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,12 @@ The application currently supports the following label formats: The application currently has the following limitations: - The application is currently only available in English. + This is considered a non-issue, as the application is designed to be self-explanatory. - The application currently only supports the Avery L4731REV-25 label format. + Contributions for additional label formats are welcome. - The application only supports Google Chrome and Chromium-based browsers, such as Microsoft Edge. And partially Firefox. This limitation is due to the use of the [CSS `@page` rule](https://developer.mozilla.org/en-US/docs/Web/CSS/@page) for printing. + Contributions for additional browser support are welcome. ### Key Design Decisions