ac-file-extensions 2.0.7 → 2.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +20 -0
- package/package.json +1 -1
- package/sources/d.json +6 -1
- package/sources/e.json +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
<a name="2.0.9"></a>
|
|
2
|
+
|
|
3
|
+
## [2.0.9](https://github.com/admiralcloud/ac-file-extensions/compare/v2.0.8..v2.0.9) (2024-06-03 15:29:36)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fix
|
|
7
|
+
|
|
8
|
+
* **App:** Add DWG file extension | VD | [38aac39cd5ea0653bc49f5c3079e5b118032de69](https://github.com/admiralcloud/ac-file-extensions/commit/38aac39cd5ea0653bc49f5c3079e5b118032de69)
|
|
9
|
+
Add DWG file extension
|
|
10
|
+
Related issues: [browse/AC-2653#AC-2653](https://admiralcloud.atlassian.net/browse/AC-2653)
|
|
11
|
+
<a name="2.0.8"></a>
|
|
12
|
+
|
|
13
|
+
## [2.0.8](https://github.com/admiralcloud/ac-file-extensions/compare/v2.0.7..v2.0.8) (2023-12-20 12:51:03)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fix
|
|
17
|
+
|
|
18
|
+
* **App:** add eml and emltpl | MD | [8b430f7151304c3fc4570fa6fa5e2cdd6234c1ae](https://github.com/admiralcloud/ac-file-extensions/commit/8b430f7151304c3fc4570fa6fa5e2cdd6234c1ae)
|
|
19
|
+
add eml and emltpl format
|
|
20
|
+
Related issues: [browse/AC-5219#AC-5219](https://admiralcloud.atlassian.net/browse/AC-5219)
|
|
1
21
|
<a name="2.0.7"></a>
|
|
2
22
|
|
|
3
23
|
## [2.0.7](https://github.com/admiralcloud/ac-file-extensions/compare/v2.0.6..v2.0.7) (2023-11-16 13:19:46)
|
package/package.json
CHANGED
package/sources/d.json
CHANGED
package/sources/e.json
CHANGED
|
@@ -4,6 +4,16 @@
|
|
|
4
4
|
"name": "Enhanced Image Package",
|
|
5
5
|
"mimetype": "application/octet-stream"
|
|
6
6
|
},
|
|
7
|
+
{
|
|
8
|
+
"ext": "eml",
|
|
9
|
+
"name": "Electronic Mail (E-Mail)",
|
|
10
|
+
"mimetype": "application/octet-stream"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"ext": "emltpl",
|
|
14
|
+
"name": "E-Mail Template",
|
|
15
|
+
"mimetype": "application/octet-stream"
|
|
16
|
+
},
|
|
7
17
|
{
|
|
8
18
|
"ext": "eps",
|
|
9
19
|
"name": "Encapsulated PostScript",
|