---
title: "Upcoming Plan Changes, Context Menu, Inline Service Icon Search"
date: 2022-05-27T14:00:00.000+00:00
number: 0083
url: https://railway.com/changelog/2022-05-27
---

# Upcoming Plan Changes, Context Menu, Inline Service Icon Search

Big week for the team, and we hope its a bigger week for your projects. Lets dive in.

## Upcoming Plan Change Updates

Last Changelog: we mentioned we will practice greater transparency into coming changes that impact the experience for our users. 

We have been discussing internally and with the community on how to best balance the offerings so that good users get benefit from Railway and bad actors who deploy spam don’t get much from us.

As such: we have an open RFC on our out-standing proposals on changes to the Starter plan. We just updated it! [Comments are encouraged and appreciated](https://blog.railway.app/p/updates-on-plans), you can open a thread in the #feedback channel on our Discord for comments on the doc. 

TL;DR on proposals so far

- Private repos are back on the free plan
- Credit card to verify (FREE)
- Prepaid plans (purchase credits up-front)
- Project member limits
- $5 Dev Plan credits instead of $10
- Service execution limits on free plan

## Priority Boarding: Context Menu

The canvas is a core part of Railway and what exists now is just the beginning. We have a bunch of features planned that will take advantage of the 2D spatial interface. To start, we are experimenting with a context menu. Priority boarding users can right-click on the canvas nodes to perform quick actions on them, such as jumping to the latest deployment or updating the start command.

[Image: Untitled]

If you have feedback or suggestions for what you would like to see in this menu, please let us know in the #priority-boarding Discord channel.

## Inline Icon Search

It is now easier than ever to update the icon for a service. If you don’t have a URL you can just type in a language or framework and we will pull an icon from our [Devicons](https://devicons.railway.app/) service.

[Image: Untitled]

## Improvements and Fixes

- Builder is displayed in deploy info section
- Fixed logs not appearing on mobile
- Added service builder selection to command palette
- CLI: [Fix bug where symlinks would cause railway up to fail](https://github.com/railwayapp/cli/pull/226)
- CLI: [Disable colors when not outputting to terminal](https://github.com/railwayapp/cli/pull/225)
- CLI: [Fix run commands —environment flag](https://github.com/railwayapp/cli/pull/222)
- Nixpacks: [Fix install via curl on Ubuntu](https://github.com/railwayapp/nixpacks/pull/144)
- Nixpacks: [Ability to add additional labels to resulting Docker image](https://github.com/railwayapp/nixpacks/pull/145)
- Nixpacks: Update to latest debian image and nixpkgs archive