Changeset 212 for tags


Ignore:
Timestamp:
Sep 20, 2021, 2:49:14 PM (3 years ago)
Author:
chronos
Message:
  • Modified: Updated files after version 1.6.0 release.
Location:
tags/1.6.0
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • tags/1.6.0/Install/deb/debian/control

    r208 r212  
    1111Description: A tool for quick searching of acronym or abbreviation meaning.
    1212 It also allows to edit custom acronym or import acronyms from defined sources.
    13 HomePage: https://aoo.zdechov.net/AcronymDecoder
     13HomePage: https://app.zdechov.net/AcronymDecoder
  • tags/1.6.0/Install/win/AcronymDecoder.iss

    r210 r212  
    55#define MyAppNameShort "AcronymDecoder"
    66#define MyAppVersion "1.6.0"
    7 #define MyAppVersionSuffix "alfa"
     7;#define MyAppVersionSuffix "alfa"
    88#define MyAppPublisher "Chronosoft"
    99#define MyAppPublisherShort "Chronosoft"
  • tags/1.6.0/Packages/Common/Languages/UFormAbout.cs.po

    r209 r212  
    2424msgstr "Verze"
    2525
    26 #: tformabout.buttonhomepage.caption
    27 msgid "Home page"
    28 msgstr "Domovská stránka"
    29 
    30 #: tformabout.buttonclose.caption
    31 msgid "Close"
    32 msgstr "Zavřít"
  • tags/1.6.0/Packages/Common/Languages/UFormAbout.po

    r209 r212  
    1414msgstr ""
    1515
    16 #: tformabout.buttonhomepage.caption
    17 msgid "Home page"
    18 msgstr ""
    19 
    20 #: tformabout.buttonclose.caption
    21 msgid "Close"
    22 msgstr ""
    23 
  • tags/1.6.0/Packages/Common/Languages/UJobProgressView.po

    r209 r212  
    1414msgstr ""
    1515
    16 #: ujobprogressview.soperations
    17 msgid "Operations:"
    18 msgstr ""
    19 
    2016#: ujobprogressview.spleasewait
    2117msgid "Please wait..."
  • tags/1.6.0/Packages/Common/Languages/UThreading.po

    r209 r212  
    33
    44#: uthreading.scurrentthreadnotfound
     5#, fuzzy,badformat
    56msgid "Current thread ID %d not found in virtual thread list."
    67msgstr "Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8"
  • tags/1.6.0/Release notes.txt

    r189 r212  
     1Version 1.6.0 (2021-09-20)
     2==========================
     3
     4* Added: Snap package definition file.
     5* Added: Save to CSV action for document check report.
     6* Added: Configurable case sensitivity for comparison in Document check.
     7* Added: DEB and RPM Linux binary installation packages.
     8* Added: Analysis of acronyms usage (without parentheses) in document content.
     9* Added: Document check file open with .txt file extension filter.
     10* Added: Support for document plural acronyms check.
     11* Modified: Updated windows installer script to use InnoSetup 6.
     12* Modified: Use registry key and root from application info component.
     13* Modified: Show items without active filter text active by default to show supported acronyms immediatelly after application start.
     14* Modified: Updated Common package.
     15* Modified: CoolTranslator package merged into Common package.
     16* Modified: Allow to have acronym and its meaning on different lines in acronyms summary.
     17* Modified: Use fgl unit instead of TemplateGenerics.
     18* Modified: Update czech translation.
     19* Modified: Updated packages.
     20* Modified: Build under Lazarus 2.0.0 and newer.
     21* Modified: Older .lrt files replaced by .lrj files.
     22* Modified: Updated project web links.
     23* Modified: Show Document check report as ListView. Show message type in separate column.
     24* Modified: Reverted back deb package rules.
     25* Modified: Better reporting of acronyms with multiple meanings and with different meaning between content and summary acronyms.
     26* Fixed: Correctly scale toolbar with images.
     27* Fixed: Correctly detect data application directories for Linux installation.
     28* Fixed: Build with Lazarus 2.0.12
     29* Fixed: Autosize coolbar during main form resize.
     30* Fixed: Reverted back wrong deb build script architecture changes.
     31* Fixed: Wrong index of character checked after acronym usage.
     32* Fixed: Error if acronym started at position 1.
     33* Fixed: Missing last character in parsed acronym meaning in Document check if there isn't space character between the meaning and parentheses.
     34* Removed: Unused package TemplateGenerics.
     35
    136Version 1.5.0 (2018-07-12)
    237==========================
  • tags/1.6.0/UCore.lfm

    r209 r212  
    34693469    VersionMinor = 6
    34703470    VersionBugFix = 0
    3471     VersionSuffix = 'alfa'
    34723471    CompanyName = 'Chronosoft'
    34733472    HomePage = 'https://app.zdechov.net/AcronymDecoder'
     
    34763475    AppName = 'Acronym Decoder'
    34773476    Description = 'A simple tool for quick searching of meaning for various acronyms and abbreviations.'
    3478     ReleaseDate = 44322
     3477    ReleaseDate = 44459
    34793478    RegistryKey = '\Software\Chronosoft\Acronym Decoder'
    34803479    RegistryRoot = rrKeyCurrentUser
Note: See TracChangeset for help on using the changeset viewer.