Skip to content

Commit

Permalink
Version 1.0.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennykorsukewitz committed Nov 8, 2023
1 parent 66e253b commit 44f6385
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 0 additions & 2 deletions ZnunyQuoteWithMarker.py
Expand Up @@ -33,8 +33,6 @@ def run(self, edit):
if var["name"] == "TM_COMMENT_END":
quote_char_end = " " + var["value"]

print(meta)

# Loop over all selections.
for region in self.view.sel():

Expand Down
2 changes: 1 addition & 1 deletion messages.json
@@ -1,4 +1,4 @@
{
"install": "messages/install.txt",
"1.0.10": "messages/version.txt"
"1.0.11": "messages/version.txt"
}
3 changes: 3 additions & 0 deletions messages/changelog.txt
@@ -1,3 +1,6 @@
Version 1.0.11
✔ Removed obsolete space after quote_char_start.

Version 1.0.10
✔ Fixed - Codemarker is not accurate enough.
✔ Added LanguageID detection for QuoteWithMarker.
Expand Down
2 changes: 1 addition & 1 deletion messages/install.txt
Expand Up @@ -11,7 +11,7 @@ Your Znuny Team! 🚀

-------------------

🌟 Version 1.0.10 🌟 - Feature List
🌟 Version 1.0.11 🌟 - Feature List

✔ Add folder from workspace to project.
✔ Automatic fetching of framework files from github.
Expand Down
5 changes: 2 additions & 3 deletions messages/version.txt
@@ -1,7 +1,6 @@
🌟 Version 1.0.10 🌟
🌟 Version 1.0.11 🌟

✔ Fixed - Codemarker is not accurate enough.
✔ Added LanguageID detection for QuoteWithMarker.
✔ Removed obsolete space after quote_char_start.

GitHub link - https://github.com/znuny/Znuny-Sublime

Expand Down

0 comments on commit 44f6385

Please sign in to comment.