Releases: leandrosimoes/project-urls-manager-vscode-extension
Releases · leandrosimoes/project-urls-manager-vscode-extension
Release v1.3.1
What's Changed
- hotfix(): error on load extension by @leandrosimoes in #51
Full Changelog: v1.3.0...v1.3.1
Release v1.3.0
What's Changed
- feat(): add pagination to the URLs browser by @leandrosimoes in #49
- Develop by @leandrosimoes in #50
Full Changelog: v1.2.6...v1.3.0
Release v1.2.6
What's Changed
- hotfix(): urls not being sync by @leandrosimoes in #47
- Develop by @leandrosimoes in #48
Full Changelog: v1.2.5...v1.2.6
Release v1.2.5
What's Changed
- chore(): workflow and docs by @leandrosimoes in #38
- Develop by @leandrosimoes in #39
- chore(eslintrc): removed unecessary rule by @leandrosimoes in #42
- Develop by @leandrosimoes in #43
- Feat/open url in file by @leandrosimoes in #45
- Develop by @leandrosimoes in #46
Full Changelog: v1.2.4...v1.2.5
Release v1.2.4
Chore
- Docs improvements
- Workflow name
- Codacy configs
Release v1.2.3
Fixes
- Fixed issue on open the side tree view
Release 1.2.2
Changes
- Add
package-lock.json
andyarn.lock
files to be ignored into the defaultignorePaths
settings
Fixes
- Fixed error on getting URLs on Mac OS
Release v1.2.0
Features
- Now the pannels in the Webview has a default message and a SYNC button when the panel has no URLs so the users can force the sync command
Changes
- The theme is not set by the theme that users are using in their VS Code. So because of that, the theme toggle at the manager was removed
Fixes
- The TreeView URLs were not syncing when the manager was open. Now it's fixed and the URLs are syncing correctly
Release v1.1.0
Features
- New configuration to add domains that you want to ignore
- New action icon to star URLs so you can see them at the top of the list
- New TreeView on the VS Code Activity bar so you can easily see your URLs list with no need to open the manager
Changes
- URLs action buttons on the WebView are now just icons to a better look
- Icons on the WebView now are from the VS Code official API
Fixes
- Fixed ignored URLs visibility toggle state
Release 1.0.0
- First version released.