fixing info.rkt
This commit is contained in:
parent
de0f72b249
commit
80b49b6f83
2
info.rkt
2
info.rkt
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
(define name "Whalesong")
|
(define name "Whalesong")
|
||||||
(define blurb '("A Racket to JavaScript compiler"))
|
(define blurb '("A Racket to JavaScript compiler"))
|
||||||
(define release-notes '((p "")))
|
(define release-notes '((p "Some improved error trapping on the view-navigation methods. Bug fix on appcache manifest to allow network communication. Replaced 'not a closure' messages with the application error instead.")))
|
||||||
(define version "1.8")
|
(define version "1.8")
|
||||||
(define categories '(devtools))
|
(define categories '(devtools))
|
||||||
(define repositories '("4.x"))
|
(define repositories '("4.x"))
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
MAJOR=1
|
MAJOR=1
|
||||||
MINOR=7
|
MINOR=8
|
||||||
PROJNAME=whalesong
|
PROJNAME=whalesong
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -995,9 +995,6 @@ may be useful when deploying a finished program.
|
||||||
|
|
||||||
@itemize[
|
@itemize[
|
||||||
|
|
||||||
@item{@racket[image-url] doesn't currently work with offline app
|
|
||||||
support. Use @racket[define-resource] instead.}
|
|
||||||
|
|
||||||
@item{Whalesong's compiler doesn't know how to compile programs with
|
@item{Whalesong's compiler doesn't know how to compile programs with
|
||||||
embedded image snips. You can work around this by using
|
embedded image snips. You can work around this by using
|
||||||
@racket[define-resource], and save an image file in the same directory
|
@racket[define-resource], and save an image file in the same directory
|
||||||
|
|
|
@ -7,4 +7,4 @@
|
||||||
(provide version)
|
(provide version)
|
||||||
(: version String)
|
(: version String)
|
||||||
|
|
||||||
(define version "1.89")
|
(define version "1.90")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user