# October 29th Updates

Hurray!! 🚀🚀 This update is packed with new features we implemented over the weekend.

### New File Manager


![Screenshot 2022-10-29 at 7.46.16 PM.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1667075226326/8Yb-VwyVx.png align="left")

The new Project File Manager gives a table view of your files and folders. This is necessary when files get up to 1000+ in a folder.  🧐
You will have paginated results of your files and folder 25/25 respectively with a load more button for folders and a numbered pagination for files. 😁

### Watch Project

![Screenshot 2022-10-29 at 7.47.29 PM.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1667075243951/yNXyXyNBF.png align="left")

Before now you could only get event alerts on files for `file.updated` and `file.deleted` events.

Now, you can watch a project for events that happens in a project via webhooks

The events currently supported are

- `file.created` => Fires when a new file is **created**.
- `file.updated`=> Fires when any file in the project is **updated**.
- `file.deleted` => Fires when any file in the project is **deleted**.



### Json to Env

A node CLI package to load your env variables from the cloud.
See the blog post about it here: [Load your env from the cloud](https://blog.jsonbank.io/json-to-env) 


