info.ss
#lang setup/infotab

(define name "MrEd Designer")
(define blurb
  `((p
     "Create Racket GUIs, WYSIWYG."
     (ul
      (li "User's documentation: "
          (a ((href "http://mred-designer.origo.ethz.ch/wiki/doc"))
             "http://mred-designer.origo.ethz.ch/wiki/doc"))
      (li "Developer's documentation: "
          (a ((href "http://mred-designer.origo.ethz.ch/wiki/developer_doc"))
             "http://mred-designer.origo.ethz.ch/wiki/developer_doc"))
      )
     )))
(define primary-file "main.ss")
(define categories '(devtools misc ui))
(define homepage "http://mred-designer.origo.ethz.ch")
(define required-core-version "4.2.4")
;(define version "3.3")
(define repositories '("4.x"))
(define release-notes 
  '((ul
     (li "changed: images (files) are *always* relative to project base directory, except if the project has never been saved.")
     (li "added: runtime-paths? property for projects: if checked, all files (like images) in the generated code are defined as runtime-paths.")
     (li "added: images are loaded with 'unknown/mask for transparency on buttons and messages")
     (li "changed: ids are not provided by default, except for frames and dialogs")
     )))