Skip to content

Commit

Permalink
Finishing touches for the 8.0 beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerhelland committed Jul 28, 2020
1 parent e636dba commit dd51156
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ The current PhotoDemon build uses these 3rd-party libraries. Thank you to these

* [ExifTool](https://exiftool.org/)
* [EZTwain](http://eztwain.com/eztwain1.htm)
* [FreeImage](http://freeimage.sourceforge.net/)
* [FreeImage](https://freeimage.sourceforge.io/)
* [libdeflate](https://github.com/ebiggers/libdeflate)
* [LittleCMS](http://www.littlecms.com)
* [LZ4](https://lz4.github.io/lz4/)
* [OptiPNG](http://optipng.sourceforge.net/)
* [Pngquant](https://pngquant.org/)
* [ZLib](https://www.zlib.net/)
* [ZStandard](https://github.com/facebook/zstd)

### Direct contributors
Expand Down
4 changes: 2 additions & 2 deletions Classes/pdVisualThemes.cls
Original file line number Diff line number Diff line change
Expand Up @@ -464,14 +464,14 @@ Friend Function LoadThemeFile(ByVal themeFilename As String, Optional ByVal over

'Color description files are listed under the DefinitionFile tag. (This tag is optional, so we can
' assume all definitions are embedded in the file if the DefinitionFile tag doesn't exist.)
If m_XML.DoesTagExist("DefinitionFile") Or (Len(overrideColorDefinitionFilename) <> 0) Then
If m_XML.DoesTagExist("DefinitionFile") Or (LenB(overrideColorDefinitionFilename) <> 0) Then

'Load and validate the specified definition file
Dim tmpXML As pdXML
Set tmpXML = New pdXML

Dim fullAccentName As String
If (Len(overrideColorDefinitionFilename) <> 0) Then fullAccentName = overrideColorDefinitionFilename Else fullAccentName = m_XML.GetUniqueTag_String("DefinitionFile")
If (LenB(overrideColorDefinitionFilename) <> 0) Then fullAccentName = overrideColorDefinitionFilename Else fullAccentName = m_XML.GetUniqueTag_String("DefinitionFile")

If LoadAccentWithAllFallbacks(fullAccentName, tmpXML) Then

Expand Down
4 changes: 2 additions & 2 deletions Donate to PhotoDemon.url
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[InternetShortcut]
URL=http://photodemon.org/donate/
URL=https://photodemon.org/donate/
IDList=
HotKey=0
[{000214A0-0000-0000-C000-000000000046}]
Prop3=19,2
Prop3=19,11
4 changes: 2 additions & 2 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PhotoDemon is copyright © 2019 by Tanner Helland and Contributors.
PhotoDemon is copyright © 2020 by Tanner Helland and Contributors.

PhotoDemon is released under a BSD license. A full copy of the BSD license is included below.

Expand All @@ -23,7 +23,7 @@ Full text of PhotoDemon and third-party plugin licenses follow.

**PhotoDemon license (BSD)**

PhotoDemon is Copyright (c) 2019, Tanner Helland and Contributors.
PhotoDemon is Copyright (c) 2020, Tanner Helland and Contributors.
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Expand Down
4 changes: 2 additions & 2 deletions Modules/Main.bas
Original file line number Diff line number Diff line change
Expand Up @@ -571,8 +571,8 @@ Public Function ContinueLoadingProgram(Optional ByRef suspendAdditionalMessages
Dim debugMenuVisibility As Boolean
debugMenuVisibility = (PD_BUILD_QUALITY <> PD_PRODUCTION) And (PD_BUILD_QUALITY <> PD_BETA)
FormMain.MnuTest.Visible = debugMenuVisibility
FormMain.MnuTool(11).Visible = debugMenuVisibility
FormMain.MnuTool(12).Visible = debugMenuVisibility
FormMain.MnuTool(13).Visible = debugMenuVisibility
FormMain.MnuTool(14).Visible = debugMenuVisibility

'In the future, hotkeys really need to become user-editable, but for now, the list is hard-coded.
perfCheck.MarkEvent "Initialize hotkey manager"
Expand Down
2 changes: 1 addition & 1 deletion Modules/PublicConstants.bas
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ End Enum
'Quality of the current build. This value automatically dictates a number of behaviors throughout the program,
' like reporting time-to-completion for effects and enabling detailed debug reports. Do not change unless you
' fully understand the consequences!
Public Const PD_BUILD_QUALITY As Long = PD_ALPHA
Public Const PD_BUILD_QUALITY As Long = PD_BETA

'Identifier for various PD-specific file types
Public Const PD_IMAGE_IDENTIFIER As Long = &H44494450 'pdImage data (ASCII characters "PDID", as hex, little-endian)
Expand Down
2 changes: 1 addition & 1 deletion PhotoDemon.vbp
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ Description="PhotoDemon Photo Editor"
CompatibleMode="0"
MajorVer=7
MinorVer=9
RevisionVer=2100
RevisionVer=2102
AutoIncrementVer=1
ServerSupportFiles=0
VersionComments="Copyright 2000-2020 Tanner Helland - photodemon.org"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## Download

| Nightly (8.0a) | Stable (7.0.1) | Source code |
| Nightly (8.0b) | Stable (7.0.1) | Source code |
| :------------: | :------------: | :---------: |
| [![Download nightly](https://img.shields.io/badge/download--nightly-PhotoDemon--8.0a-brightgreen?style=flat-square)](https://github.com/tannerhelland/PhotoDemon/releases/download/PhotoDemon-nightly/PhotoDemon-nightly.zip) | [![Download stable](https://img.shields.io/badge/download--stable-PhotoDemon--7.0.1-brightgreen?style=flat-square)](https://github.com/tannerhelland/PhotoDemon/releases/download/v7.0.1/PhotoDemon_7.0.1.zip) | [![Download source](https://img.shields.io/badge/download--source-PhotoDemon--8.0a-brightgreen?style=flat-square)](https://github.com/tannerhelland/PhotoDemon/archive/master.zip) |

## About PhotoDemon 8.0-alpha
## About PhotoDemon 8.0-beta

**PhotoDemon** is a portable photo editor. It is 100% free and [100% open-source](https://github.com/tannerhelland/PhotoDemon/blob/master/README.md#licensing).

Expand Down Expand Up @@ -90,7 +90,7 @@ For a full list of changes, please consult [the commit log](https://github.com/t

## Contributing

PhotoDemon is primarily supported by an [ongoing Patreon campaign](https://www.patreon.com/photodemon). Donating through Patreon comes with extra benefits, like monthly tutorials and updates on new PhotoDemon features, and an interactive area where you can submit feature requests. To learn more, visit [PhotoDemon’s Patreon page](https://www.patreon.com/photodemon).
PhotoDemon is primarily supported by an [ongoing Patreon campaign](https://www.patreon.com/photodemon). Donating through Patreon comes with extra benefits, like in-depth updates on new PhotoDemon features, and an interactive area where you can submit feature requests. To learn more, visit [PhotoDemon’s Patreon page](https://www.patreon.com/photodemon).

PhotoDemon's lone developer is also extremely grateful for one-time donations. A secure donation page is available at [photodemon.org/donate](https://photodemon.org/donate/). Thank you!

Expand Down

0 comments on commit dd51156

Please sign in to comment.