File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed
Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change 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" : [
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" ,
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" : [
You can’t perform that action at this time.
0 commit comments