Pete Batard
63555cd04d
[internal] add auto detection of 'git commit --amend'
* Finally!
* Also improve UPX compression
7 years ago
Pete Batard
09181454dd
[misc] try to make that darn Appx taskbar icon transparent
* Still doesn't work though :(
* Also some minor .sln and _pre-commit.sh improvements
8 years ago
Pete Batard
3924d2847d
[misc] add build data for Windows Apps Store
* Rather useless, since elevated apps are neither accepted by Microsoft nor
will they run by default when sideloaded. But, hey, I can has apps!
* Also update sign and sed scripts
8 years ago
Adrian Perez de Castro
03e01f2a19
[misc] Linux cross compilation fixes
* Closes #850
9 years ago
Pete Batard
1c322aba56
[misc] drop the micro from the version
* Closes #439
11 years ago
Pete Batard
d3a0fc9b1d
[misc] use "in-place" option when running sed
* Also remove unused "Version" entry
12 years ago
Pete Batard
8db3a26bf7
[misc] optimize for size
* Tests show that it should have much impact on UFD creation speed and helps shave ~15KB with gcc 4.8.x
* Also adjust the version nano so that it matches the number of commits seen by github
* This means there is NO build 399
12 years ago
Pete Batard
2577337dec
[misc] right-to-left and version handling improvements
* Improve right-to-left consistency and handling
* Drop 'v' from version indicators
* Also update version to 1.4.4
* Also fix French translation typos
12 years ago
Pete Batard
bbab5a148d
[ui] log display improvement
* Shift main dialog left in case of overlap
* Fix loss of application focus when displaying the log
* Display Windows version in the log
* Also switch to LZMA for UPX compression
* Closes #148
12 years ago
Pete Batard
454010c27c
[ui] use richedit for about dialog and other improvements
* Add template for updates policy and settings
13 years ago
Pete Batard
39fe803963
[internal] remove grep dependency in git pre-commit hook
13 years ago
Pete Batard
57de1cbe40
[misc] pre 1.0.3 update
* fixed remaining Clang warnings in badblocks.c and configure.ac
* removed beta and updated version to 1.0.3
14 years ago
Pete Batard
78ad099bf9
[internal] update app URL as well as scripts
14 years ago
Pete Batard
f93a85ab83
[bb] added status report on status bar
* also changed title to add "(Beta)"
14 years ago
Pete Batard
071cf84cc4
[mingw] update autotools script following path change
14 years ago
Pete Batard
b23a8089fd
[internal] added script to change version and set version to 1.0.1
* also minor improvements to internal scripts
14 years ago
Pete Batard
651cdcaa65
[internal] added post-commit hook for autotagging
14 years ago
Pete Batard
2d8a674b88
[misc] handle all versioning in rufus.rc
14 years ago
Pete Batard
d20e756765
[mbr] added some mbr processing
* fix MS's removal of LBA from FS types in partition table
* improved GetDriveHandle()
* issue a refresh after formatting
14 years ago
Pete Batard
44c418714c
[internal] fix non-removal of sed script
14 years ago
Pete Batard
d35d37cf20
[internal] added pre-commit git script to increase the nano
* from now on, nano will reflect the distance to initial commit
* to have git run this script on commit, create a "pre-commit" in
.git/hooks/ with the following content:
#!/bin/sh
source ./_pre-commit.sh
14 years ago