Skip to content

Commit

Permalink
version 8.9 (#252)
Browse files Browse the repository at this point in the history
* Updated name in credits. (#249)

* Full Russian translation for localization.tsv (#248)

* fix: fix bug where editing tiles would break room rendering

* update credits

* update resources

---------

Co-authored-by: Zach Hixson <zHixson.xbdi@gmail.com>
Co-authored-by: Paul <45032974+hide-me@users.noreply.github.com>
  • Loading branch information
3 people authored Jan 6, 2024
1 parent 8691e84 commit 4c380d6
Show file tree
Hide file tree
Showing 7 changed files with 142 additions and 144 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 8.9

- new & updated russian translations by Paul Bid (павел бид)
- fix: fix bug where editing tiles would break room rendering

## 8.8

- added brazilian portuguese translations by marco
Expand Down
3 changes: 2 additions & 1 deletion CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
- @ragzouken - Contributor
- Samuel Fine - Contributor
- Sean S. LeBlanc - Contributor
- @zachThePerson - Contributor
- Zach Hixson - Contributor

## Documentation

Expand Down Expand Up @@ -53,6 +53,7 @@
- Mateusz Teklak - Polish translation
- Matthias Löwe - German translation
- Onion - Russian translation
- Paul Bid (павел бид) - Russian translation
- Peter Februar - French translation
- Ray Song - Chinese translation
- @scumslug - Estonian translation
Expand Down
262 changes: 131 additions & 131 deletions dev/resources/localization.tsv

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion editor/script/engine/world.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// is this the right place for this to live?
var version = {
major: 8, // major changes
minor: 8, // smaller changes
minor: 9, // smaller changes
devBuildPhase: "RELEASE",
};
function getEngineVersion() {
Expand Down
4 changes: 2 additions & 2 deletions editor/script/generated/resources.js

Large diffs are not rendered by default.

8 changes: 0 additions & 8 deletions editor/script/paint.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,6 @@ function PaintTool(canvas, menuElement) {
if (isPainting) {
isPainting = false;

// force tile to re-render
// renderer.ClearCache();
// renderer.DeleteDrawing(drawing);
if (roomTool) {
// roomTool.renderer.ClearCache();
roomTool.select(roomTool.getSelected());
}

updateDrawingData();
refreshGameData();

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitsy",
"version": "8.8.0",
"version": "8.9.0",
"description": "make tiny games, worlds, and stories",
"author": "Adam Le Doux",
"devDependencies": {
Expand Down

0 comments on commit 4c380d6

Please sign in to comment.