Skip to content

Commit

Permalink
version history wip
Browse files Browse the repository at this point in the history
  • Loading branch information
12944qwerty committed Feb 10, 2023
1 parent 3e46c05 commit e8787d5
Showing 1 changed file with 24 additions and 13 deletions.
37 changes: 24 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,23 @@ At the moment it is very buggy and incomplete. I still have several blocks to ge
- [Carl-Bot Documentation](https://docs.carl.gg/tags-and-triggers/ccs/) (carl's tags is what I originally made this project for)

## Version History
### **v0.0.1**
⁢ The very first release to this generator. Doesn't include much, but it's there.
- Initial Commit
- Autosave and autoload
- Several blocks, including text, math, logic, lists, variables and color can be used
- Custom args block.
- Overwrote some math, text, and list blocks to constrain it to how TagScript uses them.
### **v1.0.0**
- Added various discord-related blocks. See [carl's advanced tag usage](https://docs.carl.gg/tags-and-triggers/tags-advanced-usage)
- commands
- embeds
- carl's variables
- action blocks
- Fixed color rgb
- Added plus/minus buttons to mutate the blocks
- Other bug fixes and ui improvements


### **v0.0.3**
- Force Blockly package for now
- Added custom `break` block.
- Added copying functionality
- Fixed variables to be duplicated when generated
- Added reserved variable names.

### **v0.0.2**
- Fixed bug where statements attached to the bottom of another block wouldn't generate
Expand All @@ -25,9 +35,10 @@ At the moment it is very buggy and incomplete. I still have several blocks to ge
- Overwrote said block for how it's done in TagScript.
- Added `print` block

### **v0.0.3**
- Force Blockly v9.0.0 for now
- Added custom `break` block.
- Added copying functionality
- Fixed variables to be duplicated when generated
- Added reserved variable names.
### **v0.0.1**
⁢ The very first release to this generator. Doesn't include much, but it's there.
- Initial Commit
- Autosave and autoload
- Several blocks, including text, math, logic, lists, variables and color can be used
- Custom args block.
- Overwrote some math, text, and list blocks to constrain it to how TagScript uses them.

0 comments on commit e8787d5

Please sign in to comment.