Changeset 236


Ignore:
Timestamp:
Jan 25, 2025, 10:57:20 PM (7 days ago)
Author:
chronos
Message:
  • Modified: Version 1.7.0 post-release modifications.
  • Added: 1.7.0 Windows installer.
Files:
1 added
15 edited

Legend:

Unmodified
Added
Removed
  • tags/1.7.0/Core.lfm

    r234 r236  
    16851685    VersionMinor = 7
    16861686    VersionBugFix = 0
    1687     VersionSuffix = 'alfa'
    16881687    CompanyName = 'Chronosoft'
    16891688    HomePage = 'https://app.zdechov.net/AcronymDecoder'
     
    16921691    AppName = 'Acronym Decoder'
    16931692    Description = 'A simple tool for quick searching of meaning for various acronyms and abbreviations.'
    1694     ReleaseDate = 45674
     1693    ReleaseDate = 45682
    16951694    RegistryKey = '\Software\Chronosoft\Acronym Decoder'
    16961695    RegistryRoot = rrKeyCurrentUser
  • tags/1.7.0/Install/flatpak/net.zdechov.app.AcronymDecoder.metainfo.xml

    r224 r236  
    4747
    4848  <releases>
    49     <release version="1.7.0" date="2025-01-04">
    50       <url type="details">https://svn.zdechov.net/AcronymDecoder/tags/1.6.0/Release%20Notes.txt</url>
     49    <release version="1.7.0" date="2025-01-25">
     50      <url type="details">https://svn.zdechov.net/AcronymDecoder/tags/1.7.0/Release%20Notes.txt</url>
    5151      <description>
    5252        <ul>
     53          <li>Added: Vector application logo in SVG format. Generated raster logo with resolution 256x256 pixels.</li>
     54          <li>Added: Key shortcuts form.</li>
     55          <li>* Added: Action to switch to fullscreen mode.</li>
     56          <li>Added: New import source from Wikipedia aviation acronyms.</li>
     57          <li>Modified: Fixed Import sources modification.</li>
     58          <li>Modified: Updated example database.</li>
     59          <li>Modified: Build under Lazarus 3.6.0.</li>
     60          <li>Modified: Scale toolbar images on Linux.</li>
     61          <li>Fixed: Workaround to show checkboxes on Qt5 in import sources and acronym categories.</li>
     62          <li>Fixed: Error in Document check if document empty.</li>
     63          <li>Fixed: Error on new acronym category addition.</li>
     64          <li>Fixed: Downloading from https during acronyms processing.</li>
     65          <li>Fixed: Detect relative Linux share application path.</li>
     66          <li>Fixed: Use scrollbox in resizable forms.</li>
    5367        </ul>
    5468      </description>
  • tags/1.7.0/Install/flatpak/net.zdechov.app.AcronymDecoder.yml

    r234 r236  
    2626    sources:
    2727      - type: svn
    28         url: https://svn.zdechov.net/AcronymDecoder/trunk
    29         revision: r234
     28        url: https://svn.zdechov.net/AcronymDecoder/tags/1.7.0
     29        revision: r236
    3030    buildsystem: simple
    3131    build-commands:
  • tags/1.7.0/Install/win/AcronymDecoder.iss

    r232 r236  
    55#define MyAppNameShort "AcronymDecoder"
    66#define MyAppVersion "1.7.0"
    7 #define MyAppVersionSuffix "alfa"
     7;#define MyAppVersionSuffix "alfa"
    88#define MyAppPublisher "Chronosoft"
    99#define MyAppPublisherShort "Chronosoft"
  • tags/1.7.0/Packages/Common/Languages/FormKeyShortcuts.cs.po

    r219 r236  
    4444msgid "Window"
    4545msgstr "Okno"
     46
  • tags/1.7.0/Release notes.txt

    r212 r236  
     1Version 1.7.0 (2025-01-25)
     2==========================
     3
     4* Added: Vector application logo in SVG format. Generated raster logo with resolution 256x256 pixels.
     5* Added: Key shortcuts form.
     6* Added: Action to switch to fullscreen mode.
     7* Added: New import source from Wikipedia aviation acronyms.
     8* Modified: Fixed Import sources modification.
     9* Modified: Updated example database.
     10* Modified: Build under Lazarus 3.6.0.
     11* Modified: Scale toolbar images on Linux.
     12* Fixed: Workaround to show checkboxes on Qt5 in import sources and acronym categories.
     13* Fixed: Error in Document check if document empty.
     14* Fixed: Error on new acronym category addition.
     15* Fixed: Downloading from https during acronyms processing.
     16* Fixed: Detect relative Linux share application path.
     17* Fixed: Use scrollbox in resizable forms.
     18
    119Version 1.6.0 (2021-09-20)
    220==========================
  • trunk/Core.lfm

    r234 r236  
    16831683    Identification = 1
    16841684    VersionMajor = 1
    1685     VersionMinor = 7
     1685    VersionMinor = 8
    16861686    VersionBugFix = 0
    16871687    VersionSuffix = 'alfa'
     
    16921692    AppName = 'Acronym Decoder'
    16931693    Description = 'A simple tool for quick searching of meaning for various acronyms and abbreviations.'
    1694     ReleaseDate = 45674
     1694    ReleaseDate = 45682
    16951695    RegistryKey = '\Software\Chronosoft\Acronym Decoder'
    16961696    RegistryRoot = rrKeyCurrentUser
  • trunk/Install/deb/debian/changelog

    r212 r236  
    1 acronym-decoder (1.7.0-0) precise; urgency=low
     1acronym-decoder (1.8.0-0) precise; urgency=low
    22
    3   * Original version 1.7.0 packaged with lazdebian
     3  * Original version 1.8.0 packaged with lazdebian
    44
    55 -- Chronos <robie@centrum.cz>  Sun, 1 Jan 2018 00:51:08 +0100
  • trunk/Install/deb/debian/control

    r212 r236  
    33Section: utils
    44Priority: optional
    5 Standards-Version: 1.7.0
     5Standards-Version: 1.8.0
    66Build-Depends: fpc, lazarus, lcl, lcl-utils, debhelper (>= 8)
    77
  • trunk/Install/flatpak/net.zdechov.app.AcronymDecoder.metainfo.xml

    r224 r236  
    4747
    4848  <releases>
    49     <release version="1.7.0" date="2025-01-04">
    50       <url type="details">https://svn.zdechov.net/AcronymDecoder/tags/1.6.0/Release%20Notes.txt</url>
     49    <release version="1.7.0" date="2025-01-25">
     50      <url type="details">https://svn.zdechov.net/AcronymDecoder/tags/1.7.0/Release%20Notes.txt</url>
    5151      <description>
    5252        <ul>
     53          <li>Added: Vector application logo in SVG format. Generated raster logo with resolution 256x256 pixels.</li>
     54          <li>Added: Key shortcuts form.</li>
     55          <li>* Added: Action to switch to fullscreen mode.</li>
     56          <li>Added: New import source from Wikipedia aviation acronyms.</li>
     57          <li>Modified: Fixed Import sources modification.</li>
     58          <li>Modified: Updated example database.</li>
     59          <li>Modified: Build under Lazarus 3.6.0.</li>
     60          <li>Modified: Scale toolbar images on Linux.</li>
     61          <li>Fixed: Workaround to show checkboxes on Qt5 in import sources and acronym categories.</li>
     62          <li>Fixed: Error in Document check if document empty.</li>
     63          <li>Fixed: Error on new acronym category addition.</li>
     64          <li>Fixed: Downloading from https during acronyms processing.</li>
     65          <li>Fixed: Detect relative Linux share application path.</li>
     66          <li>Fixed: Use scrollbox in resizable forms.</li>
    5367        </ul>
    5468      </description>
  • trunk/Install/flatpak/net.zdechov.app.AcronymDecoder.yml

    r234 r236  
    2727      - type: svn
    2828        url: https://svn.zdechov.net/AcronymDecoder/trunk
    29         revision: r234
     29        revision: r236
    3030    buildsystem: simple
    3131    build-commands:
  • trunk/Install/rpm/acronym-decoder.spec

    r232 r236  
    11Name:           acronym-decoder
    2 Version:        1.7.0
     2Version:        1.8.0
    33Release:        1%{?dist}
    44Summary:        A tool for quick finding of acronym meaning
  • trunk/Install/snap/snapcraft.yaml

    r232 r236  
    11name: acronym-decoder
    22title: Acronym Decoder
    3 version: '1.7.0'
     3version: '1.8.0'
    44summary: A simple tool for quick searching of acronyms and abbreviations meaning.
    55description: |
  • trunk/Install/win/AcronymDecoder.iss

    r232 r236  
    44#define MyAppName "Acronym Decoder"
    55#define MyAppNameShort "AcronymDecoder"
    6 #define MyAppVersion "1.7.0"
     6#define MyAppVersion "1.8.0"
    77#define MyAppVersionSuffix "alfa"
    88#define MyAppPublisher "Chronosoft"
  • trunk/Release notes.txt

    r212 r236  
     1Version 1.7.0 (2025-01-25)
     2==========================
     3
     4* Added: Vector application logo in SVG format. Generated raster logo with resolution 256x256 pixels.
     5* Added: Key shortcuts form.
     6* Added: Action to switch to fullscreen mode.
     7* Added: New import source from Wikipedia aviation acronyms.
     8* Modified: Fixed Import sources modification.
     9* Modified: Updated example database.
     10* Modified: Build under Lazarus 3.6.0.
     11* Modified: Scale toolbar images on Linux.
     12* Fixed: Workaround to show checkboxes on Qt5 in import sources and acronym categories.
     13* Fixed: Error in Document check if document empty.
     14* Fixed: Error on new acronym category addition.
     15* Fixed: Downloading from https during acronyms processing.
     16* Fixed: Detect relative Linux share application path.
     17* Fixed: Use scrollbox in resizable forms.
     18
    119Version 1.6.0 (2021-09-20)
    220==========================
Note: See TracChangeset for help on using the changeset viewer.