leo
021aab8408
enhance: add a button to clear all git command logs
...
Signed-off-by: leo <longshuang@msn.cn>
2025-04-17 16:07:40 +08:00
Gadfly
1e0fd63543
localization: add translation sorting and formatting ( #1186 )
...
* doc: Update translation status and missing keys
* localization: add translation sorting and formatting
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-04-14 22:07:24 +08:00
Gadfly
4153eec1a8
chore: Update DEB package configuration with installed size ( #1130 )
2025-03-26 12:15:15 +08:00
leo
39f4cd1732
ci: move all translation status to TRANSLATION.md
and do not modify README.md
while checking localization
...
Signed-off-by: leo <longshuang@msn.cn>
2025-03-21 10:54:47 +08:00
Gadfly
cdae9168ed
ci(windows): maintain SourceGit folder structure ( #1076 )
2025-03-10 15:44:39 +08:00
Gadfly
6ba26770c4
ci: enhance Linux and Windows package workflow ( #1071 )
...
* ci: fix Linux packaging workflow with specific Ubuntu 20.04 image
* ci: use Compress-Archive in Windows try to prevent Defender false positives
2025-03-10 09:28:13 +08:00
GadflyFang
71d0b69eee
fix: prevent kill apt process by accident ( #1054 )
2025-03-04 19:51:36 +08:00
GadflyFang
9dffd55c2b
build: Add pre-install and pre-removal scripts for DEBIAN package ( #1041 )
...
kill sourcegit before install
2025-03-03 10:39:57 +08:00
leo
dbb1df5f8b
fix: single _
will be traited as a space by image shields
...
Signed-off-by: leo <longshuang@msn.cn>
2025-02-06 15:34:12 +08:00
leo
75288e7a31
ci: replacing 100%
and 100.00%
with √
for translation progress in README.md
2025-01-22 11:21:24 +08:00
GadflyFang
d7ba310a24
build: Update package dependencies to include broader range of ICU libraries ( #890 )
...
Signed-off-by: Gadfly <gadfly@gadfly.vip>
(cherry picked from commit d340584249b771f497f818f45a3bc542bc473cc5)
2025-01-10 12:24:37 +08:00
aikawayataro
f1acc96a72
ci: remove Buildkite, add missing dependencies, README edits ( #885 )
...
* build: add libicu dependency for deb package
* ci: remove obsolete Buildkite publish workflow
* build: add xdg-utils dependency
* readme: update Linux notes
Remove Buildkite repo instructions and fix some typos.
2025-01-10 09:29:19 +08:00
leo
c9b00d7bfe
ci: do not use portable
for windows actions
2024-12-24 14:48:04 +08:00
stone-w4tch3r
abacccab00
feat: Add libicu dependency to RPM spec file ( #781 )
...
(cherry picked from commit f312895ef8c77098612645a54420539fef70a849)
(cherry picked from commit 662149045f9b37e8b8842125c82d835625055150)
2024-12-04 09:48:30 +08:00
leo
f028513d49
doc: update tips for manually build
2024-11-29 11:46:27 +08:00
aikawayataro
c16a412aa3
fix: SourceGit misspelled as "Source Git" ( #689 )
2024-11-12 19:55:42 +08:00
aikawayataro
146f383aae
enhance: depend on SO in rpm package ( #688 )
...
* enhance: ensure LF line endings used with package manifests
* enhance: depend on shared object instead of package
Back in 211c263
, I changed the dependencies to depend on package instead of shared object. This worked well, but introduced some problems for distros other than Fedora (81f76f0
). I did this because of problems with the arm64 package, but now I think `__isa_bits` is a reasonable workaround.
* refactor: remove pointless variable checks
`set -u` was introduced in 6461765
2024-11-12 19:50:16 +08:00
Masgalor
9816a5e8ba
fix: Make RPM builds compatible with OpenSUSE (libX11) ( #628 )
2024-10-30 18:45:25 +08:00
Masgalor
81f76f0771
fix: Make RPM builds compatible with OpenSUSE ( #622 )
2024-10-30 09:45:41 +08:00
GadflyFang
28773f0e2d
doc: Make the badges clickable and redirect to the TRANSLATION.md ( #601 )
...
* Make the badges clickable and redirect to the TRANSLATION.md
* Move localization check script file position
---------
Signed-off-by: Gadfly <gadfly@gadfly.vip>
2024-10-25 14:51:49 +08:00
leo
a7f609d479
readme: add description for build
2024-09-27 13:52:39 +08:00
leo
a8685f2047
refactor: rewrite the way to support HomeBrew pathes on macOS ( #507 )
2024-09-25 10:35:07 +08:00
Maciej Barć
6461765cf7
build: minor tweaks
...
* call bash through env progrem
* add more strict defaults
* [ -> [[
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
2024-09-22 16:16:12 +02:00
leo
be54361e9d
ci: revert macOS package signing and remove temp artifacts
2024-08-21 16:41:05 +08:00
leo
e1ac596261
ci: try to sign macOS package locally
2024-08-21 16:17:19 +08:00
Aikawa Yataro
6267101eaf
refactor: instead of a hardcoded path, use the -r
when creating a relative link
2024-08-19 08:22:47 +00:00
Aikawa Yataro
90edabeb32
fix: update RPM dependencies
2024-08-19 08:22:38 +00:00
Aikawa Yataro
211c263043
fix: failed to resolve dependencies with aarch64 RPM package
...
dependencies on aarch64 will not be resolved if library names are specified without architecture
we could use `%{?_isa}` macro, however it looks like specifying library names as dependencies is generally avoided
2024-08-19 07:36:51 +00:00
leo
f544333418
project: cleanup
...
* remove unused build scripts since we use github CI to automate releases
* rename build/ci to build/scripts
* cleanup solution file
2024-08-14 16:34:43 +08:00
leo
c60751de9a
Merge pull request #356 from aikawayataro/ci-release
...
Automatic CI releases
2024-08-13 14:12:10 +08:00
Aikawa Yataro
05ddd42604
ci: use new AppImage runtime
2024-08-11 15:51:31 +00:00
Aikawa Yataro
00a11fbd02
ci: use relative link for AppImage's AppRun
2024-08-07 03:26:57 +00:00
Aikawa Yataro
073b5aaf9e
ci: add automatic releases
2024-08-05 07:05:35 +00:00
Hikmet Altıntaş
521dcf35a4
Register to directory MimeType to open folders in unix systems
...
This will automatically add sourcegit to right-click menu for folders in file managers.
2024-08-05 01:04:24 +03:00
Aikawa Yataro
455ad657a7
build: force root owner for deb package
2024-08-03 12:59:02 +00:00
Aikawa Yataro
97d622a8b7
build: fix some AppStream metadata warnings
2024-08-03 12:59:02 +00:00
Aikawa Yataro
6bea4b42a2
build: refactor build scripts
...
use right way to include symlinks and some other minor changes
2024-08-03 12:58:57 +00:00
leo
17b0d7ddcb
build: update build scripts
2024-07-26 11:43:59 +08:00
leo
d8af6bd75f
feature: change minimal system requirement for macOS to 11.0 ( #275 )
2024-07-22 18:24:52 +08:00
leo
ace6eccfd3
build: build AppImage as generic linux package
2024-07-04 13:11:16 +08:00
leo
f455df0937
build: use symbolic link instead of custom script file to add command line for this software on Linux
2024-06-28 11:21:58 +08:00
leo
6974b0e08d
feature: supports windows on arm
2024-06-14 11:43:19 +08:00
leo
1d7518a327
fix: add homebrew to default PATH environment
2024-06-05 19:18:47 +08:00
leo
8d726656dc
feature: supports to open repository directly from commandline on Linux
2024-05-20 15:15:08 +08:00
leo
ac01e2f15b
update: macOS build script permission
2024-05-17 15:33:45 +08:00
leo
ae63aa334a
fix: rpm file permission by habegit ( #128 )
2024-05-14 17:23:19 +08:00
leo
65ccc9fc7b
fix: add missing script to start from commandline on linux
2024-05-10 09:53:20 +08:00
Gadfly
e5049c04fc
build: copy .icns file into Linux archive
2024-04-30 21:58:09 +08:00
leo
3a3c0e717f
build: read version from VERSION file
2024-04-17 11:24:25 +08:00
leo
27265dc465
fix: use sed to replace version in plist failed on macOS
2024-04-16 20:32:18 +08:00