Releases: TeXlyre/texlyre
Releases · TeXlyre/texlyre
v0.5.0
What's Changed
- BUGFIX: Minor patches to mobile theme and translation fixes by @fabawi in #110
- Added support for Gitea, GitLab, and Forgejo git backup alongside GitHub by @fabawi in #111
- Minor updates to missing translations by @fabawi in #112
- BUGFIX: Editor font size and family persist on refresh by @fabawi in #113
- Implemented toolbar for LaTeX and Typst by @fabawi in #114
- Added more items to the LaTeX and Typst toolbars by @fabawi in #115
- BUGFIX: Bugfixes in mobile theme and raw file saving/download by @fabawi in #116
- Added dedicated export button for customizing generated output by @fabawi in #117
- Added feature for pasting images and PDF/SVG directly into the editor by @fabawi in #119
- Made mobile-friendly adjustments to the layout by @fabawi in #120
- BUGFIX: Fixed alignment of user-dropdown for mobile theme by @fabawi in #121
- Improved banner and dropdown styling by @fabawi in #122
- Added reference autocompletion for LaTeX and Typst by @fabawi in #123
- Added listing extension by @fabawi in #124
- BUGFIX: Show multiple reference and citation entries on a single line for both Typst and LaTeX by @fabawi in #125
- Navigate to links, bib entries, internal files, and internal references with Ctrl + Click by @fabawi in #126
- BUGFIX: Introduced mobile theme fixes by @fabawi in #127
- Mobile theme aesthetics improved for accessibility by @fabawi in #128
- Style improvements to mobile theme and project cards by @fabawi in #129
- BUGFIX: Template search scaling problems by @fabawi in #130
- Added mobile device detection to switch to mobile theme by @fabawi in #131
- Fixed undo/redo in collaborative mode to use yjsUndoManager by @fabawi in #132
- Made more attributes configurable through texlyre.config.ts by @fabawi in #133
- Added versioning to properties and settings by @fabawi in #134
- Added TeXlyre link import, cleaned up file type checking, and added combined Typst cite and ref autocomplete by @fabawi in #136
- Added Canvas PDF and SVG rendering to Typst for near-real-time preview by @fabawi in #137
- BUGFIX: Downloading Canvas (PDF) now downloads the PDF instead of an empty file by @fabawi in #138
- Added properties to recall project sorting and viewing mode on refresh by @fabawi in #139
- BUGFIX: Fixed number clamping for settings to avoid exceeding limits by @fabawi in #140
- Opening linked files in the file explorer directly opens their corresponding linked documents by @fabawi in #144
- Updated server paths by @fabawi in #147
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- Restored zoom preservation in PDF renderer by @fabawi in #73
- Removed typesetter badge from mobile theme by @fabawi in #74
- Updated showcase figures by @fabawi in #75
- Made TeXlyre configurable for deploying forks by @fabawi in #77
- BUGFIX: Flattening config names fixed by @fabawi in #78
- Added option for importing templates from repo URL by @fabawi in #87
- Switched to TeXlyre hosted proxy by @fabawi in #89
- Added support for yarn, pnpm and bun by @fabawi in #92
- BUGFIX: Fixed package resolution for npm and pnpm by @fabawi in #93
- Introduced project search and replace feature by @fabawi in #96
- Added word counting for LaTeX (Texcount) by @fabawi in #97
- Added Tex-fmt for LaTeX formatting and Typstyle for Typst formatting by @fabawi in #98
- Added settings, properties, and secret export to profile settings modal by @fabawi in #99
- Added word counting for Typst (wordometer) by @fabawi in #100
- BUGFIX: Fix editor content resetting when changing settings by @seofernando25 in #107
- Implement auto-compile for LaTeX and Typst by @seofernando25 in #105
- BUGFIX: Removed additional backticks and > postfixed to the commented region after adding a comment by @fabawi in #108
- BUGFIX: Updated Tex-fmt to latest version which fixes
\verb+handling (WGUNDERWOOD/tex-fmt#119) by @fabawi in #108 - Language translation and Typst upgrade to 0.14.0 by @fabawi in #108
New Contributors
- @seofernando25 made their first contribution in #107
Full Changelog: v0.3.1...v0.4.0
First TeXlyre release with LaTeX and Typst support
TeXlyre now supports both LaTeX and Typst natively, and both are compiled in the browser.
Some of the features included in this release:
- Typst v0.13.1 integrated alongside the LaTeX (pdfTeX and XeTeX engines)
- Typst error parser built-in
- Typst simple highlight integrated
- Typst citation and file path autocompletion built-in
- Support for typesetter switching
- Aesthetic improvements to file explorer, editor header, and projects page
- Icons more consistent throughout the app
- Defaults to exporting all projects on account export
- Significant improvements to the PDF renderer including virtual page (render-on-demand) rendering, text layer loading interruption, and better alignment of the pages within the viewer
- Experimental SVG and HTML renderers
- BUGFIX: Codemirror editor was recreated on every character change in special cases where comments were excluded from a file editor