|
1 | 1 | # Changelog
|
| 2 | + |
2 | 3 | All notable changes to this project will be documented in this file.
|
3 | 4 |
|
4 | 5 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
5 | 6 | and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
6 | 7 |
|
7 | 8 | ## [Unreleased]
|
8 | 9 |
|
| 10 | +## [0.14.1] - 2021-08-25 |
| 11 | + |
| 12 | +### Fixed |
| 13 | + |
| 14 | +- Fixed relative parts in attachments causing issues. Now `../../example.png` will be flattened to `___example.png`. |
| 15 | + |
9 | 16 | ## [0.14.0] - 2021-03-05
|
| 17 | + |
10 | 18 | ### Added
|
11 |
| -- Support for rendering `<details>` blocks [as Confluence expand macros](https://confluence.atlassian.com/doc/expand-macro-223222352.html) |
| 19 | + |
| 20 | +- Support for rendering `<details>` blocks [as Confluence expand macros](https://confluence.atlassian.com/doc/expand-macro-223222352.html) |
12 | 21 |
|
13 | 22 | ## [0.13.3] - 2021-02-10
|
| 23 | + |
14 | 24 | ## [0.13.2] - 2021-02-10
|
| 25 | + |
15 | 26 | ### Fixed
|
16 |
| -- Upgrade dependencies in order to fix vulnerabilities |
17 |
| -- Write self-closing tags for Confluence compatibility (e.g. `<hr />`) |
| 27 | + |
| 28 | +- Upgrade dependencies in order to fix vulnerabilities |
| 29 | +- Write self-closing tags for Confluence compatibility (e.g. `<hr />`) |
18 | 30 |
|
19 | 31 | ## [0.13.1] - 2020-07-06
|
| 32 | + |
20 | 33 | ### Fixed
|
21 |
| -- Moved jest and prettier to dev dependencies |
| 34 | + |
| 35 | +- Moved jest and prettier to dev dependencies |
22 | 36 |
|
23 | 37 | ## [0.13.0] - 2020-07-04
|
| 38 | + |
24 | 39 | ### Fixed
|
25 |
| -- Added retry for a weird confluence bug where the first attempt would result in a 501 response, and the second one works |
| 40 | + |
| 41 | +- Added retry for a weird confluence bug where the first attempt would result in a 501 response, and the second one works |
26 | 42 |
|
27 | 43 | ## [0.12.3] - 2019-12-27
|
| 44 | + |
28 | 45 | ### Fixed
|
29 |
| -- Bug where error was thrown if not language was supplied for language block |
| 46 | + |
| 47 | +- Bug where error was thrown if not language was supplied for language block |
30 | 48 |
|
31 | 49 | ## [0.12.2] - 2019-12-23
|
| 50 | + |
32 | 51 | ### Fixed
|
33 |
| -- Print proper URL after successful upload |
| 52 | + |
| 53 | +- Print proper URL after successful upload |
34 | 54 |
|
35 | 55 | ## [0.12.1] - 2019-12-23
|
| 56 | + |
36 | 57 | ### Fixed
|
37 |
| -- Do not use newline for extracted title (fixes [#1](https://github.com/mihaeu/cosmere/issues/1)) |
| 58 | + |
| 59 | +- Do not use newline for extracted title (fixes [#1](https://github.com/mihaeu/cosmere/issues/1)) |
38 | 60 |
|
39 | 61 | ## [0.12.0] - 2019-12-23
|
| 62 | + |
40 | 63 | ### Added
|
41 |
| -- Print link to confluence page after successful upload |
| 64 | + |
| 65 | +- Print link to confluence page after successful upload |
42 | 66 |
|
43 | 67 | ### Fixed
|
44 |
| -- Set highlighting for known languages |
45 |
| -- Use only first line of title |
46 |
| -- Remote diff |
| 68 | + |
| 69 | +- Set highlighting for known languages |
| 70 | +- Use only first line of title |
| 71 | +- Remote diff |
47 | 72 |
|
48 | 73 | ## [0.11.0] - 2019-12-20
|
| 74 | + |
49 | 75 | ### Changed
|
50 |
| -- renaming to cosmere, all binaries, config entries etc. changed |
| 76 | + |
| 77 | +- renaming to cosmere, all binaries, config entries etc. changed |
51 | 78 |
|
52 | 79 | # [0.10.0] - 2019-12-18
|
| 80 | + |
53 | 81 | ### Changed
|
54 |
| -- `pageTitle` config item is now optional if a level one header is found in the corresponding document. If neither is available an error is thrown. |
| 82 | + |
| 83 | +- `pageTitle` config item is now optional if a level one header is found in the corresponding document. If neither is available an error is thrown. |
55 | 84 |
|
56 | 85 | ## [0.9.0] - 2019-12-07
|
| 86 | + |
57 | 87 | ### Fixed
|
58 |
| -- Convert to storage representation directly instead of view to upload strings without encoding |
59 |
| -- Always load markdown files relative to the config file |
| 88 | + |
| 89 | +- Convert to storage representation directly instead of view to upload strings without encoding |
| 90 | +- Always load markdown files relative to the config file |
60 | 91 |
|
61 | 92 | ## [0.8.1] - 2019-12-03
|
| 93 | + |
62 | 94 | ### Fixed
|
63 |
| -- Attachment upload |
| 95 | + |
| 96 | +- Attachment upload |
64 | 97 |
|
65 | 98 | ## [0.8.0] - 2019-12-03
|
| 99 | + |
66 | 100 | ### Added
|
67 |
| -- This changelog file |
| 101 | + |
| 102 | +- This changelog file |
68 | 103 |
|
69 | 104 | ### Changed
|
70 |
| -- Update remote version only if there's an actual change |
| 105 | + |
| 106 | +- Update remote version only if there's an actual change |
71 | 107 |
|
72 | 108 | ### Fixed
|
73 |
| -- Attachment upload |
| 109 | + |
| 110 | +- Attachment upload |
74 | 111 |
|
75 | 112 | ## [0.7.0] - 2019-12-02
|
| 113 | + |
76 | 114 | ### Changed
|
77 |
| -- Add backward compatibility for node 8 (`fs.mkdir`) |
78 | 115 |
|
79 |
| -[Unreleased]: https://github.com/mihaeu/cosmere/compare/0.14.0...HEAD |
| 116 | +- Add backward compatibility for node 8 (`fs.mkdir`) |
| 117 | + |
| 118 | +[unreleased]: https://github.com/mihaeu/cosmere/compare/0.14.1...HEAD |
| 119 | +[0.14.1]: https://github.com/mihaeu/cosmere/compare/0.14.0...0.14.1 |
80 | 120 | [0.14.0]: https://github.com/mihaeu/cosmere/compare/0.13.3...0.14.0
|
81 | 121 | [0.13.3]: https://github.com/mihaeu/cosmere/compare/0.13.2...0.13.3
|
82 | 122 | [0.13.2]: https://github.com/mihaeu/cosmere/compare/0.13.1...0.13.2
|
|
0 commit comments