Tier Chart Creator Changelog

What's new in Tier Chart Creator 0.9

Mar 12, 2024
  • Tiers can now wrap around into multiple rows automatically based on it's size.
  • Tiers will now wrap by default.
  • There is now an option 'Wrapping Tiers' under a new menu 'View', that controls if wrapping is on or off.
  • The help page was updated to include a button that links to my Mastodon profile.

New in Tier Chart Creator 0.8.1 (Feb 27, 2024)

  • Engine version updated to 4.2.1
  • Document field interface has been refactored so that the scroll bar should work more to consistent behavior taking the right size into account.

New in Tier Chart Creator 0.8 (Oct 6, 2023)

  • A new language selection option is now available on the welcome page.
  • Translates all labels and text upon selecting another language.
  • Includes Japanese translation for the first selectable language.

New in Tier Chart Creator 0.7.1 (Oct 1, 2023)

  • When dragging an element, the element would interfere with the cursor's scrolling operation. Grabbed elements now use the pass through mouse filter so that the cursor can function without impedance.
  • When dragging an element after fixing the previous issue, the drop marker would not follow the cursor when scrolling past the initial area. This is because it was using the global position when it should have been referencing the local position of the background to understand it's full position on the board, not just the viewable area.
  • Many small improvements to the measurements between ranks and entries so dragging & dropping will feel more smooth & accurate.

New in Tier Chart Creator 0.6.1 (Sep 23, 2023)

  • Saving and loading features have been disabled for the web version. This is because of it saving the files to what appears to be a temporary web space and then not being able to load as when the program is reloaded the files stop existing.
  • The tooltips for the saving and loading features now indicate to the user that they will need to use the downloadable version to save and load.
  • The welcome screen quit button and the file menu quit button have been removed for the web version.

New in Tier Chart Creator 0.6 (Sep 22, 2023)

  • Added an option to allow for non-square sizes of entries.
  • Updated saving and loading of data to support the non-square lock state and Y axis of entry sizes.
  • Fixed the initial size from a drag and drop to being the set size instead of the minimum size.
  • Added a web export version that can be used right from the browser.

New in Tier Chart Creator 0.5.1.0 (Sep 20, 2023)

  • When the contestant size was changed and the project is saved. this would cause a crash. This is because I was using the ImageTexture.set_size_override() function. When it is used in Godot 4.1 currently it appears to clear out the image data. Seems to be an engine level issue. I have found a workaround.
  • Some minor resizing issues have been resolved.

New in Tier Chart Creator 0.5.0.1 (May 31, 2023)

  • I forgot to allow for the '.tier-chart' format to be included in the Windows export. The template list would fail to display the template in that version as it was not at all present in the binary.
  • In the included 'standard ranks' template, the 'S' rank color was changed from a platinum blue into a pastel purple.

New in Tier Chart Creator 0.4 (May 28, 2023)

  • Ctrl+S will now save the project.
  • When the board is empty, only an instruction will show on how to drop image files into the program to create entries.
  • Right click on a tier to edit it.
  • The name of the rank will now be highlighted and focused when the rank editor pops up.
  • The starting default directory is now set to the user home directory instead of nothing. Seemed to be using my development path and I only saw the results from one tester and their file manager was heading to the root directory of the drive. I think this was because it was still trying to reach the development directory, which wouldn't exist on their computer, but I'm not curious enough to investigate.
  • A new 'Quit without saving the latest changes?' popup window appears after selecting the new project or closing the program. This is only under the condition of any changes having been made. I forgot to include this popup warning for when loading a project, so a patch update will come soon for that.
  • Focus curtains will show behind popup windows when they are up and disappears when they are no longer up. The user can close it and every pop up by clicking anywhere on the curtain.
  • There is now a notification area for notifying of successful saves (or anything else in the future) put in the rightmost area of the main toolbar.
  • Established a global settings file to allow for remembering of future universal editor settings and for now keeps track of the last used file path.

New in Tier Chart Creator 0.3.2.0 (May 24, 2023)

  • The board's horizontal scroller did not appear when there were more entrants than the window size. This has been corrected.
  • Resizing down was an oversight in testing and had many issues. These have all been corrected for.

New in Tier Chart Creator 0.3.1.0 (May 16, 2023)

  • This patch now correctly strips the file suffix from the file name upon saving or loading in the file dialogue.