Changeset 189 for tags


Ignore:
Timestamp:
Jul 12, 2018, 1:11:59 PM (6 years ago)
Author:
chronos
Message:
  • Modified: Version 1.5.0 related changes.
Location:
tags/1.5.0
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • tags/1.5.0/Install/win/AcronymDecoder.iss

    r179 r189  
    55#define MyAppNameShort "AcronymDecoder"
    66#define MyAppVersion "1.5.0"
    7 #define MyAppVersionSuffix "alfa"
     7;#define MyAppVersionSuffix "alfa"
    88#define MyAppPublisher "Chronosoft"
    99#define MyAppPublisherShort "Chronosoft"
  • tags/1.5.0/Languages/AcronymDecoder.cs.po

    r184 r189  
    10341034msgid "Process import sources"
    10351035msgstr "Zpracovat zdroje importu"
     1036
  • tags/1.5.0/Read Me.txt

    r166 r189  
    1 A simple tool for quick searching of meaning for various acronyms and abbreviations. 
     1A simple tool for quick searching of meaning for various acronyms and abbreviations.
    22
    33==Features==
     
    99* Support for import from MS Access database file
    1010* Localized interface (English, Czech)
    11 * Allows minimization to system tray
     11* Allows minimization to system tray
     12* Allow to check documents for acronyms occurences
    1213
    1314==Development==
     
    1516* Home page: https://svn.zdechov.net/trac/AcronymDecoder/
    1617* Source code: https://svn.zdechov.net/svn/AcronymDecoder/
    17 * Developed in [http://www.lazarus-ide.org/ Lazarus/FPC] 1.8.0
     18* Developed in [http://www.lazarus-ide.org/ Lazarus/FPC] 1.8.2
    1819* To build new Windows installer run Install/build.bat. InnoSetup (http://www.jrsoftware.org/isdl.php) needs to be installed).
  • tags/1.5.0/Release notes.txt

    r163 r189  
     1Version 1.5.0 (2018-07-12)
     2==========================
     3
     4* Added: New menu action Tools - Document check which shows a form for checking acronyms in text documents.
     5* Added: Remember dimensions of Import, Export and Settings forms.
     6* Added: Support for override of default project file opened on first application start.
     7* Added: Option to show all acronym items in main form even without specified filter.
     8* Added: Basic color theming support. Colors can be changed only for some controls.
     9* Added: Application name in exe file details.
     10* Modified: Examples moved to subdirectory Examples.
     11* Modified: Use application icon for uninstaller.
     12* Modified: Use application version only in Version column in uninstaller.
     13* Fixed: Displaying of command line help.
     14* Fixed: Remember visibility setting of StatusBar.
     15* Fixed: Update listview filter editor width if listview columns width changed.
     16* Fixed: Update Editor width in TListViewSort filter gridview.
     17* Fixed: Translate open/save dialog filter text.
     18* Fixed: Main toolbar DPI scaling.
     19* Fixed: Correctly initialize directory and file name in Open/Save dialogs.
     20* Fixed: Filter displayed files by project file extension in Open/Save dialogs.
     21
    122Version 1.4.0 (2017-11-07)
    223==========================
     
    728* Added: A context menu from main acronym filter list to show selected acronym in Acronyms window for its further management.
    829* Added: Allow to disable selected acronym categories so acronyms without any enabled category won't be shown in main acronym search filter.
    9 * Added: Remember width of list view columns after closing the application. 
     30* Added: Remember width of list view columns after closing the application.
    1031* Added: Acronym search filter options also available as toolbar buttons.
    1132* Added: Option to filter acronyms by same letters case.
     
    1940* Fixed: Settings dialog buttons position on form resize.
    2041* Fixed: Allow to manage acronym only if any is selected.
    21 * Fixed: Update application title in task bar to show which project is currently opened. 
     42* Fixed: Update application title in task bar to show which project is currently opened.
    2243* Fixed: Show hints also for other toolbar buttons then just for ToolBar1.
    2344* Fixed: Application directory location for Windows installer script.
     
    6788* Added: Text filtering in list of import sources.
    6889* Added: Allow enable/disable import source by context menu in import sources list.
    69 * Added: Allow to configure application to start automatically on user logon and start minimized to tray. 
     90* Added: Allow to configure application to start automatically on user logon and start minimized to tray.
    7091* Added: Open example acronyms by default if no other files were openned yet.
    7192* Added: Internet slang acronym source to Example acronyms.
     
    89110* Added: Bottom action toolbar to windows with lists.
    90111* Added: New pattern action "Remove on start".
    91 * Added: New import source type "Text parse file" which allows to load and parse acronym from file. 
     112* Added: New import source type "Text parse file" which allows to load and parse acronym from file.
    92113* Added: Now user name and password can be specified for import sources which require user authentication. Password is not stored in project file for safety reasons. Only Basic authentication is supported.
    93114* Added: Deb packages build script for Ubuntu/Debian Linux.
  • tags/1.5.0/UCore.lfm

    r187 r189  
    34693469    VersionMinor = 5
    34703470    VersionBugFix = 0
    3471     VersionSuffix = 'alfa'
    34723471    CompanyName = 'Chronosoft'
    34733472    HomePage = 'http://svn.zdechov.net/trac/AcronymDecoder'
     
    34763475    AppName = 'Acronym Decoder'
    34773476    Description = 'A simple tool for quick searching of meaning for various acronyms and abbreviations.'
    3478     ReleaseDate = 43201
     3477    ReleaseDate = 43293
    34793478    RegistryKey = '\Software\'
    34803479    RegistryRoot = rrKeyCurrentUser
Note: See TracChangeset for help on using the changeset viewer.