2.1.0 - Dec 03, 2014
-
Added AMS::Lib.clean_up method, which removes all unregistered Ruby files from the library.
-
Added AMS::System.get_metrics(index) method.
-
Minor bug fixes.
2.0.0 - Nov 20, 2014
-
Improved functionality.
-
Added support for SU 64 bit.
-
Reorganized various functions and rewrote documentation.
-
Migrated from relying on win32-api gem to using a C extension.
-
Added Windows MIDI implementation.
-
Made FFI Compatible with Ruby 1.8.6. It's not compatible with Ruby 1.8.0 though.
1.0.9 - Apr 26, 2014
-
Added get_keys and get_values to the registry.
-
Improved MultiLineText.
1.0.8 - Feb 12, 2014
-
Stabilized registry readers and writers.
-
Stabilized custom shortcuts on localized SU versions.
1.0.7 - Feb 04, 2014
-
Added custom timers.
-
Optimized show/hide dialogs function.
-
Added swo_tbc_onFilled(bar) and swo_tbc_onEmptied(bar) observers, which are called when a certain toolbar container is emptied or filled with toolbars.
-
Added swo_mw_onCommand(id), which responds to Sketchup.send_action events.
1.0.6 - Jan 29, 2014
-
Figured out a way to keep all menu shortcuts working when the menu bar is removed. Yes!!!
-
Added registry accessors.
-
Added on menu swo_mw_onEnterMenu and swo_mw_onExitMenu observers.
-
Added AMS::Windows::API - thanks to Daniel J. Berger.
-
Fixed get screen resolution function. Originally it returned resolution of the current screen. Now, it returns resolution of all monitors combined.
-
Improved observers.
-
Increased the limit of AMS::Win32::API to 20 callbacks.
-
Simplified libraries.
1.0.5 - Dec 16, 2013
-
Fixed the observers bug that made SketchUp freeze when pressing a key in the menu.
1.0.4 - Dec 15, 2013
-
Improved refresh function.
1.0.3 - Dec 15, 2013
-
Fixed things here and there.
-
AMS::Window.invalid?
-
AMS::Window.set_pos
-
AMS::Window.set_size
1.0.2 - Dec 06, 2013
-
Fixed and improved stuff here and there.
-
Increased observers reaction speed.
1.0.1 - Nov 22, 2013
-
Improved set full screen, maximize, minimize, and restore functions.
1.0.0 - Nov 17, 2013
-
Initial release