Releases: shuuryou/imacg3
Releases · shuuryou/imacg3
Release 2020-06-11
Don't want to compile the code? Well, you're in luck!
This release works great with the Arduino sketch in this repo and also with the sketch by Rocky Hill!!
This update:
- Fixes various issues with screen adjustment controls doing the wrong thing (swapped)
- Fixes settings not being saved correctly in some situations
- Fixes Spanish translations
- Adds brightness drive advanced control
- Changes brightness maximum value to Apple iMac G3 officially supported value when advanced controls are off
Release 2020-05-17
Don't want to compile the code? Well, you're in luck!
This release works great with the Arduino sketch in this repo and also with the sketch by Rocky Hill!!
This update:
- Breaks compatibility with the previous version of the Arduino sketch in this repo to add several advanced CRT controls (EEPROM version is now 3)
- Installs the translations into the correct location, making them actually show up
- Replaces the previous serial processing code with a more robust implementation that works better across all supported platforms
- Adds a Spanish translation, with thanks to Rocky Hill
- Adds the
/log
command line option to produce a log file of the serial port communication in your temp folder (%TEMP%) - Adds the
/reset
command line option to reset the application settings to their defaults (this does not touch your CRT settings)
Release 2020-05-13
Don't want to compile the code? Well, you're in luck!
This update:
- Breaks compatibility with the previous version of the Arduino sketch in this repo to make it compatible with the Arduino sketch at https://github.com/qbancoffee/imac_g3_ivad_board_init (EEPROM version 2)
- Adds a connection speed selector for better compatibility with the Arduino sketch at the above link
- Fixes the color fine adjust. Previously, red and green would be set to whatever value blue was currently at
- Fixes the HRGB and VRGB test patterns, which were swapped by mistake
- Adds a settings analyzer to the context menu of the CRT control panel (right-click in a blank area of the main window to access the context menu)
- Adds the "Gray Bars" test pattern from page 159 of the iMac G3 service manual to help with flyback transformer voltage adjustment (SCREEN potentiometer)
Release 2020-05-09
Don't want to compile the code? Well, you're in luck!
This update:
- Fixes that Right Click Assist did not eat the left-click event when invoked and instead passed it to the current window
- Fixes grammar in the language resource files.
- Expands the number of available test patterns from 1 to 10 and makes them available throughout all of crtcpl, instead of just being available on the Geometry page (right click in the main window to open a context menu that allows you to enable test pattern mode and select the required test pattern)
Release 2020-05-08
Don't want to compile the code? Well, you're in luck!
This update:
- Fixes Height buttons on the Geometry page (they did the opposite of what their icons indicated)
- Only allows a single instance to run at any given time
Release 2020-05-05
Don't want to compile the code? Well, you're in luck!
This is the initial release.