Skip to content

Commit

Permalink
Merge pull request #8 from EndarValuk/feature/SORT-FILES-BY-NAME
Browse files Browse the repository at this point in the history
Feature/IncludeFolderAsSection
  • Loading branch information
antoKeinanen committed May 12, 2023
2 parents 3a631a9 + e8fc6d5 commit abae105
Show file tree
Hide file tree
Showing 4 changed files with 224 additions and 77 deletions.
35 changes: 26 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,40 @@
## obsidian-advanced-merger 1.4.0

### Additions and Changes

- Added new option to include "nested folders as sections" (depends on "nested folders" setting)
- Type-safe plugin translations

## obsidian-advanced-merger 1.3.0

### Additions and Changes
- Added "Overwrite existing file" dialog

- Added "Overwrite existing file" dialog

## obsidian-advanced-merger 1.2.0

### Additions and Changes
- Translations support added (starter: English, Ukranian, Finnish, French, Russian, German)
- Added support and configuration for merging files in nested folders
- Added configuration for sorting mode (default/alphabetically)

- Translations support added (starter: English, Ukranian, Finnish, French, Russian, German)
- Added support and configuration for merging files in nested folders
- Added configuration for sorting mode (default/alphabetically)

## obsidian-advanced-merger 1.1.0

### Additions and Changes
- Fix issue where the created file will still be collected and merged
- Remove not needed await Promise.All

- Fix issue where the created file will still be collected and merged
- Remove not needed await Promise.All

## obsidian-advanced-merger 1.0.2

### Additions and Changes
- Added sorting alphabetically by file path

- Added sorting alphabetically by file path

## obsidian-advanced-merger 1.0.1

### Additions and Changes
- Remove unused onunload event
- Remove redundant file check

- Remove unused onunload event
- Remove redundant file check
Loading

0 comments on commit abae105

Please sign in to comment.