packages feed

hoodle 0.2.1 → 0.2.2

raw patch · 2 files changed

+15/−4 lines, 2 filesdep ~basedep ~hoodle-corePVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: base, hoodle-core

API changes (from Hackage documentation)

- Hoodle.ProgType: instance Data Hoodle
- Hoodle.ProgType: instance Show Hoodle
- Hoodle.ProgType: instance Typeable Hoodle
- Hoodle.ProgType: xojfile :: Hoodle -> Maybe FilePath
+ Hoodle.ProgType: [xojfile] :: Hoodle -> Maybe FilePath
+ Hoodle.ProgType: instance Data.Data.Data Hoodle.ProgType.Hoodle
+ Hoodle.ProgType: instance GHC.Show.Show Hoodle.ProgType.Hoodle

Files

CHANGES view
@@ -85,3 +85,14 @@    * page arranged at the center not left-upper corner    * rendering improvement especially when a pen stroke is being drawn     * context menu whenever right-clicking on selected item ++0.2.2: 31 Dec 2013+   * ink message for revision commit+   * full latex support (using external tools: xelatex, pdfcrop, pdf2svg)+   * network editing for latex and text+   * add context menus for image cropping/rotating on the fly+   * when resizing selection, keep aspect ratio by default. but if using handle in the middle of side, or with right pen click, arbtrary resizing is still possible+   * resizing image and pdf background if it's too big. (100k/10MB)  +   * clock widget (test for asynchronous event processing)+   +
hoodle.cabal view
@@ -1,5 +1,5 @@ Name:		hoodle-Version:	0.2.1+Version:	0.2.2 Synopsis:	Executable for hoodle Description: 	Hoodle is a pen notetaking program written in haskell.  Homepage:       http://ianwookim.org/hoodle@@ -22,9 +22,9 @@   ghc-options: 	-Wall -threaded -funbox-strict-fields -fno-warn-unused-do-bind   ghc-prof-options: -caf-all -auto-all   Build-Depends: -                 base>4, +                 base == 4.*,                   cmdargs >= 0.7, -                 hoodle-core == 0.12, +                 hoodle-core >= 0.13,                   hoodle   Library@@ -39,7 +39,7 @@                    cmdargs >= 0.7,                    configurator == 0.2.*,                    dyre >= 0.8.11, -                   hoodle-core == 0.12 +                   hoodle-core >= 0.13   Exposed-Modules:                     Hoodle.ProgType                    Hoodle.Job