Skip to content

Releases: lafkpages/Nodeval

v1.3.1

19 Jun 18:24
4ca54b8
Compare
Choose a tag to compare

Added features:

Bug fixes:

  • Bug with closing channels that caused the server to crash

v1.3.0

19 Jun 17:35
99d9de0
Compare
Choose a tag to compare

Added features:

  • TypeScript!
  • Some more error handling

Other changes:

  • Fixed package license (#15)
  • Update dependencies
    • minimatch, 9.0.0 --> 9.0.1
    • @replit/protocol, 0.3.3 --> 0.3.12
    • dotenv, 16.0.3 --> 16.3.1

Full Changelog: v1.1.1...v1.3.0

v1.1.1

19 Apr 19:06
9d1eb11
Compare
Choose a tag to compare

Added features:

  • Basic FSEvents (fix #4)
  • Follow/unfollow users (presence)
  • Create basic default .replit config

Bug fixes and minor changes:

  • Update README (thanks @ErikoXDev)
  • Update some dependencies
  • Warnings for missing commands/utilities
  • Fix exit code when handling uncaught exceptions

v1.1.0

06 Apr 23:01
71e3fb7
Compare
Choose a tag to compare

Added features:

  • Allow multiple sessions
  • Presence
  • Draw files support
  • Better support for .replit
    • Including hidden files, environment variables
  • Allow customizing Nodeval options in .replit
    • Custom toast message on connect
  • Declare inaccessible files in .replit

Bug fixes and minor changes:

  • Load .replit immediately on boot
  • Extra Goval metadata in shell environment variables
  • Fix the loading bar in the console

v1.0.0

05 Apr 23:51
0c1d829
Compare
Choose a tag to compare

Initial release!

Features:

  • File history
  • Shell
  • Console + run button
  • .replit options
  • Secrets tool
  • Git tool