forked from microsoft/winget-pkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New version: Zettlr.Zettlr version 3.4.0 (microsoft#201748)
- Loading branch information
Showing
4 changed files
with
128 additions
and
0 deletions.
There are no files selected for viewing
30 changes: 30 additions & 0 deletions
30
manifests/z/Zettlr/Zettlr/3.4.0/Zettlr.Zettlr.installer.yaml
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,30 @@ | ||
# Created with YamlCreate.ps1 Dumplings Mod | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json | ||
|
||
PackageIdentifier: Zettlr.Zettlr | ||
PackageVersion: 3.4.0 | ||
InstallerType: nullsoft | ||
InstallerSwitches: | ||
Upgrade: --updated | ||
UpgradeBehavior: install | ||
FileExtensions: | ||
- markdown | ||
- md | ||
- rmd | ||
ProductCode: d0629383-01b2-5ce9-b07a-220f17f8215a | ||
ReleaseDate: 2024-12-23 | ||
Installers: | ||
- Architecture: x64 | ||
Scope: user | ||
InstallerUrl: https://github.com/Zettlr/Zettlr/releases/download/v3.4.0/Zettlr-3.4.0-x64.exe | ||
InstallerSha256: 09E046AD756B1539D32AA11DDD4B7C9474ACBC603D2F4E3CCC540603F995A3E5 | ||
InstallerSwitches: | ||
Custom: /currentuser | ||
- Architecture: x64 | ||
Scope: machine | ||
InstallerUrl: https://github.com/Zettlr/Zettlr/releases/download/v3.4.0/Zettlr-3.4.0-x64.exe | ||
InstallerSha256: 09E046AD756B1539D32AA11DDD4B7C9474ACBC603D2F4E3CCC540603F995A3E5 | ||
InstallerSwitches: | ||
Custom: /allusers | ||
ManifestType: installer | ||
ManifestVersion: 1.9.0 |
69 changes: 69 additions & 0 deletions
69
manifests/z/Zettlr/Zettlr/3.4.0/Zettlr.Zettlr.locale.en-US.yaml
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,69 @@ | ||
# Created with YamlCreate.ps1 Dumplings Mod | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json | ||
|
||
PackageIdentifier: Zettlr.Zettlr | ||
PackageVersion: 3.4.0 | ||
PackageLocale: en-US | ||
Publisher: Hendrik Erz | ||
PublisherUrl: https://www.zettlr.com/ | ||
PublisherSupportUrl: https://github.com/Zettlr/Zettlr/issues | ||
PrivacyUrl: https://www.zettlr.com/privacy | ||
Author: Hendrik Erz | ||
PackageName: Zettlr | ||
PackageUrl: https://www.zettlr.com/ | ||
License: GPL-3.0 | ||
LicenseUrl: https://github.com/Zettlr/Zettlr/blob/HEAD/LICENSE | ||
Copyright: Zettlr © Hendrik Erz 2017–2024 | ||
ShortDescription: Your one-stop publication workbench | ||
Description: Zettlr brings simplicity back to your texts. Open-minded writing that adapts to your style. Fast information retrieval that finds what matters to you. Versatile exporting that enables you to adapt to whatever publication pipeline your employer or school uses. | ||
Tags: | ||
- academics | ||
- citation | ||
- cite | ||
- docs | ||
- document | ||
- editor | ||
- markdown | ||
- research | ||
- writer | ||
ReleaseNotes: |- | ||
Bug Fixes | Performance Improvements | ||
Hello! With this final update of the year, we say goodbye to 2024 and wish you happy holidays and a successful start into 2025. This update focuses on fixing issues and improving the performance across the app. Most notably, we have continued to correct the issues that have been caused by 3.3.0 especially on Windows and a few less noticeable things. One addition is that we have improved the word counting mechanism. It conveniently shows the project word count in a file's statusbar for project files, and counts words in the bibliography sidebar. | ||
Do you enjoy Zettlr? Consider donating to help us pay for the development costs. You can donate monthly on Patreon or once via PayPal. Additionally, you can sponsor Hendrik Erz on GitHub. Thanks for your support! | ||
Changelog | ||
GUI and Functionality | ||
- New Feature: For files that belong to a Zettlr project, the status bar now additionally displays the total word or character count for all files across the entire project, making it easy to check for a total limit (e.g., for a journal submission); clicking on the item furthermore allows quick switching between just those files that are part of the project | ||
- New Feature: The references sidebar tab now provides an approximate word count, which is useful if some word count limit includes the bibliography; as references aren't included in any other word count | ||
- Fix SVG image preview (#5496) | ||
- Fix network share image preview (#5495) | ||
- Fixed a bug where opened documents would not be closed once the last tab was closed, retaining outdated file contents and making the file unresponsive to external changes. Now files that do not have an open editor instance will be closed appropriately | ||
- Fixed an issue where valid citations from within, e.g., comments, or other non-valid places would end up in the list of references | ||
- Fixed a bug that would cause spellcheck suggestions to appear offset (#5494) | ||
- Checking task-list checkboxes now returns the focus back to the editor immediately (#5246) | ||
- The statusbar's character/word counters now respect the character count setting, meaning only the word or character count is shown, not both | ||
- Update translations: | ||
- uk-UA (#5524) | ||
- de-DE | ||
Under the Hood | ||
- Update Pandoc to version 3.6 | ||
- Bump CodeMirror dependencies | ||
- Updates to the Markdown AST parser: | ||
- Headings now have regular children | ||
- Fixed a bug that would prevent text nodes from tables to be extracted | ||
- Better detection of content "gaps" | ||
- Type system updates: | ||
- Define a new shared type, IPCAPI that can be used to type the various IPC APIs the service providers use across the app. | ||
- Fully type IPC APIs: AssetsProvider, DocumentAuthority, DocumentManager, WindowProvider, CiteprocProvider | ||
- Refactored the file type detection system; it is now simpler and easier to use and can detect a variety of additional groups of files (previously only Markdown and code files; now also images, PDFs, MS and Open Office files as well as data files) | ||
- Select controls can be disabled now | ||
- Configuration updates in the renderer are now throttled to at most once every second, preventing some fast updates from inducing lag | ||
- Refactored spellcheck linter | ||
New Contributors | ||
- @Fedik made their first contribution in https://github.com/Zettlr/Zettlr/pull/5524 | ||
Full Changelog: https://github.com/Zettlr/Zettlr/compare/v3.3.1...v3.4.0 | ||
ReleaseNotesUrl: https://github.com/Zettlr/Zettlr/releases/tag/v3.4.0 | ||
Documentations: | ||
- DocumentLabel: Docs | ||
DocumentUrl: https://docs.zettlr.com/ | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.9.0 |
21 changes: 21 additions & 0 deletions
21
manifests/z/Zettlr/Zettlr/3.4.0/Zettlr.Zettlr.locale.zh-CN.yaml
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,21 @@ | ||
# Created with YamlCreate.ps1 Dumplings Mod | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json | ||
|
||
PackageIdentifier: Zettlr.Zettlr | ||
PackageVersion: 3.4.0 | ||
PackageLocale: zh-CN | ||
ShortDescription: 您的一站式发表工作台 | ||
Description: Zettlr 让您的文本回归简洁。开放式写作,贴合您的风格。快速信息检索,找到您所需求的。多功能导出,帮助您适应雇主或学校使用的任何发表流程。 | ||
Tags: | ||
- markdown | ||
- 学术 | ||
- 引用 | ||
- 文档 | ||
- 研究 | ||
- 编辑器 | ||
ReleaseNotesUrl: https://github.com/Zettlr/Zettlr/releases/tag/v3.4.0 | ||
Documentations: | ||
- DocumentLabel: 文档 | ||
DocumentUrl: https://docs.zettlr.com/ | ||
ManifestType: locale | ||
ManifestVersion: 1.9.0 |
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,8 @@ | ||
# Created with YamlCreate.ps1 Dumplings Mod | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json | ||
|
||
PackageIdentifier: Zettlr.Zettlr | ||
PackageVersion: 3.4.0 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.9.0 |