Skip to content

Tags: Foadsf/TMSU

Tags

v0.8.0-test.2

Toggle v0.8.0-test.2's commit message
fix(installer): use commonpf64 for reliable installation paths 

v0.8.0-test

Toggle v0.8.0-test's commit message
ci(windows): automate native build and release pipeline This commit introduces a fully automated CI/CD pipeline via GitHub Actions to build, package, and release TMSU natively for the Microsoft Windows OS. Technical Implementation: - Toolchain: Employs MSYS2 with the MinGW-w64 UCRT64 toolchain (mingw-w64-ucrt-x86_64-gcc) to successfully compile the go-sqlite3 CGo dependency, bypassing the default MSVC compiler which is incompatible. - VFS Bypass: Passes the '-tags novfs' flag to the Go compiler to cleanly omit Linux FUSE dependencies that are not natively supported. - Artifacts: Generates both a portable ZIP archive and a standalone Windows installer using Inno Setup 6. - Release Automation: Automatically attaches the compiled artifacts to a GitHub Release whenever a 'v*' tag is pushed. Resolves #34 Relates to #115 Relates to #137

v0.7.5

Toggle v0.7.5's commit message
Update version. 

v0.7.4

Toggle v0.7.4's commit message
Issue #155: Problem with files subcommand. Fixed regressions.

v0.7.3

Toggle v0.7.3's commit message
Issue #150: VFS dirs showing incorrect files I messed up the boolean logic for detecting values.

v0.7.2

Toggle v0.7.2's commit message
Updated README 

v0.7.1

Toggle v0.7.1's commit message
Removed duplicate line. 

v0.7.0

Toggle v0.7.0's commit message
Updated status of v0.7.0 

v0.6.1

Toggle v0.6.1's commit message
Updated version number. 

v0.6.0

Toggle v0.6.0's commit message
Updated README for v0.6.0 release.