Releases: YAYA-shiori/tama
v1.0.3.12 : English translation improvement and ask of ghost running
Thanks to @nikolat and @Zichqec for their help in translation!
What's Changed
- Update English translation by @Zichqec in #7
- When you run tama with the name parameter
-g
but the corresponding ghost is not running, tama will automatically ask you if you want to run this ghost
- When you start tama in a ghost folder and ssp is not running, you can easily start the ghost with one click (just like above)
New Contributors
Full Changelog: v1.0.3.11...v1.0.3.12
If your anti-virus software prevents you from downloading tama.exe, try the NUPX version, they are functionally the same
v1.0.3.11 : little fix
- Significantly reorganised the file structure to make everything look better
- Fixed an issue where an use the tama.txt in the default location when there was no tama.txt where it should be
- Fixed some typo in function names: e85d2ba
Full Changelog: v1.0.3.10...v1.0.3.11
If your anti-virus software prevents you from downloading tama.exe, try the NUPX version, they are functionally the same
v1.0.3.10
-
A new option in the right-click menu for those who don't like tama automatically take over control of SHIORI when ghost cannot work.
-
The following compatibility has been removed:
border.colour
also exert influence asdarkmode
parameter in v1.0.3.7
Full Changelog: v1.0.3.9...v1.0.3.10
If your anti-virus software prevents you from downloading tama.exe, try the NUPX version, they are functionally the same
v1.0.3.9 : Fix possible window pos out of sight issue
Full Changelog: v1.0.3.8...v1.0.3.9
If your anti-virus software prevents you from downloading tama.exe, try the NUPX version, they are functionally the same
v1.0.3.8 : Minor optimizations
- Minor optimisations such as data reception speed and file size
- Minor feature optimisation:
Now when you put tama in the ghost directory (e.g.Taromati2\ghost\master\shiori\tama.exe
), it will load and save tama.txt under this ghost by default (e.g.Taromati2\ghost\master\profile\tama.txt
). - Resolved false positives with non-NUPX versions of the following antivirus programs: AVG, Qihoo 360, GDATA
- If your antivirus is on this list but is still false positive for tama, consider updating its virus database
- If that still doesn't work, please report its version number and screenshot in the issue
- The following compatibility has been removed:
- typo compatibility for
Tittle
in v1.0.3.5
- typo compatibility for
Full Changelog: v1.0.3.7...v1.0.3.8
If your anti-virus software prevents you from downloading tama.exe, try the NUPX version, they are functionally the same
v1.0.3.7: Dark Mode & Fix of border.color & Minor optimizations
- Detailed optimisations have been made
- including but not limited to resource loading logic, information update logic at startup
- Fixed an issue where modulestate was not being fetched correctly when ghost only had shiori modules
- Fixes a misjudgment of tama by Microsoft Antivirus
- which may not be so necessary now of the NUPX version, but we still offer it as an option.
- Added correct reflection of shiori's unloaded ghosts
- including graying out of the unload and send request options in the context menu and others.
- Optimised the layout of the source code files
Thanks to @nikolat for correcting the Japanese translation and dealing with some other details
Introducing: Dark Mode
About border.color
in previous versions
This update fixes an issue with border.color
not being used correctly: the border.color
setting now reacts properly on win11+ operating systems, while on win10 and below it should not have had any effect (as the system did not support it)
In previous versions of tama, border.color
was incorrectly used to set whether or not to enter dark mode, which is obviously incorrect logic.
Dark Mode ?
You can now use the new darkmode
option to correctly set whether or not to enter dark mode, e.g.
SHIORI3FW.Push_X_SSTP_PassThru('darkmode','1')
Unlike border.color
, darkmode
is also reacted to properly in several versions of the operating system up to win10
Compatibility details
For compatibility purposes, border.color
will now not only change the title bar color on win11 and above, but will also make changes to the darkmode
option, just like the previous version of tama.
This compatibility code may be removed in a future update, so please consider modifying ghost's response to tama-related events when you have time rather than waiting until the compatibility code is removed.
Make sure your border.color is set before the darkmode setting, as setting border.color will override the previous darkmode setting.
SHIORI3FW.Push_X_SSTP_PassThru('border.color','eeeeee')
SHIORI3FW.Push_X_SSTP_PassThru('darkmode','0')
Full Changelog: v1.0.3.6...v1.0.3.7
If your anti-virus software prevents you from downloading tama.exe, try the NUPX version, they are functionally the same
v1.0.3.6
Fixes an issue where checking for updates always says there is an update (Now it really has)
This is the first time I've tried to use macros to unify version number changes, sorry for the problem
Full Changelog: v1.0.3.5...v1.0.3.6
If your anti-virus software prevents you from downloading tama.exe, try the NUPX version, they are functionally the same
v1.0.3.5
What's Changed
- fix color highlighting problem by @ponapalt in #5
This fixes an issue where font highlighting was lost after multiple reloads - Uh, fixed typo: tittle->title ( cbaccdb )
You can still useTittle
in thetamaOpen
event to change the window title, but this backwards-compatible code may be removed in a future release, so remember to follow up with changes when you have time - fix resource build error by @ponapalt in #4
Thanks to @ponapalt for taking the time to help
Thanks to @Zichqec for reporting the problem and helps with testing
Full Changelog: v1.0.3.4...v1.0.3.5
If your anti-virus software prevents you from downloading tama.exe, try the NUPX version, they are functionally the same
v1.0.3.4 : Fix bug and add crash report generation
Fix bug of CutSpace
and add crash report generation
Thanks @Zichqec for the help in testing
Full Changelog: v1.0.3.3...v1.0.3.4
v1.0.3.3 : Another fix
Fix the bug that doesn't allow dragging and dropping dll files if ghost doesn't react to tamaOpen
event
thanks for @nikolat
Full Changelog: v1.0.3.2...v1.0.3.3