Histórico de versões do yank - 4 versões
Cuidado com versões antigas! Essas versões são exibidas com propósito de referência e testes.Devemos sempre usar a versão mais recente de uma extensão.
Versão mais recente
Versão 2.1.1
Lançado em 21 de jul de 2025 - 12,97 KBFunciona em firefox 58.0 em dianteFix
- (md) Reduce overzealous markdown escaping that isn't needed.
- (md) Replace bracket escape (]) with braces ({}) because some parsers struggle with the bracket escape in linksCódigo fonte publicado sob Licença MIT
Baixe o Firefox e instale a extensãoVocê precisa do Firefox para usar esta extensãoVersões mais antigas
Versão 2.1.0
Lançado em 18 de fev de 2025 - 13 KBFunciona em firefox 58.0 em dianteAdded- Add support for Wikitext
Código fonte publicado sob Licença MIT
Versão 2.0.0
Lançado em 24 de mar de 2023 - 12,91 KBFunciona em firefox 48.0 em dianteChanged
=======
- BREAKING: Remove shortcut option, use extension shortcut instead (commands)
- You will need to rebind your shortcut via `Manage Extension Shortcuts` in `Manage Extensions`
- Rework theme, and how dark/light variants are handled (see `src/theme.json`)
- Create two new themes based of Firefox light and dark, will also use media query to check for system preference
- Remove content script entirely and in process greatly simplifies permissions,
now more in line with what the plugin does, see
[permissions](README.md#permissions) for a breakdown
- Add a new format; [typst](https://typst.app/)
- BREAKING: Yank no longer syncs the one setting it has (format) with account, its only saved on local machine.
- I don't really see the need to sync this, its trivial to change, and its also something I personally keep changing on need anyways
- Default format is now markdown
Fixed
====
- Extended or added to escapes for multiple formats
- Fix latex escapes (the previous attempts with certain symbols failed in parser)Código fonte publicado sob Licença MIT
Versão 1.0.6
Lançado em 13 de jan de 2020 - 122,47 KBFunciona em firefox 42.0 em dianteUpdated dependencies and bumped version to conform with mozilla addons review policyCódigo fonte publicado sob Licença MIT