Skip to content

Commit

Permalink
Add UPDATE.md for release notes
Browse files Browse the repository at this point in the history
This commit introduces a new file, UPDATE.md, which will be used to document the release notes for each new version of the project. This will help users and contributors track the changes and new features introduced in each release.
  • Loading branch information
Sarxzer committed Mar 16, 2024
1 parent ae2d17b commit 1eead44
Showing 1 changed file with 63 additions and 0 deletions.
63 changes: 63 additions & 0 deletions UPDATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
# Release Notes

## Version 1.1.3

We're delighted to announce the release of version 1.1.3 of the ComputerCraft : Tweaked Blockly Editor. This update introduces several new features that enhance the usability and functionality of our editor.

### New Features
- **Editable Shadow Blocks**: We've improved our shadow blocks. Now, they turn into normal blocks when you edit them. This feature makes it easier for you to customize your scripts.
- **Upload Lua Code to Pastebin**: You can now upload your Lua code directly to Pastebin. This feature allows you to share your scripts with others easily and quickly.
- **Save and Load Workspace on Pastebin**: We've extended our save and load feature to Pastebin. You can now save your workspace on Pastebin and load it back whenever you want. This feature allows you to edit your scripts across multiple sessions and devices.

**Full Changelog**: https://github.com/Sarxzer/cc-tweaked_blockly/compare/v1.1.2...v1.1.3

---

## Version 1.1.2

In this update, we've introduced some significant enhancements to our ComputerCraft : Tweaked Blockly Editor.

### New Features
- **WebSocket Blocks**: We're thrilled to announce the addition of WebSocket blocks to our Blockly Editor. This feature enables you to access WebSocket from your computer. The new blocks include Open WebSocket, Send to WebSocket, Receive from WebSocket, and Close WebSocket.
- **More Pre-Placed Shadow Blocks**: In response to user feedback, we've added more pre-placed shadow blocks to our Blockly workspace. These shadow blocks serve as guides, helping you understand how to use various blocks and features.

### Changes
- **Setup files no longer used**: Given the lightweight nature of our Blockly Editor, we will no longer use Setup files.

**Full Changelog**: https://github.com/Sarxzer/cc-tweaked_blockly/compare/v1.1.1...v1.1.2

---

## Version 1.1.1

This update brings a significant change to the file saving format of our ComputerCraft : Tweaked Blockly Editor.

### Changes
- **File Saving Format**: Based on user feedback, we've updated the file saving format. Previously, the code was exported and saved as a .lua file, but the content was in JSON format. Starting from this version, the code will be exported and saved as a .json file.

**Full Changelog**: https://github.com/Sarxzer/cc-tweaked_blockly/compare/v1.1.0...v1.1.1

---

## Version 1.1.0

We're excited to announce the release of version 1.1.0 of the ComputerCraft : Tweaked Blockly Editor. This update introduces a highly requested feature - the ability to save and load files.

### New Features
- **Save and Load Files**: You can now save your progress and load it back whenever you want. This feature allows you to work on your scripts over multiple sessions without losing any progress.

### Changes
- Minor bug fixes and performance improvements.

**Full Changelog**: https://github.com/Sarxzer/cc-tweaked_blockly/compare/v1.0.0...v1.1.0

---

## Release 1.0.0

We are excited to announce the first release of our ComputerCraft : Tweaked Blockly Editor!

### New Features
- **Visual Code Editor for ComputerCraft:Tweaked**: A visual, block-based interface for creating Lua scripts for the ComputerCraft:Tweaked Minecraft mod.
- **Block-Based Interface**: Designed to be intuitive and user-friendly, making it perfect for beginners learning how to code in Lua.
- **Export Code Directly to ComputerCraft:Tweaked**: Once you're done, you can export your code to ComputerCraft:Tweaked and run it in the game.

0 comments on commit 1eead44

Please sign in to comment.