Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge for v5.0.0 release #138

Merged
merged 46 commits into from
Oct 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
c206817
#117 - Added single line support
estruyf Sep 27, 2021
4e74884
#113 - Implemented local database for media
estruyf Sep 27, 2021
1756627
Updated dependencies
estruyf Sep 27, 2021
221f962
updated changelog
estruyf Sep 27, 2021
c6e3753
#113 - Move the database init code
estruyf Sep 27, 2021
9bb3485
Updated changelog
estruyf Sep 28, 2021
4a4c558
Fix field type
estruyf Sep 28, 2021
579e492
Updated readme
estruyf Sep 29, 2021
f5e7526
#120 - Fix for choice and number field
estruyf Sep 30, 2021
9eaf94d
#119 #121 - Choice field enhancements
estruyf Sep 30, 2021
c29aef0
Changed img description to caption
estruyf Sep 30, 2021
87c469a
Remove log
estruyf Sep 30, 2021
b96411d
#122 - Update media filename
estruyf Sep 30, 2021
14c050e
#122 - Check if file already exists
estruyf Sep 30, 2021
8199ab9
Placeholder styling
estruyf Sep 30, 2021
5f28e14
#124 - Add support to specify preview image
estruyf Sep 30, 2021
bf1639c
Update changelog
estruyf Sep 30, 2021
cac009b
#110 - Support for workspaces with multiple folders
estruyf Oct 1, 2021
9bc2fbc
Remove unused references
estruyf Oct 1, 2021
29d5f02
#124 - Update preview image
estruyf Oct 1, 2021
9b9bf1b
Include error tracing
estruyf Oct 1, 2021
1c354ed
Link positioning issue
estruyf Oct 1, 2021
544f24b
#127 - Dashboard action
estruyf Oct 2, 2021
05ce2d3
#126 - Create new content from conent type
estruyf Oct 3, 2021
6154164
#128 - 🚀 multi image selection support
estruyf Oct 4, 2021
c295761
#128 - support multi image selection with isPreviewImage property
estruyf Oct 4, 2021
b525a6a
#131 #132 - Changes to media dashboard
estruyf Oct 4, 2021
6a0cac9
Updated version
estruyf Oct 5, 2021
5374edf
5.0.0
estruyf Oct 5, 2021
476ec6c
#132 - Persist the last opened folder location
estruyf Oct 5, 2021
caceed2
Updated changelog
estruyf Oct 5, 2021
7b2d7b8
#132 - Drag and drop fix
estruyf Oct 5, 2021
014911b
#133 - Fix for overriding default content type settings
estruyf Oct 5, 2021
1d8c192
#134 - Promote settings question
estruyf Oct 5, 2021
6151ecb
#132 - Open only an existing folder
estruyf Oct 5, 2021
e8c67c7
Fix file path issues for windows + open file with parsing error
estruyf Oct 5, 2021
97a635c
Making sure paths are parsed for Windows
estruyf Oct 5, 2021
4622fbe
Version check when migration is running
estruyf Oct 6, 2021
8158c9a
#135 - Hidden property added for fields
estruyf Oct 6, 2021
2bd910d
Update changelog
estruyf Oct 6, 2021
fbcd430
Style fix for preview images
estruyf Oct 6, 2021
2e6a466
New sponsor added
estruyf Oct 6, 2021
1ea0999
#137 - Ask to move the templates foler into frontmatter
estruyf Oct 6, 2021
9dea1ee
Update logo
estruyf Oct 7, 2021
a005930
Added small icon
estruyf Oct 7, 2021
f49b93b
Added release date
estruyf Oct 7, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/feedback_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
name: Feedback
about: Tell more on what you think
title: 'Feedback: '
labels: ''
assignees: ''
---
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Change Log

## [5.0.0] - 2021-10-07 - [Release Notes](https://beta.frontmatter.codes/updates/v5.0.0)

### ✨ New features

