Skip to content

Commit

Permalink
Changelog, release of 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zeldigas committed Nov 5, 2023
1 parent 200b45c commit c14d469
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,16 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

## 0.15.0 - 2023-11-06

### Added

- now in `upload` and `export-to-md` commands you can enable logging of http requests/responses and configure request
- in `upload` and `export-to-md` commands you can enable logging of http requests/responses and configure request
timeout
- now configuration file can be named as `text2confl.yml` or `text2confl.yaml` in addition to dot-prefixed
- configuration file can be named as `text2confl.yml` or `text2confl.yaml` in addition to dot-prefixed
names (`.text2confl.yml`, `.text2confl.yaml`).
- `-v` option can be passed to enable verbose logging. Repeat up to three times to get more details in logs.
- `upload` command now print well-formatted summary of uploaded pages

### Changed

Expand All @@ -22,8 +26,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### Fixed

- Non-local links detection (may cause crash on Windows)
- \[export-to-md] now always uses `/` as path separator for attachments
- Non-local links detection (may cause crash on Windows, #116, #96)
- `export-to-md` now always uses `/` as path separator for attachments
- Difference in page names causes page to be renamed first. This stabilize upload operation (#25) and also fixes
inconsistent cleanup of pages that were renamed.

## 0.14.0 - 2023-09-20

Expand Down

0 comments on commit c14d469

Please sign in to comment.