diff --git a/CHANGELOG.md b/CHANGELOG.md index 884edba..d5b9782 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## Version 8.0 + +### FEAT + +- Add Preview mailer command + +### IMPROVE + +- Improve related files command by looking for mailers and locales files + ## Version 7.0 ### FEAT diff --git a/README.md b/README.md index e0bf147..f1fc357 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ Provides Ruby on Rails support for Panic's Nova text editor. - migrate and rollback database - open alternate files - go to alternate files +- preview mailers - search on various documentations - Rails task templates - kill puma server (useful after crash) diff --git a/extension.json b/extension.json index a0e8b8e..fcb9add 100644 --- a/extension.json +++ b/extension.json @@ -3,7 +3,7 @@ "name": "Ruby on Rails", "organization": "Tommaso Negri", "description": "Ruby on Rails and Ruby support for Nova editor.", - "version": "6.2", + "version": "8.0", "main": "main.js", "license": "MIT", "keywords": [ @@ -18,7 +18,7 @@ ], "repository": "https://github.com/nova-ruby/rails", "homepage": "https://tommasonegri.com/?ref=nova-rails", - "funding": "https://www.paypal.com/paypalme/tommasonegri/15EUR", + "funding": "https://www.paypal.com/paypalme/tommasonegri/25EUR", "bugs": "https://github.com/nova-ruby/rails/issues", "categories": [ "clips", @@ -203,6 +203,11 @@ "filters": { "syntaxes": ["erb", "html+erb"] } + }, + { "separator": true }, + { + "title": "Preview mailer", + "command": "tommasonegri.rails.commands.previewMailer" } ], "command-palette": [