Update to 2.3.0:

Version 2.3.0 (feb.18th 2015)
  New features:
    * Grinder can now find the CA[] property (ChAracter set, e.g. "CA[big5]") in
        the sgf and decode the file appropriate. However, some decodings are not
        supported by Java, e.g. HZ / CA[hz-gb-2312] / ~{NbGeT49mJV~}
    * When reading a file with no "CA[]" property set, we use the default of the
        jvm to read the sgf (this was and is the default behaviour). You can set
        a different character set as preferred default in the settings window.
        The selection of a default decoding (settings) helps decoding files, if
        MyGoGrinder is used in portable mode on different OSs: Linux and Mac
        usually use UTF-8, while Windows uses the local decoding/encoding.
    * If comments of sgf files are not displayed correctly, you can set the
        decoding manually: you can switch the decoding ("View" menu -> "Change
        text decoding") and you can also set this for all files of the current
        folder - without subdirectories (Grinder will remember this).
    * The settings file (mygrinder.ini) is now saved and read always with UTF-8
        encoding, so that it doesn't matter which default decoding the machine
        uses.
    * Log files are now also always written with UTF-8 encoding, so that
        messages with Russian, Chinese, Hebrew and Inuktitut characters can be
        read side by side with Latin (ASCII) characters. The old logs and
        settings are backed up.
    * When importing tags from a file, you can select the decoding.
    * You can let Grinder automatically move defect and unusable files to the
        folders "defect" resp. "notsupported"; activate this manually in the
        settings file (mygrinder.ini)! This will deactivate editing of defect
        files.
    * Changed display order of directories in the selection window: Java's file
        lists were not sorted, when got from some file system: FAT32 (thumb
        drive), ext4 (Linux). NTFS file systems gave an ordered list, so
        possibly you didn't ever observe this. You can switch sorted display
        off, if you liked the old unsorted list.
    * If you want to use the wgf editor, you need to activate it's main window's
        menue entry manually in the settings file: WGFFRAME.ENABLED=true
        I took the check box out of the settings window.
  Tweaks, bug fixes:
    * I reduced the count of warning messages, if starting a new profile.
    * "\" and "]" are now also handled correctly in the comment area of the main
        window
    * If there is an error in the sgf code or the file was not found (moved or
        deleted), instead of "Exit" we use now a default code, so that the
        program can continue normally.
    * Refresh the directories view in the selection window without closing the
        program
    * While working on the code, I remembered a behaviour in Linux: if you make
        a soft link to an external problems collection in your problems folder,
        these problems are used as if they were inside your problems folder. So
        stats files are created (but defect files cannot be moved). This doesn't
        work in Windows!
    * Sometimes, when deleting a tag in the selection window, the tags list was
        suddenly empty (shock). This was just a refresh-display-problem -
        seemingly solved
    * I threw the MYGG_DEBUG... system variables out.
    * ... and some more small tweaks and fixes, which I don't remember
This commit is contained in:
wiz 2015-02-21 08:10:13 +00:00
parent 1041ce32ed
commit 3ffa145725
3 changed files with 16 additions and 14 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.7 2014/12/11 15:27:03 wiz Exp $
# $NetBSD: Makefile,v 1.8 2015/02/21 08:10:13 wiz Exp $
DISTNAME= MyGoGrinder-2.2.0
DISTNAME= MyGoGrinder-2.3.0
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mygogrinder/}
EXTRACT_SUFX= .zip
@ -29,8 +29,8 @@ do-build:
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/MyGoGrinder.sh ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/*.ico ${DESTDIR}${PREFIX}/share/pixmaps
${INSTALL_DATA} ${WRKSRC}/*.png ${DESTDIR}${PREFIX}/share/pixmaps
${INSTALL_DATA} ${WRKSRC}/icons/*.ico ${DESTDIR}${PREFIX}/share/pixmaps
${INSTALL_DATA} ${WRKSRC}/icons/*.png ${DESTDIR}${PREFIX}/share/pixmaps
${INSTALL_DATA} ${WRKSRC}/Tag*.txt ${DESTDIR}${PREFIX}/share/${PKGBASE}
${INSTALL_DATA} ${WRKSRC}/*.jar ${DESTDIR}${PREFIX}/share/${PKGBASE}
${INSTALL_DATA} ${WRKSRC}/"GNU LICENSE v.2 (1991).txt" ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.4 2014/12/11 15:27:03 wiz Exp $
@comment $NetBSD: PLIST,v 1.5 2015/02/21 08:10:13 wiz Exp $
bin/MyGoGrinder.sh
share/MyGoGrinder/MyGoGrinder.jar
share/MyGoGrinder/Tags list English.txt
@ -41,8 +41,10 @@ share/doc/MyGoGrinder/docs/tips.html
share/doc/MyGoGrinder/docs/wgf.html
share/doc/MyGoGrinder/readme.txt
share/examples/MyGoGrinder/Xuan-Xuan-Qi-Jing-(problems).zip
share/pixmaps/Grinder128.png
share/pixmaps/Grinder32.png
share/pixmaps/Grinder48.png
share/pixmaps/Grinder64.png
share/pixmaps/MyGrinder.ico
share/pixmaps/MyGrinder128.png
share/pixmaps/MyGrinder32.ico
share/pixmaps/MyGrinder32.png
share/pixmaps/MyGrinder48.ico
share/pixmaps/MyGrinder48.png
share/pixmaps/MyGrinder64.ico
share/pixmaps/MyGrinder64.png

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.5 2014/12/11 15:27:03 wiz Exp $
$NetBSD: distinfo,v 1.6 2015/02/21 08:10:13 wiz Exp $
SHA1 (MyGoGrinder-2.2.0.zip) = 61783f580a204aebd67cfd49bcd36aac0b8b9f3e
RMD160 (MyGoGrinder-2.2.0.zip) = 1e54cbc8f55ccc83934e5164b087bff18a19d6ff
Size (MyGoGrinder-2.2.0.zip) = 2007145 bytes
SHA1 (MyGoGrinder-2.3.0.zip) = 98ab7fac29dee1ae497af63744c5676b21e3c687
RMD160 (MyGoGrinder-2.3.0.zip) = cadd851602aa265ff7fb2248b06e5f90f8fce99e
Size (MyGoGrinder-2.3.0.zip) = 2028725 bytes