- [#113](https://github.com/estruyf/vscode-front-matter/issues/113): Integrating a local DB for media metadata (caption, alt)
- [#132](https://github.com/estruyf/vscode-front-matter/issues/132): Major changes to the media dashboard which allows you to navigate through all folders

### 🎨 Enhancements

- [#110](https://github.com/estruyf/vscode-front-matter/issues/110): Add support for workspaces with multiple folders
- [#117](https://github.com/estruyf/vscode-front-matter/issues/117): Allow to specify a singleline of text in the metadata fields
- [#119](https://github.com/estruyf/vscode-front-matter/issues/119): Multi-select support for choice fields
- [#121](https://github.com/estruyf/vscode-front-matter/issues/121): Choice fields support ID/title objects as well as a regular string
- [#122](https://github.com/estruyf/vscode-front-matter/issues/122): Update the filenames of your media
- [#124](https://github.com/estruyf/vscode-front-matter/issues/124): Add new `isPreviewImage` property to the content type field to specify custom preview images
- [#126](https://github.com/estruyf/vscode-front-matter/issues/126): Create new content from the available content types
- [#127](https://github.com/estruyf/vscode-front-matter/issues/127): Title bar action added to open the dashboard
- [#128](https://github.com/estruyf/vscode-front-matter/issues/128): Support for multi-select on image fields added
- [#131](https://github.com/estruyf/vscode-front-matter/issues/131): Folder creation support added on media dashboard
- [#134](https://github.com/estruyf/vscode-front-matter/issues/134): On startup, the extension checks if local settings can be promoted
- [#135](https://github.com/estruyf/vscode-front-matter/issues/135): `Hidden` property added for field configuration
- [#137](https://github.com/estruyf/vscode-front-matter/issues/137): Ask to move the `.templates` folder to the new `.frontmatter` folder

### 🐞 Fixes

- [#120](https://github.com/estruyf/vscode-front-matter/issues/120): Choice and number field not updating when set manually in front matter of the file
- [#133](https://github.com/estruyf/vscode-front-matter/issues/133): Fix for overriding default content type settings

## [4.0.1] - 2021-09-24

- [#114](https://github.com/estruyf/vscode-front-matter/issues/114): Fix for categories/tags provided as string in YAML
Expand Down
24 changes: 17 additions & 7 deletions README.beta.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,18 +96,28 @@ If you have the courage to test out the beta features, we made available a beta

## 👉 Contributors 🤘

<a href="https://github.com/estruyf/vscode-front-matter/graphs/contributors">
<img src="https://contrib.rocks/image?repo=estruyf/vscode-front-matter" />
</a>
<p align="center">
<a href="https://github.com/estruyf/vscode-front-matter/graphs/contributors">
<img src="https://contrib.rocks/image?repo=estruyf/vscode-front-matter" />
</a>
</p>

<br />
<br />
## 🖤 Sponsors 👇 🤘

## 🖤 Sponsors
<p align="center">
<a href="https://github.com/timschps" title="Tim Schaeps">
<img height="64px" style="border-radius:50%" src="https://avatars.githubusercontent.com/u/13098307" />
</a>
<a href="https://github.com/flikteoh" title="FlikTeoh">
<img height="64px" style="border-radius:50%" src="https://avatars.githubusercontent.com/u/1472065" />
</a>
</p>

<br />

<p align="center">
<a href="https://vercel.com/?utm_source=vscode-frontmatter&utm_campaign=oss">
<img src="assets/sponsors/powered-by-vercel.png" />
<img src="assets/sponsors/powered-by-vercel.png" />
</a>
</p>

Expand Down
24 changes: 17 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,18 +94,28 @@ If you have the courage to test out the beta features, we made available a beta

## 👉 Contributors 🤘

<a href="https://github.com/estruyf/vscode-front-matter/graphs/contributors">
<img src="https://contrib.rocks/image?repo=estruyf/vscode-front-matter" />
</a>
<p align="center">
<a href="https://github.com/estruyf/vscode-front-matter/graphs/contributors">
<img src="https://contrib.rocks/image?repo=estruyf/vscode-front-matter" />
</a>
</p>

<br />
<br />
## 🖤 Sponsors 👇 🤘

## 🖤 Sponsors
<p align="center">
<a href="https://github.com/timschps" title="Tim Schaeps">
<img height="64px" style="border-radius:50%" src="https://avatars.githubusercontent.com/u/13098307" />
</a>
<a href="https://github.com/flikteoh" title="FlikTeoh">
<img height="64px" style="border-radius:50%" src="https://avatars.githubusercontent.com/u/1472065" />
</a>
</p>

<br />

<p align="center">
<a href="https://vercel.com/?utm_source=vscode-frontmatter&utm_campaign=oss">
<img src="assets/sponsors/powered-by-vercel.png" />
<img src="assets/sponsors/powered-by-vercel.png" />
</a>
</p>

Expand Down
Binary file modified assets/front-matter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/frontmatter-128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 1 addition & 40 deletions assets/frontmatter-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/frontmatter-mag-min.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/frontmatter-mag-min.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading