deepend-tildeclub
0fd51e5c8a
Modify zoitechat.props for Gtk3 support and dependencies
...
Updated project properties to include Gtk3 definitions and improved dependency handling.
2026-02-04 12:46:32 -07:00
deepend-tildeclub
1ac688ec19
Update zoitechat.props with new dependencies and settings
2026-02-04 11:41:47 -07:00
deepend-tildeclub
1567062636
Update zoitechat.props with new project settings
2026-02-04 10:53:20 -07:00
deepend-tildeclub
b90a9a3357
Update zoitechat.props with new XML structure
2026-02-04 10:15:23 -07:00
deepend-tildeclub
a650916105
Fix XML formatting in zoitechat.props
2026-02-04 09:14:32 -07:00
deepend-tildeclub
6979dce7e8
Merge pull request #53 from ZoiteChat/master
...
sync to master
2026-02-03 22:10:53 -07:00
303d5cc581
preparation for upcoming release 2.17.4
2026-02-03 13:28:35 -07:00
deepend-tildeclub
b30ee02353
Merge branch 'gtk3-prep' into codex/update-project-settings-for-gtk3-builds
2026-02-03 13:22:34 -07:00
deepend-tildeclub
8b22990eba
Improve gvsbuild dependency detection
2026-02-03 13:20:25 -07:00
deepend-tildeclub
8606e505d1
Adjust Windows build paths for gvsbuild deps
2026-02-03 12:59:31 -07:00
deepend-tildeclub
0f4420b8c7
Update gvsbuild Windows deps settings
2026-02-03 12:34:22 -07:00
deepend-tildeclub
a98cb3606f
Update zoitechat.props with Gtk3 support
2026-02-01 18:30:12 -07:00
2b98ebc544
HEXCHAT -> ZOITECHAT
2026-01-25 16:13:47 -07:00
deepend-tildeclub
0e661dec95
Delete win32/installer/zoitechat-arm64.iss
2026-01-19 14:43:40 -07:00
deepend-tildeclub
e503bec31a
Fix command line argument formatting in installer script
2026-01-19 14:42:57 -07:00
deepend-tildeclub
4c86105183
Bump version from 2.17.2 to 2.17.3
2026-01-17 14:55:54 -07:00
b1fc133883
associated .hct and .zct files with ZoiteChat for easy Theme importation like there was in the Theme Manager that was removed.
2026-01-16 19:34:18 -07:00
deepend-tildeclub
e5e22fc103
removed mention of thememan.exe
2026-01-16 18:16:22 -07:00
deepend-tildeclub
84f62080c4
fixed removal of theme manager
2026-01-16 18:12:05 -07:00
deepend-tildeclub
2f30c86be8
Update print statement from 'Hello' to 'Goodbye'
2026-01-16 18:07:38 -07:00
46da9fe581
remove theme manager in favor of theme selector in preferences.
2026-01-16 17:54:40 -07:00
78c4b474db
update python to v3.14
2026-01-15 09:48:31 -07:00
708fb3de42
moving website to zoitechat.zoite.net
2026-01-14 12:54:25 -07:00
bdee1481ed
version bump for minor fix (auto replace)
2026-01-13 14:38:07 -07:00
deepend-tildeclub
0662c39c19
Update version from 2.12.4 to 2.17.1
2026-01-13 00:54:39 -07:00
deepend-tildeclub
9cdc5ec7d7
Refactor ARM64 installer configuration for ZoiteChat
2026-01-12 18:36:41 -07:00
deepend-tildeclub
ea44a26ae7
Create zoitechat-arm64.iss
2026-01-12 15:59:43 -07:00
deepend-tildeclub
2730971f0e
replace installer logos
2026-01-09 00:43:14 -07:00
4683ef705b
new name after fork
2026-01-05 23:12:38 -07:00
Patrick Griffis
cc60ad275a
Replace hexchat.net links
2024-02-09 18:29:15 -06:00
Patrick Griffis
a1f154cd5e
win32: Remove Python 2 support
2023-11-03 14:23:55 -05:00
DjLegolas
221283ba19
add shortcut options in setup
...
will allow the user to control on which of the shortcuts to create:
* start menu - will now show the relevant window
* desktop
* quick launch
on uninstall, all will be removed on uninstall
2022-10-29 15:42:30 -05:00
DjLegolas
2638c88479
update python3 from 3.6 to 3.8.10
...
Signed-off-by: DjLegolas <djlegolas@protonmail.com >
2022-05-08 14:20:58 -05:00
Patrick Griffis
3f07670b34
win32: Update to OpenSSL 1.1
2021-10-01 13:47:42 -05:00
DjLegolas
04acbdc221
Update github workflows
2021-05-23 19:43:24 -05:00
DjLegolas
939ec7a16e
Updated Toolset to v142
2021-05-23 19:43:24 -05:00
DjLegolas
29e78d3851
Change Inno path property
2021-05-23 19:43:24 -05:00
Patrick Griffis
706f9bca82
python: Rewrite with CFFI
2018-11-09 18:36:59 -05:00
Patrick Griffis
7659caada1
win32: Reflect gvsbuild changes
2018-08-29 16:10:21 +00:00
Patrick Griffis
77c8fe1421
win32: Update Python downloads
2018-03-09 20:26:42 +00:00
Patrick Griffis
740352ceab
Remove mpcinfo plugin
...
The code quality of it is terrible, the user experience of using it is terrible, and it should have been removed years ago
2018-03-09 20:26:41 +00:00
Patrick Griffis
541b9ca744
win32: Update to build against gvsbuild
2018-03-09 20:26:41 +00:00
Patrick Griffis
628100c19f
build: Replace Autotools with Meson
...
Quick rundown of benefits:
- Much faster:
- Autotools (with autogen): 22 seconds
- Meson: 7 seconds
- Meson (with ccache): 2 seconds
- Simpler:
- ~1000 lines smaller
- Single simple language
- Potentially better Windows (Visual Studio) support
What is not done:
- Complete Windows support
- OSX support (easy)
Closes #2013
Closes #1937
Closes #1803
2017-06-13 23:54:51 -04:00
tomek
63e9c72114
win32: Update Python to 3.6
2016-12-23 14:04:32 +01:00
tomek
1b760dd22b
Bump version to 2.12.4
2016-12-10 15:45:38 +01:00
Patrick Griffis
85bdb06cad
Convert doat to an internal command
...
- Trivial plugin
- Useful for many users
- Was under a dumb license
2016-11-09 17:29:23 +01:00
tomek
6c8b6ce23f
Bump version to 2.12.3
2016-10-22 16:12:05 +02:00
tomek
adea019820
Bump version to 2.12.2
2016-10-09 00:14:43 +02:00
tomek
6168507272
win32: Update Python to 2.7.12 and 3.5.2
2016-07-02 19:39:30 +02:00
Patrick Griffis
9fbd23b06f
win32: Download redist for Perl if needed
2016-07-02 19:39:25 +02:00