All notable 🔖 changes to the "git-notes" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
0.2.1 - 2023-08-07
- #28 🍺 Added URL placeholder setting to help with an issue where some SCMs have different commit URLs
- #34 🐛 Fixed issue with extension when temp edit file is opened or switched
- #33 🐛 There is an issue on windows with the way "//" are treated, it removes the "//" from path. This temp fix will replace the "//" with "/"
- #37 🐛 Fixed issue when opening the temp notes edit file in tab, does not dispose the event correctly
- #40 🐛 Fixed the https Github URL strip off the
.git
from end of URL
- #30 🔥Remove parser code date from
_parseCommitDetail()
. Date is found with the_getGitNotesList()
method now
0.2.0 - 2023-08-01
- #19 ⚡ Created a loader method for git notes to support things like, infinite scrolling in webview, caching etc
- #18 ⚡ Remove and Add committed notes from the
CommitDetails[]
interface class - #20 💄 Improve Webview for new git notes
loader()
function- #23 ⚡ RELATED: Remove the loop inside a loop in method
_getGitNotesList()
- #23 ⚡ RELATED: Remove the loop inside a loop in method
- #21 🍻 Add settings for the git notes load limit
- #17 ♻️ Don't show files in webview if no file changes found
- #24 🐛 Don't show the edit button if no note exist in the commit
0.1.0 - 2023-07-27
- #12 ❇️ Develop interactive HTML buttons that utilize JavaScript to send messages to a Visual Studio Code function. Upon receiving the messages, the corresponding extension.[code] will be executed
- #15 ❇️ Add confirmation message for note removal and pruning git repos
- #14 ❇️ Webview can now refresh on updates e.g removing a note message
- #11 🐛 When user hit ESC from
InputBox
when runningextension.addGitNoteMessage
the command tries to add a message/note instead of cancelling input
- #9 🍻 Webview date arrangement / sorting
0.0.1 - 2023-07-23
- 🔖 Initial Release