-
Notifications
You must be signed in to change notification settings - Fork 16
/
Changelog
83 lines (66 loc) · 3.34 KB
/
Changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
--vX.Y.Z
- Improvements in the generated .png bitmaps: Transparent background
(if not set otherwise in LaTeX document) and compression level 3.
- Color of bitmap is now color of surrounding text. (A color specification
in the the LaTeX file gets always the priority). (Bug #70)
- Layout improvements in configuration dialog.
- Fix issue on Windows that prevented LatexIt! from working unless debug is
enabled.
--v0.7.3
- Fixed baseline alignment on multiple runs (Bug #64).
- Check for inclusion of "preview" package in LaTeX template (Bug #63).
- Added a do-not-delete note to the template regarding "\usepackage[active]{preview}".
- Added more aggressive error messages for some severe errors.
- Tiny improvements in error messages.
- Added option to keep the temporary files, even after successful LaTeX runs.
- Fix typo in the "Insert Complex Latex" dialog that prevented it from working.
--v0.7.2
- Fix error in the first run dialog
- Mark the addon as incompatible with Thunderbird 78 for now
--v0.7.1
- Fixed the insertion of complex LaTeX (Bug #43).
- Select the insertion marker when opening the insert complex LaTeX dialog.
- Cleaned up the options dialog.
- Replaced place holder __REPLACEME__ with __REPLACE_ME__, which IMHO is easier
to the eye.
- Added alignment of inserted pictures to the text baseline (Bug #36).
- Added improvements of LaTeXIt! button:
- Button is disabled for plain text composer windows (Bug #48).
- Middle click calls 'undo' (Bug #2).
- Shift+middle click calls 'undo_all'.
- Added context menu to composer window (Bug #49).
- Added LaTeXIt! to the Add-ons menu to access the preferences (Bug #42).
- Removed the configuration item from toolbar and context menues, because they
are not needed anymore.
- Delete all cached images when the composer window is closed (Bug #44).
- Added autoscaling of images to font size (can be switched off in the
preferences, where a size can be manually set).
- When inserting a complex LaTeX, the size can either be automatically
calculated from the surrounding text or set manually.
- Use 'font size' (in px) instead of 'resolution'.
- Check before sending, if a LatexIt! report exists in the message.
- Display an error message, if the place holder "__REPLACE_ME__" cannot be found in the template. (https://github.com/protz/LatexIt/pull/53#discussion_r450431520)
- Added "!!!" in front of error messages.
- Use "\usepackage[utf8x]{inputenc}" instead of "\usepackage[utf8]{inputenc}",
which should remove the (Debian) dependency of package texlive-latex-extra
(Bug #8).
--v0.7
- Use latex/dvipng instead of latex/dvips/convert to generate the image file.
--v0.6.7
- Fixed the mime type of the embedded image to image/png
--v0.6.6
- Adding suggestions from trying to sign add-on through Mozilla
- Update URL points to github
- remove manifest.json from xpi, that shouldn't have been there
-- v0.6.5
- Support for TB60+
-- v0.6 development series --
- Add PATH hacks for Thunderbird on OSX
- Add suggestions explaining why the process might fail.
- Better error reporting.
- Don't choke on malformed paths.
- Add a "load default template" button for the "insert complex latex dialog"
- Add a "show debug information" option for people who are having trouble
getting things to work properly
- Make the paths in the options editable for mac users who cannot navigate to
the place where the binaries are located