Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
media | diff --git a/driver/indexbraille-media.defs b/driver/indexbraille-media.defs index 5ac8822..4b321f6 100755 |
no | ||||
reproducibility | no | |||||
multiple-64 | commit 87d7e6a14d6ccef9c24dc8d30cfa1da4d1847af2 Fix'd multiple-of-64 workaround. This was working for the index-direct-braille filter, but broken in the index-braille.sh filter. diff --git a/filter/index-braille.sh.in b/filter/index-braille.sh.in index d3516aa..1535e8e 100644 |
Simon Aittamaa <simon@indexbraille.com> | no | 2017-10-05 | ||
gitter | commit a7781b048d685f11e2df58c52fa438b2230e3382 Update README diff --git a/README b/README index 8b5c22b..f8e6f6f 100644 |
Simon Aittamaa <simon.aittamaa@gmail.com> | no | 2017-09-20 | ||
mime | https://github.com/IndexBraille/linux-driver/pull/10 commit 52c02197ba7f03dccf7bbaa8dd789dce2740e785 Avoid detecting all txt files as application/x-idx-doc All .txt files were previously detected as application/x-idx-doc MIME type, thus basically breaking printing them. Whitespaces in MIME files mean OR. We need to use + to make it AND, so that only .txt files that have the 1b44 marker get recognized as application/x-idx-doc. diff --git a/mime/indexbraille.types b/mime/indexbraille.types index 90de018..dca2c68 100644 |
Samuel Thibault <samuel.thibault@ens-lyon.org> | no | 2022-10-30 |