Skip to content
This repository was archived by the owner on Aug 20, 2024. It is now read-only.

Releases: ryanlua/Signs

v3.2.0 Quality

08 Aug 02:30

Choose a tag to compare

v3.2.0 Quality

v3.2.0 DevForum Post

Signs v3.2.0 Quality focuses on minor changes and fixes to Signs including removing deprecated API. This update overhauls how Signs handles Change History Service which additionally handles how reverting changes work in Roblox Studio.

Changelog:

Enhancements

  • Add ChangeHistoryService Recordings and remove SetWaypoint #32

Bug Fixes

  • Fix border around the preview
  • Fix preview clipping out of frame when rotation is applied
  • Fix plugin permissions requesting for script injection

Full Changelog: v3.1.0...v3.2.0

v3.1.0 Layouts

29 Apr 01:27

Choose a tag to compare

v3.1.0 Layouts

Signs DevForum v3.1.0 Update Post

Signs v3.1.0 Layouts update focuses on improvements to the UI and UX along with bug fixes. This update should improve the workflow and performance of Signs. Additionally, there is now a new previously paid only feature to Signs Free.

Special thanks for @iGottic from the DevForum for his feedback.

Changelog:

Enhancements

  • Add transparency grid to preview.
    • Improved visibility of transparency to show better that the background is transparent.
  • Add Horizontal & Vertical Alignment for Signs Free.
    • Signs Free now has Horizontal & Vertical Alignment, previous Signs (Paid) exclusive.
  • Update layout to have new categories and moved elements to respective categories #18
    • Move some elements from Text collapse and moved to new ones. Combined some collapses.
  • Update multiple choice buttons be aligned to the left instead of center #20
    • This would improve readability and navigation for long multiple-choices.

Bugs Fixes

  • Fixed bug with some elements not properly updating color to match a theme change. #9
    • Collapse buttons and multiple choices should update correctly now.
  • Fixed bug where UI Stroke instances would be parented to Text Labels when not in use. #14
    • Should improve performance and memory usage.
  • Fixed bug when you resize a sign and the text stretches. #15
    • Text should no longer stretch and uses Pixels Per Studs instead of Canvas Size.

Full Changelog: v3.0.0...v3.1.0

v3.0.0 Customization

10 Apr 16:49

Choose a tag to compare

v3.0.0 Customization

Trello Board v3.0.0 Update Card

v3.0.0 is Signs biggest update ever bringing changes to many aspects of Signs. New properties such as aspect ratio and text rotation has been added. New sliders with precise values are added. Help icons have been added to confusing properties to help with UX. Signs Widget will new resize smaller and more efficiently. Signs has a new icon in Roblox Studio and tooltip. Many minor changes and major backend overhaul.

Changelog:

New features.

  • New text rotation property. Signs & Signs Free
    • Rotate text up to 360 degrees from a slider.
  • New aspect ratio size. Signs & Signs Free
    • Change the aspect ratio of your sign. A slider will replace the selection once a stable way to add is found out.
  • New help icons. Signs & Signs Free
    • Help icons appear on confusing properties and clicking redirects to the documentation.
  • Dynamic resizing. Signs & Signs Free
    • Text will now properly truncate, and you can resize the plugin smaller while still maintaining usability.

Improvements/changes.

  • Improved sliders. have text boxes for precise values. Signs & Signs Free
    • Sliders now have a textbox for precise values.
    • Faster performance and less bugs than legacy.
  • Updated toolbar icon & tooltip. Signs & Signs Free
    • New plugin icon for studio to better represent Signs and tooltip with support link.
  • Increased maximum character limit to 16,384 characters. #11 Signs
    • Increased it to Roblox’s max limit. May cause instability but that is just Roblox Studio.

Minor.

  • Increased plugin font size 15 > 16.
  • Added padding to grid selection.
  • Add topbar for Signs.
  • Updated Textbox and Checkmarks to have mouse hover.
  • Updated font size slightly bigger to help with readability.

Bug fixes.

  • Fixed incorrect versioning format on Widget title.
  • Fixed incorrect hover color.
  • Fixed moving the slider moving too fast causing it to slide outside the bar.
  • Known bugs.
    • Text may clip outside preview when rotating text. This is due to ClipsDescendants not supporting GuiObject.Rotation.
    • Changing themes with Signs open may cause some colors to incorrectly appear. #9
      • No functionality is hurt, and this will be fixed soon.
  • Other changes.
    • Merged internal and main branches to one codebase.
      • Signs is meant to have beta updates and the internal branch discourages that. Now internal development workflow is removed in favor of using branches for new major changes.
    • Backend changes to how sliders and text inputs are handled.
    • Major improvements to GitHub repository.

Full Changelog: v2.0.0...v3.0.0

v2.0.0 Strokes & Alignment

07 Feb 17:52
98f408d

Choose a tag to compare

Trello Board v2.0.0 Update Card

v2.0.0 includes many changes for both Signs and Signs Free. Signs Free can now edit text strokes with Signs having more settings for UI stroke. Another Signs exclusive feature of text alignment has been added. The plugin's UI is now more modernized and has an improved backend theming system that will automatically update to match Roblox Studio’s theme, fixing bugs with the theme not updating without restart.

Changelog:

  • New features.
    • Added UI Stroke support. Signs & Signs Free
      • Free now has Text Stroke editing. (Color and Transparency)
      • Signs has Text & UI Stroke editing. (Thickness and Join)
    • Added new Font collapse. Signs & Signs Free
      • Moved some settings from Text collapse to new Font collapse.
    • Added text alignment. Signs
      • Change vertical and horizontal alignment of text.
    • Improved mouse hover. Signs & Signs Free
      • Title bar & Button elements have been rewritten.
      • New selection menu replacing radio buttons.
      • Minor visual changes to others.
  • Bug fixes.
    • Fixed incorrect font and color being selected.
    • Fixed plugin theme not correctly updating when changing Roblox Studio theme.
    • Fixed crashes linked with changing studio theme two times consecutively.
  • Other changes.
    • Added licensing & copyright notice.
    • Added backward support for editing signs created in 2.0.0 and newer. (Signs created before 2.0.0 cannot be edited due to limitations. I workaround/experimental way to edit any sign will maybe be implemented.)
    • Reduced plugin size by ~50%, about doubling the speed to download and update. ~225KB -> 120KB
    • Verified group to show in Creator Marketplace when verified filter is selected.

Full Changelog: https://github.com/The-Winner-Games/Signs/commits/v2.0.0