Skip to content

Commit

Permalink
New update 1.2.0.0 build and reflections in markdown; fixes for regul…
Browse files Browse the repository at this point in the history
…ar expression for specific URLs. - 09/18/2023 16:31:48 UTC
  • Loading branch information
Lateralus138 committed Sep 18, 2023
1 parent f6dfae2 commit 542caff
Show file tree
Hide file tree
Showing 7 changed files with 607 additions and 584 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- '**.ps1'
env:
VS_PROGRAM: 1
VS_FILE: 0
VS_FILE: 1
VS_EPOCH:
VS_FULL:
RELEASE_TITLE: "Hosts Compress"
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ For now there are (much slower than this, but working well) scripts for Windows
- [Examples](#examples)
- [Project Information](#project-information)
- [Changelog](#changelog)
- [Coming fixes](#coming-fixes)
- [Coming Updates](#coming-updates)
- [Source File Quality](#source-file-quality)
- [File MD5 Hashes](#file-md5-hashes)
- [Current Windows X86 MD5](#current-windows-x86-md5)
Expand Down Expand Up @@ -234,10 +234,11 @@ Compressed data has been successfully written to:
### Changelog

- 1.0.0.0 - Initial release.
- 1.1.0.0 - Fixed regular expression match for URLs that begin with `0\.0\.0\.0\..*` and `127\.0\.0\.1\..*` while still keeping `0.0.0.0 0.0.0.0` and `127.0.0.1 127.0.0.1`.

#### Coming fixes
#### Coming Updates

- 1.1.0.0 - Regex match for `^(0.0.0.0|127.0.0.1)[\s]+(?!(0.0.0.0|127.0.0.1)).*` when searching for URLs fix.
- 1.2.0.0 -Plan to replace inline progress bar with a new class module I wrote. Cosmetic only with a slight, but humanly unnoticeable performance increase.

### Source File Quality

Expand Down
11 changes: 11 additions & 0 deletions docs/md/pre-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

---

### Changelog

- 1.0.0.0 - Initial release.
- 1.1.0.0 - Fixed regular expression match for URLs that begin with `0\.0\.0\.0\..*` and `127\.0\.0\.1\..*` while still keeping `0.0.0.0 0.0.0.0` and `127.0.0.1 127.0.0.1`.

#### Coming Updates

- 1.2.0.0 -Plan to replace inline progress bar with a new class module I wrote. Cosmetic only with a slight, but humanly unnoticeable performance increase.

---

This information is generated in a *GitHub Action* immediately after the successful build of this project.

### Current Windows X86 MD5
Expand Down
11 changes: 11 additions & 0 deletions docs/md/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

---

### Changelog

- 1.0.0.0 - Initial release.
- 1.1.0.0 - Fixed regular expression match for URLs that begin with `0\.0\.0\.0\..*` and `127\.0\.0\.1\..*` while still keeping `0.0.0.0 0.0.0.0` and `127.0.0.1 127.0.0.1`.

#### Coming Updates

- 1.2.0.0 -Plan to replace inline progress bar with a new class module I wrote. Cosmetic only with a slight, but humanly unnoticeable performance increase.

---

This information is generated in a *GitHub Action* immediately after the successful build of this project.

### Current Windows X86 MD5
Expand Down
Binary file modified hostscompress/Resource.aps
Binary file not shown.
Binary file modified hostscompress/Resource.rc
Binary file not shown.
Loading

0 comments on commit 542caff

Please sign in to comment.