Skip to content

Commit f2b9fd6

Browse files
committed
chore: Prepare for v8.0
1 parent 458f7a7 commit f2b9fd6

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## Version 8.0
2+
3+
### FEAT
4+
5+
- Add Preview mailer command
6+
7+
### IMPROVE
8+
9+
- Improve related files command by looking for mailers and locales files
10+
111
## Version 7.0
212

313
### FEAT

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Provides Ruby on Rails support for Panic's Nova text editor.
1919
- migrate and rollback database
2020
- open alternate files
2121
- go to alternate files
22+
- preview mailers
2223
- search on various documentations
2324
- Rails task templates
2425
- kill puma server (useful after crash)

extension.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Ruby on Rails",
44
"organization": "Tommaso Negri",
55
"description": "Ruby on Rails and Ruby support for Nova editor.",
6-
"version": "6.2",
6+
"version": "8.0",
77
"main": "main.js",
88
"license": "MIT",
99
"keywords": [
@@ -18,7 +18,7 @@
1818
],
1919
"repository": "https://github.com/nova-ruby/rails",
2020
"homepage": "https://tommasonegri.com/?ref=nova-rails",
21-
"funding": "https://www.paypal.com/paypalme/tommasonegri/15EUR",
21+
"funding": "https://www.paypal.com/paypalme/tommasonegri/25EUR",
2222
"bugs": "https://github.com/nova-ruby/rails/issues",
2323
"categories": [
2424
"clips",
@@ -203,6 +203,11 @@
203203
"filters": {
204204
"syntaxes": ["erb", "html+erb"]
205205
}
206+
},
207+
{ "separator": true },
208+
{
209+
"title": "Preview mailer",
210+
"command": "tommasonegri.rails.commands.previewMailer"
206211
}
207212
],
208213
"command-palette": [

0 commit comments

Comments
 (0)