- Fix for Atom 1.12.X as strict mode has been activated
- Clearer
menu.cson
. - Ability to set the NODE_ENV in settings or mup.json: Thank goes to Jaco Swarts 👏.
- Force a
top: 0
topanel-body
: #45. From @jazee 👏 - Setting for
OPLOG_URL
was defined but not used: #49. - Package bumped.
From @coopermaruyama 👏
- Add field to settings panel to specify path to settings.json file.
- Uses absolute or relative path.
- Ensures the file exists before launching.
- #36
getPath
deprecation.
- Menu deprecation: Contributions from: @zimme and @nyaaao 👏
- Better setting description from @johnschult and @nowakstefan.
- Multiple paths from @johnschult and @nowakstefan.
- FAQs in the README.
- Rely on automatic activation for Settings issues #32
- Using SpacePen package for Settings issues #32
- Move stylesheets to styles #31 by @zimme 👏
- Package bumped.
- Add a shortcut for showing or hiding Meteor's pane, thus avoiding mouse use.
- Small CSS fixes 💄
- 50% optimization on Meteor's logo.
- atom.workspaceView is no longer available (#26).
- Deprecation warning fixes and OS specific shortcuts by @nyaaao 👏
- Octicon icons instead of font-awesome.
- Updates of Velocity.
- Autoscroll fixes by @nyaaao 👏
- Panel header size fixes 💄
- Use
ctrl-alt-r
for resetting your Meteor instance.
- Display Meteor's log using currently selected Atom theme.
- Remove date from logs for better readability (only conserving time).
- Pure 💄, but so nice. Logo is from Ben Strahan 👏
- Now relying on window's events for killing Meteor process.
- Remove unnecessary actions in menu.
- Adding support for MONGO_OPLOG_URL.
- Some additional documentation.
- Better isolation of Velocity.
- Removing q-io as it messes with the Node's module cache feature introduced in Atom-0.138.0.
- Use the Meteor-0.9.4 debug capability:
meteor debug
. - Per project configuration uses Meteor Up's configuration file.
- Adapt to Atom changes on the configuration scheme: Config API Improvements.
- Use ansi-to-html to add new lines. Thank goes to Joshua Horovitz for #10 👏.
- Report Meteor's
console.error
as errors. Thus firing up the error's pane. - Keep previous status pane when Meteor is only reporting
console.log
. - Split Meteor's output when Meteor's console are not flushed (multiple console logs received on
stdout
).
- Customize your
console.log
's color in the settings' (requested by Andreas Fruth):lipstick:.
- Launch Meteor in debug mode.
- Customize MongoDB's URL (see enhancement request #7).
- Dependencies update:
- font-awesome: 4.1 to 4.2
- velocity-animate: 0.4.1 to 1.0.0
- As Meteorite is not anymore required, Meteor is set as the default ⚡.
- Better light and dark theme integration 💄. Thank goes to Bernardo Kuri 👏.
- Fix fonts setting on Linux 🐧. Thank goes to Bernardo Kuri 👏.
- Setting for adding the production flag 🏭
- Small refactoring 🌀
- Kill Meteor's process and subprocess (Mongo): Fix issue #3 💥
- Change the port on which Meteor is listening 👂
- A simple fix that should work for OSX 🍎 and Linux 🐧 (Meteorite isn't available on Windows)
- Removal of Bower dependencies
- Simple process exec for launching Meteor ⚫