Skip to content

Commit

Permalink
Version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vanjac committed Nov 11, 2022
1 parent 9a6c67b commit 7ed3b77
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@ It functions similar to a column-view browser, but each column can be broken off

ChromaFiler works on Windows 8 through 11 (and [mostly](https://github.com/vanjac/chromafiler/issues?q=is%3Aopen+label%3Awindows7+label%3Abug) works on Windows 7).

> Note: There is currently a bug with the new 22H2 update for Windows 11 causing unnecessary whitespace in the left margin of windows. This will be fixed in a future update.
## Download

[<img src="https://getbadgecdn.azureedge.net/images/en-us%20dark.svg" width="135" height="48" alt="Microsoft Store app badge">](https://apps.microsoft.com/store/detail/XPFFWH44RPBGQJ)

Check the [Releases](https://github.com/vanjac/chromafiler/releases) page for the latest beta build. ChromaFiler can also be installed from the [Microsoft Store](https://apps.microsoft.com/store/detail/XPFFWH44RPBGQJ) (single user only). See [installation instructions](https://github.com/vanjac/chromafiler/wiki/Installation) for additional information.

ChromaFiler is still in development, so be sure to check for updates periodically. There is a "Check for updates" button in ChromaFiler Settings, under the About tab.
ChromaFiler is still in development, so be sure to turn on the [auto check for updates](https://github.com/vanjac/chromafiler/wiki/Settings#updateabout) feature so you'll be notified of new releases.

## Tutorial

Expand Down
2 changes: 1 addition & 1 deletion src/res/ChromaFiler.exe.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'
xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
<assemblyIdentity
version="0.4.1.0"
version="0.5.0.0"
processorArchitecture="*"
name="chroma.file"
type="win32" />
Expand Down
4 changes: 2 additions & 2 deletions src/resource.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define CHROMAFILER_VERSION 0,4,1,0
#define CHROMAFILER_VERSION_STRING "0.4.1\0"
#define CHROMAFILER_VERSION 0,5,0,0
#define CHROMAFILER_VERSION_STRING "0.5.0\0"

#define IDR_RT_MANIFEST1 1 // must be 1 for an exe

Expand Down

0 comments on commit 7ed3b77

Please sign in to comment.