Skip to content

Commit

Permalink
change in CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
“Khaoula committed Dec 5, 2024
1 parent aac4915 commit a292db3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ Note that this project **does not** adhere to [Semantic Versioning](https://semv

### Added

- Implemented BackupManagerGit to handle automatic backups of .bib files using Git, ensuring centralized, version-controlled backup management. [#2961] (https://github.com/JabRef/jabref/issues/2961#event-14646591632)
- Added automatic copying of .bib files to a jabref/backups directory every 19 seconds with comprehensive commit history. [#2961]
- Added support for unique file naming using UUIDs to prevent overwriting files with identical names in the backup directory. [#2961]
- Introduced UI functionality (only during opening) for saving, restoring, reviewing and discarding changes with accurate commit details retrieval. [#2961]
- Enabled a "Restore" button to recover specific backup versions. [#2961]
- We added a "view as BibTeX" option before importing an entry from the citation relation tab. [#11826](https://github.com/JabRef/jabref/issues/11826)
- We added support finding LaTeX-encoded special characters based on plain Unicode and vice versa. [#11542](https://github.com/JabRef/jabref/pull/11542)
- When a search hits a file, the file icon of that entry is changed accordingly. [#11542](https://github.com/JabRef/jabref/pull/11542)
Expand Down Expand Up @@ -47,6 +52,7 @@ Note that this project **does not** adhere to [Semantic Versioning](https://semv

### Changed

- Refactored backup-related components to integrate with the new BackupManagerGit, replacing the older BackupManager logic. [#2961]
- A search in "any" fields ignores the [groups](https://docs.jabref.org/finding-sorting-and-cleaning-entries/groups). [#7996](https://github.com/JabRef/jabref/issues/7996)
- When a communication error with an [online service](https://docs.jabref.org/collect/import-using-online-bibliographic-database) occurs, JabRef displays the HTTP error. [#11223](https://github.com/JabRef/jabref/issues/11223)
- The Pubmed/Medline Plain importer now imports the PMID field as well [#11488](https://github.com/JabRef/jabref/issues/11488)
Expand Down

0 comments on commit a292db3

Please sign in to comment.