- Timestamp:
- Sep 20, 2021, 2:49:14 PM (3 years ago)
- Location:
- trunk
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/deb/debian/changelog
r193 r212 1 acronym-decoder (1. 6.0-0) precise; urgency=low1 acronym-decoder (1.7.0-0) precise; urgency=low 2 2 3 * Original version 1. 6.0 packaged with lazdebian3 * Original version 1.7.0 packaged with lazdebian 4 4 5 5 -- Chronos <robie@centrum.cz> Sun, 1 Jan 2018 00:51:08 +0100 -
trunk/Install/deb/debian/control
r208 r212 3 3 Section: utils 4 4 Priority: optional 5 Standards-Version: 1. 6.05 Standards-Version: 1.7.0 6 6 Build-Depends: fpc, lazarus, lcl, lcl-utils, debhelper (>= 8) 7 7 … … 11 11 Description: A tool for quick searching of acronym or abbreviation meaning. 12 12 It also allows to edit custom acronym or import acronyms from defined sources. 13 HomePage: https://a oo.zdechov.net/AcronymDecoder13 HomePage: https://app.zdechov.net/AcronymDecoder -
trunk/Install/rpm/acronym-decoder.spec
r202 r212 1 1 Name: acronym-decoder 2 Version: 1. 6.02 Version: 1.7.0 3 3 Release: 1%{?dist} 4 4 Summary: A tool for quick finding of acronym meaning -
trunk/Install/snap/snapcraft.yaml
r208 r212 1 1 name: acronym-decoder 2 2 title: Acronym Decoder 3 version: '1. 6.0'3 version: '1.7.0' 4 4 summary: A simple tool for quick searching of acronyms and abbreviations meaning. 5 5 description: | -
trunk/Install/win/AcronymDecoder.iss
r210 r212 4 4 #define MyAppName "Acronym Decoder" 5 5 #define MyAppNameShort "AcronymDecoder" 6 #define MyAppVersion "1. 6.0"6 #define MyAppVersion "1.7.0" 7 7 #define MyAppVersionSuffix "alfa" 8 8 #define MyAppPublisher "Chronosoft" -
trunk/Release notes.txt
r189 r212 1 Version 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 1 36 Version 1.5.0 (2018-07-12) 2 37 ========================== -
trunk/UCore.lfm
r209 r212 3467 3467 Identification = 1 3468 3468 VersionMajor = 1 3469 VersionMinor = 63469 VersionMinor = 7 3470 3470 VersionBugFix = 0 3471 3471 VersionSuffix = 'alfa' … … 3476 3476 AppName = 'Acronym Decoder' 3477 3477 Description = 'A simple tool for quick searching of meaning for various acronyms and abbreviations.' 3478 ReleaseDate = 44 3223478 ReleaseDate = 44459 3479 3479 RegistryKey = '\Software\Chronosoft\Acronym Decoder' 3480 3480 RegistryRoot = rrKeyCurrentUser
Note:
See TracChangeset
for help on using the changeset viewer.