Skip to content

Commit

Permalink
Build 1.0.78
Browse files Browse the repository at this point in the history
  • Loading branch information
briansfrank committed Apr 26, 2022
1 parent 98b75f2 commit 8e7c9db
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 48 deletions.
93 changes: 47 additions & 46 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,47 +1,48 @@
# ignore files for fan

Thumbs.db
.DS_Store
*.log

# IntelliJ
*.iml

# Visual Studio
.vs/
bin/Debug/
bin/Release/
obj/Debug/
obj/Release/

# IntelliJ
.idea/

# general
/adm/pngcrush

# domkit
/src/domkit/res/css/

# lib/
/lib/java/**/*.jar
/lib/javascript/
/lib/dotnet/*.pdb
/lib/dotnet/sys.dll
/lib/fan/*.pod
/etc/sys/types.db
/lib/tmp/

# doc/
/doc/

# flux
/etc/flux/session/

# src/
/src/sys/java/temp/

# temp
/tmp/
/temp/
# ignore files for fan

Thumbs.db
.DS_Store
*.log

# IntelliJ
*.iml

# Visual Studio
.vs/
bin/Debug/
bin/Release/
obj/Debug/
obj/Release/

# IntelliJ
.idea/

# general
/readme.html
/adm/pngcrush

# domkit
/src/domkit/res/css/

# lib/
/lib/java/**/*.jar
/lib/javascript/
/lib/dotnet/*.pdb
/lib/dotnet/sys.dll
/lib/fan/*.pod
/etc/sys/types.db
/lib/tmp/

# doc/
/doc/

# flux
/etc/flux/session/

# src/
/src/sys/java/temp/

# temp
/tmp/
/temp/
temp-java/
2 changes: 1 addition & 1 deletion etc/build/config.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
//

// default version used by build scripts
buildVersion=1.0.77
buildVersion=1.0.78

// Must be configured boot build in substitute/release installation
//devHome=/work/fan/
Expand Down
2 changes: 1 addition & 1 deletion src/doc/docIntro/doc/ChangeLog.fandoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
** license: Licensed under the Academic Free License version 3.0
**************************************************************************

*Build 1.0.78 (working)*
*Build 1.0.78 (26 Apr 2022)*
- New graphics APIs: GraphicsEnv, Graphics, Image, Stroke, Paint
- Canvas rendering via Elem.renderCanvas
- New Java2D graphics implementation
Expand Down

0 comments on commit 8e7c9db

Please sign in to comment.